From 32e63c24f1830907b8ab0b48aa901bbeadad440c Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 9 May 2011 14:13:44 -0400 Subject: 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 Acked-by: Darren Hart --- meta-yocto/conf/layer.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'meta-yocto/conf/layer.conf') 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 @@ 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}/" -- cgit v1.2.3-54-g00ecf