blob: 5def237b5903befcd6c99a7a3ce3d7cc0a2ef56f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# Common path of MMNGR and MMNGRBUF module
LICENSE = "MIT"
LIC_FILES_CHKSUM = "\
file://${WORKDIR}/git/COPYING.MIT;md5=30a99e0d36a3da1f5cf93c070ad7888a"
MMNGR_LIB_URI = "git://github.com/renesas-rcar/mmngr_lib.git"
SRC_URI = "${MMNGR_LIB_URI};branch=rcar_gen3"
SRCREV = "e55a8356c906486ee0be78b2a1fde227e7a578f4"
# Get Wordsize of test app and change their names later to avoid override
WS_aarch64 = ""
WS_virtclass-multilib-lib32 = "32"
# These modules are machine specific.
PACKAGE_ARCH = "${MACHINE_ARCH}"
inherit autotools
|