aboutsummaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-08-13 08:32:49 -0700
committerSaul Wold <sgw@linux.intel.com>2013-08-14 22:41:35 -0700
commit2a2a2540b37880cdd866f01d8e4077cbd0378749 (patch)
treec30c3135d783a41e37cc9ebaa30456df7ab7f887 /meta-skeleton
parent57662d4f813d5795cac1529633db80a09efdb089 (diff)
downloadopenembedded-core-contrib-2a2a2540b37880cdd866f01d8e4077cbd0378749.tar.gz
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 <sgw@linux.intel.com>
Diffstat (limited to 'meta-skeleton')
-rw-r--r--meta-skeleton/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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}/"