From 1c7d6584a7811b7785ae5c1e378f14b5ba0971cf Mon Sep 17 00:00:00 2001 From: takeshi_hoshina Date: Mon, 2 Nov 2020 11:07:33 +0900 Subject: basesystem-jj recipes --- bsp/meta-arm/meta-arm-toolchain/conf/layer.conf | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 bsp/meta-arm/meta-arm-toolchain/conf/layer.conf (limited to 'bsp/meta-arm/meta-arm-toolchain/conf/layer.conf') diff --git a/bsp/meta-arm/meta-arm-toolchain/conf/layer.conf b/bsp/meta-arm/meta-arm-toolchain/conf/layer.conf new file mode 100644 index 00000000..76eac9df --- /dev/null +++ b/bsp/meta-arm/meta-arm-toolchain/conf/layer.conf @@ -0,0 +1,15 @@ +BBPATH .= ":${LAYERDIR}" +BBFILES += "\ + ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend \ + " + +BBFILE_COLLECTIONS += "arm-toolchain" +BBFILE_PATTERN_arm-toolchain := "^${LAYERDIR}/" +BBFILE_PRIORITY_arm-toolchain = "30" + +LAYERDEPENDS_arm-toolchain = "core" +LAYERSERIES_COMPAT_arm-toolchain = "zeus dunfell" + +# do not error out on bbappends for missing recipes +BB_DANGLINGAPPENDS_WARNONLY = "true" -- cgit 1.2.3-korg