mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
1b227f8ed2
commit
f113449eb1
|
@ -5,10 +5,10 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
|
|||
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS_crownbay += "crownbay"
|
||||
BBFILE_COLLECTIONS_append_crownbay += "crownbay"
|
||||
BBFILE_PATTERN_crownbay := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_crownbay = "6"
|
||||
|
||||
BBFILE_COLLECTIONS_crownbay-noemgd += "crownbay-noemgd"
|
||||
BBFILE_COLLECTIONS_append_crownbay-noemgd += "crownbay-noemgd"
|
||||
BBFILE_PATTERN_crownbay-noemgd := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_crownbay-noemgd = "6"
|
||||
|
|
|
@ -5,6 +5,6 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
|
|||
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS_fishriver += "fishriver"
|
||||
BBFILE_COLLECTIONS += "fishriver"
|
||||
BBFILE_PATTERN_fishriver := "^${LAYERDIR}/"
|
||||
BBFILE_PRIORITY_fishriver = "6"
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue
Block a user