[OE-core] [PATCH 1/2] meta-skeleton: layer.conf should also have .bbappend in BBFILES

Saul Wold sgw at linux.intel.com
Tue Aug 13 16:44:55 UTC 2013


This will allow for an example recipe with a .bbappend to be found, such as
busybox or kernel configure fragments.

Signed-off-by: Saul Wold <sgw at linux.intel.com>
---
 meta-skeleton/conf/layer.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf
index 99830d8..aca1633 100644
--- a/meta-skeleton/conf/layer.conf
+++ b/meta-skeleton/conf/layer.conf
@@ -2,7 +2,7 @@
 BBPATH .= ":${LAYERDIR}"
 
 # We have recipes-* directories, add to BBFILES
-BBFILES += "${LAYERDIR}/recipes-*/*/*.bb"
+BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "skeleton"
 BBFILE_PATTERN_skeleton = "^${LAYERDIR}/"
-- 
1.8.1.4




More information about the Openembedded-core mailing list