From 2a2a2540b37880cdd866f01d8e4077cbd0378749 Mon Sep 17 00:00:00 2001 From: Saul Wold Date: Tue, 13 Aug 2013 08:32:49 -0700 Subject: 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 --- meta-skeleton/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-skeleton/conf') 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}/" -- cgit 1.2.3-korg