summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-05-26 00:37:12 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-05-26 09:22:59 -0500
commitf113449eb132df7c8a4c45ad8719ecc3ec84a6b5 (patch)
tree58486c2575de362ed5e80df8dfcc1babeb834caf /meta-jasperforest
parent1b227f8ed2df529cc13f7169b0c08ff3d0f8c812 (diff)
downloadmeta-intel-f113449eb132df7c8a4c45ad8719ecc3ec84a6b5.tar.gz
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 <tom.zanussi@intel.com>
Diffstat (limited to 'meta-jasperforest')
-rw-r--r--meta-jasperforest/conf/layer.conf2
1 files changed, 1 insertions, 1 deletions
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 \
7 ${LAYERDIR}/../common/recipes-*/*/*.bb \ 7 ${LAYERDIR}/../common/recipes-*/*/*.bb \
8 ${LAYERDIR}/../common/recipes-*/*/*.bbappend" 8 ${LAYERDIR}/../common/recipes-*/*/*.bbappend"
9 9
10BBFILE_COLLECTIONS_jasperforest += "jasperforest" 10BBFILE_COLLECTIONS += "jasperforest"
11BBFILE_PATTERN_jasperforest := "^${LAYERDIR}/" 11BBFILE_PATTERN_jasperforest := "^${LAYERDIR}/"
12BBFILE_PRIORITY_jasperforest = "6" 12BBFILE_PRIORITY_jasperforest = "6"