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 <[email protected]> --- 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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.openembedded.org/mailman/listinfo/openembedded-core
