From 8d89651ef729e560ad96dcfc002fcde6ff7f923b Mon Sep 17 00:00:00 2001 From: Tudor Florea Date: Thu, 8 Oct 2015 22:46:13 +0200 Subject: initial commit for Enea Linux 5.0 arm Signed-off-by: Tudor Florea --- meta-linaro-toolchain/conf/layer.conf | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 meta-linaro-toolchain/conf/layer.conf (limited to 'meta-linaro-toolchain/conf/layer.conf') diff --git a/meta-linaro-toolchain/conf/layer.conf b/meta-linaro-toolchain/conf/layer.conf new file mode 100644 index 0000000..7e96dcd --- /dev/null +++ b/meta-linaro-toolchain/conf/layer.conf @@ -0,0 +1,13 @@ +BBPATH .= ":${LAYERDIR}" +BBFILES += "\ + ${LAYERDIR}/recipes-*/*/*.bb \ + ${LAYERDIR}/recipes-*/*/*.bbappend \ + " + +BBFILE_COLLECTIONS += "linaro-toolchain" +BBFILE_PATTERN_linaro-toolchain := "^${LAYERDIR}/" +BBFILE_PRIORITY_linaro-toolchain = "30" + +# do not error out on bbappends for missing recipes +BB_DANGLINGAPPENDS_WARNONLY = "true" + -- cgit v1.2.3-54-g00ecf