From f113449eb132df7c8a4c45ad8719ecc3ec84a6b5 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Thu, 26 May 2011 00:37:12 -0500 Subject: meta-intel: fix BBFILE_COLLECTIONS overrides Several BBFILE_COLLECTIONS assignments in the layer.confs for these meta-intel layers added unwanted machine overrides, resulting in truncated values for this variable - remove them. Signed-off-by: Tom Zanussi --- meta-sugarbay/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-sugarbay') diff --git a/meta-sugarbay/conf/layer.conf b/meta-sugarbay/conf/layer.conf index e23d1233..d5f78e1c 100644 --- a/meta-sugarbay/conf/layer.conf +++ b/meta-sugarbay/conf/layer.conf @@ -7,6 +7,6 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/../common/recipes-*/*/*.bb \ ${LAYERDIR}/../common/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS_sugarbay += "sugarbay" +BBFILE_COLLECTIONS += "sugarbay" BBFILE_PATTERN_sugarbay := "^${LAYERDIR}/" BBFILE_PRIORITY_sugarbay = "6" -- cgit v1.2.3-54-g00ecf