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 <dvh...@linux.intel.com>
CC: Bruce Ashfield <bruce.ashfi...@windriver.com>
CC: Jeff Mitchell <jmitch...@ll.mit.edu>
---
 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}"
 
-- 
1.7.1
-- 
Darren Hart
Intel Open Source Technology Center
Yocto Project - Linux Kernel
_______________________________________________
yocto mailing list
yocto@yoctoproject.org
https://lists.yoctoproject.org/listinfo/yocto

Reply via email to