diff options
author | Saul Wold <sgw@linux.intel.com> | 2013-08-13 08:32:49 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-16 11:14:30 +0100 |
commit | c8eb33bdadbc793e68eb9df90b0b070b033eaebc (patch) | |
tree | 391a141f07032ad30c18f1e94cd5018a9e3c5083 /meta-skeleton/conf | |
parent | ff10f72abda52315b892c64f711096772d9a4c1c (diff) | |
download | 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.conf | 2 |
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 @@ | |||
2 | BBPATH .= ":${LAYERDIR}" | 2 | BBPATH .= ":${LAYERDIR}" |
3 | 3 | ||
4 | # We have recipes-* directories, add to BBFILES | 4 | # We have recipes-* directories, add to BBFILES |
5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb" | 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" |
6 | 6 | ||
7 | BBFILE_COLLECTIONS += "skeleton" | 7 | BBFILE_COLLECTIONS += "skeleton" |
8 | BBFILE_PATTERN_skeleton = "^${LAYERDIR}/" | 8 | BBFILE_PATTERN_skeleton = "^${LAYERDIR}/" |