summaryrefslogtreecommitdiffstats
path: root/meta-skeleton/conf
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/conf
parentff10f72abda52315b892c64f711096772d9a4c1c (diff)
downloadast2050-yocto-poky-c8eb33bdadbc793e68eb9df90b0b070b033eaebc.zip
ast2050-yocto-poky-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/conf')
-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 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}/"
OpenPOWER on IntegriCloud