From: Saul Wold Date: Tue, 13 Aug 2013 15:32:49 +0000 (-0700) Subject: meta-skeleton: layer.conf Should also have .bbappend in example X-Git-Tag: 2015-4~5559 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=2a2a2540b37880cdd866f01d8e4077cbd0378749;p=openembedded-core.git meta-skeleton: layer.conf Should also have .bbappend in example This will allow for an example recipe with a .bbappend, such as busybox or kernel configure fragments. Signed-off-by: Saul Wold --- diff --git a/meta-skeleton/conf/layer.conf b/meta-skeleton/conf/layer.conf index 99830d823f..aca1633420 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}/"