summaryrefslogtreecommitdiffstats
path: root/meta-yocto/conf
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@windriver.com>2011-05-09 14:13:44 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-05-10 09:31:02 +0100
commit32e63c24f1830907b8ab0b48aa901bbeadad440c (patch)
treeffcc8c29cc17fdd754c9c2cab46ca987631ca447 /meta-yocto/conf
parentf285547a3820f394f7dd9dd974f876353d4ddc6c (diff)
downloadast2050-yocto-poky-32e63c24f1830907b8ab0b48aa901bbeadad440c.zip
ast2050-yocto-poky-32e63c24f1830907b8ab0b48aa901bbeadad440c.tar.gz
linux-yocto: move non-core machines to meta-yocto
The non-qemu compatibility references have been removed from the main linux-yocto recipe. This change restores them in the meta-yocto layer. Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com> Acked-by: Darren Hart <dvhart@linux.intel.com>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r--meta-yocto/conf/layer.conf3
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf
index f11d8ed..68786b2 100644
--- a/meta-yocto/conf/layer.conf
+++ b/meta-yocto/conf/layer.conf
@@ -2,7 +2,8 @@
BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a packages directory, add to BBFILES
-BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb"
+BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
+ ${LAYERDIR}/recipes-*/*/*.bbappend"
BBFILE_COLLECTIONS += "yocto"
BBFILE_PATTERN_yocto := "^${LAYERDIR}/"
OpenPOWER on IntegriCloud