mirror of
https://git.yoctoproject.org/meta-arm
synced 2026-04-22 12:09:00 +00:00
Upstream oe-core is preparing to be the Hardknott release, so add hardknott to our compatible release list. Once hardknott is public we should remove gatesgarth. Change-Id: Ia5c59e703910db96a3967a1ecad074ac80d03ee9 Signed-off-by: Ross Burton <ross.burton@arm.com> Signed-off-by: Jon Mason <jon.mason@arm.com>
22 lines
672 B
Plaintext
22 lines
672 B
Plaintext
BBPATH .= ":${LAYERDIR}"
|
|
BBFILES += "\
|
|
${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend \
|
|
"
|
|
|
|
BBFILE_COLLECTIONS += "arm-toolchain"
|
|
BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_arm-toolchain = "5"
|
|
|
|
# Additional license directories.
|
|
LICENSE_PATH += "${LAYERDIR}/custom-licenses"
|
|
|
|
LAYERDEPENDS_arm-toolchain = "core"
|
|
LAYERSERIES_COMPAT_arm-toolchain = "gatesgarth hardknott"
|
|
|
|
# do not error out on bbappends for missing recipes
|
|
BB_DANGLINGAPPENDS_WARNONLY = "true"
|
|
|
|
# These variables are used for armcompiler license
|
|
BB_HASHBASE_WHITELIST_append = " ARM_TOOL_VARIANT ARMLMD_LICENSE_FILE LM_LICENSE_FILE"
|