summaryrefslogtreecommitdiffstats
path: root/meta-skeleton
diff options
context:
space:
mode:
authorSaul Wold <sgw@linux.intel.com>2013-08-13 08:32:49 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-08-16 11:14:30 +0100
commitc8eb33bdadbc793e68eb9df90b0b070b033eaebc (patch)
tree391a141f07032ad30c18f1e94cd5018a9e3c5083 /meta-skeleton
parentff10f72abda52315b892c64f711096772d9a4c1c (diff)
downloadpoky-c8eb33bdadbc793e68eb9df90b0b070b033eaebc.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. (From OE-Core rev: 2a2a2540b37880cdd866f01d8e4077cbd0378749) Signed-off-by: Saul Wold <sgw@linux.intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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 @@
2BBPATH .= ":${LAYERDIR}" 2BBPATH .= ":${LAYERDIR}"
3 3
4# We have recipes-* directories, add to BBFILES 4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" 5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
6 6
7BBFILE_COLLECTIONS += "skeleton" 7BBFILE_COLLECTIONS += "skeleton"
8BBFILE_PATTERN_skeleton = "^${LAYERDIR}/" 8BBFILE_PATTERN_skeleton = "^${LAYERDIR}/"