On 11-07-11 10:49 PM, Darren Hart wrote:
With the bitbake commit:
7a2a24de094ce8f2e2068bbee6709dfc2cdc69b9
missing base recipe files for bbappends became an error. Rather than creating a
separate kernel development layer for every layer containing a new kernel recipe
name, conditionally set BB_DANGLINGAPPENDS_WARNONLY.
Signed-off-by: Darren Hart<[email protected]>
CC: Bruce Ashfield<[email protected]>
Agreed. This is the right solution.
Acked-by: Bruce Ashfield <[email protected]>
CC: Jeff Mitchell<[email protected]>
---
meta-kernel-dev/conf/layer.conf | 4 ++++
1 files changed, 4 insertions(+), 0 deletions(-)
diff --git a/meta-kernel-dev/conf/layer.conf b/meta-kernel-dev/conf/layer.conf
index 33f1ca5..01e5b15 100644
--- a/meta-kernel-dev/conf/layer.conf
+++ b/meta-kernel-dev/conf/layer.conf
@@ -1,3 +1,7 @@
+# Avoid having to split this into multiple layers
+# Allow missing base recipe files for our bbappends
+BB_DANGLINGAPPENDS_WARNONLY ?= "true"
+
# We have a conf and classes directory, add to BBPATH
BBPATH := "${BBPATH}:${LAYERDIR}"
_______________________________________________
yocto mailing list
[email protected]
https://lists.yoctoproject.org/listinfo/yocto