diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2011-05-09 14:13:44 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2011-05-10 09:31:02 +0100 |
commit | 32e63c24f1830907b8ab0b48aa901bbeadad440c (patch) | |
tree | ffcc8c29cc17fdd754c9c2cab46ca987631ca447 /meta-yocto/conf/layer.conf | |
parent | f285547a3820f394f7dd9dd974f876353d4ddc6c (diff) | |
download | 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/layer.conf')
-rw-r--r-- | meta-yocto/conf/layer.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-yocto/conf/layer.conf b/meta-yocto/conf/layer.conf index f11d8edfac..68786b294b 100644 --- a/meta-yocto/conf/layer.conf +++ b/meta-yocto/conf/layer.conf | |||
@@ -2,7 +2,8 @@ | |||
2 | BBPATH := "${BBPATH}:${LAYERDIR}" | 2 | BBPATH := "${BBPATH}:${LAYERDIR}" |
3 | 3 | ||
4 | # We have a packages directory, add to BBFILES | 4 | # We have a packages directory, add to BBFILES |
5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb" | 5 | BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ |
6 | ${LAYERDIR}/recipes-*/*/*.bbappend" | ||
6 | 7 | ||
7 | BBFILE_COLLECTIONS += "yocto" | 8 | BBFILE_COLLECTIONS += "yocto" |
8 | BBFILE_PATTERN_yocto := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_yocto := "^${LAYERDIR}/" |