diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-05-26 05:37:12 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-05-26 14:22:59 (GMT) |
commit | f113449eb132df7c8a4c45ad8719ecc3ec84a6b5 (patch) | |
tree | 58486c2575de362ed5e80df8dfcc1babeb834caf /meta-sugarbay | |
parent | 1b227f8ed2df529cc13f7169b0c08ff3d0f8c812 (diff) | |
download | meta-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-sugarbay')
-rw-r--r-- | meta-sugarbay/conf/layer.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-sugarbay/conf/layer.conf b/meta-sugarbay/conf/layer.conf index e23d123..d5f78e1 100644 --- a/meta-sugarbay/conf/layer.conf +++ b/meta-sugarbay/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 | ||
10 | BBFILE_COLLECTIONS_sugarbay += "sugarbay" | 10 | BBFILE_COLLECTIONS += "sugarbay" |
11 | BBFILE_PATTERN_sugarbay := "^${LAYERDIR}/" | 11 | BBFILE_PATTERN_sugarbay := "^${LAYERDIR}/" |
12 | BBFILE_PRIORITY_sugarbay = "6" | 12 | BBFILE_PRIORITY_sugarbay = "6" |