]> code.ossystems Code Review - openembedded-core.git/commitdiff
meta-skeleton: layer.conf Should also have .bbappend in example
authorSaul Wold <sgw@linux.intel.com>
Tue, 13 Aug 2013 15:32:49 +0000 (08:32 -0700)
committerSaul Wold <sgw@linux.intel.com>
Thu, 15 Aug 2013 05:41:35 +0000 (22:41 -0700)
This will allow for an example recipe with a .bbappend, such as
busybox or kernel configure fragments.

Signed-off-by: Saul Wold <sgw@linux.intel.com>
meta-skeleton/conf/layer.conf

index 99830d823f5622ca5ad8f03ed38dae9f3d4a60b5..aca163342060141ccc0e7bb0973631204bee0c44 100644 (file)
@@ -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}/"