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-jasperforest/conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'meta-jasperforest') diff --git a/meta-jasperforest/conf/layer.conf b/meta-jasperforest/conf/layer.conf index 564bb1d8..81256596 100644 --- a/meta-jasperforest/conf/layer.conf +++ b/meta-jasperforest/conf/layer.conf @@ -7,6 +7,6 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ ${LAYERDIR}/../common/recipes-*/*/*.bb \ ${LAYERDIR}/../common/recipes-*/*/*.bbappend" -BBFILE_COLLECTIONS_jasperforest += "jasperforest" +BBFILE_COLLECTIONS += "jasperforest" BBFILE_PATTERN_jasperforest := "^${LAYERDIR}/" BBFILE_PRIORITY_jasperforest = "6" -- cgit v1.2.3-54-g00ecf