Files
meta-external-toolchain/conf/layer.conf
Christopher Larson aa42b62d31 layer.conf: add hardknott
Signed-off-by: Christopher Larson <chris_larson@mentor.com>
2021-04-13 23:30:47 +05:00

29 lines
1.1 KiB
Plaintext

BBPATH .= ":${LAYERDIR}"
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "external-toolchain"
BBFILE_PRIORITY_external-toolchain = "1"
BBFILE_PATTERN_external-toolchain = "^${LAYERDIR}/"
LAYERDEPENDS_external-toolchain = "core"
LAYERSERIES_COMPAT_external-toolchain = "thud warrior zeus dunfell gatesgarth hardknott"
LAYERDIR_external-toolchain = "${LAYERDIR}"
BBFILES += "${@' '.join('${LAYERDIR}/%s/recipes*/*/*.%s' % (layer, ext) \
for layer in '${BBFILE_COLLECTIONS}'.split() for ext in ['bb', 'bbappend'])}"
# These will rebuild when EXTERNAL_TOOLCHAIN changes, but we don't want
# everything to rebuild in such a case.
SIGGEN_EXCLUDERECIPES_ABISAFE += "\
gcc-external-cross \
gcc-external-cross-${TARGET_ARCH} \
binutils-external-cross \
binutils-external-cross-${TARGET_ARCH} \
"
# Needed for external_run() for PV & LICENSE in the recipes, to be able to parse
INHERIT_append = " external_global"
# Fallback default for when the tcmode isn't sourced
GCC_VERSION ?= "0.0"