mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 21:09:03 +02:00
meta-crownbay: tidy up layer configuration
* We can't use machine overrides in layer.conf because MACHINE is not defined yet (local.conf has not yet been parsed) so remove these * In light of the above having a separate collection configured for crownbay-noemgd no longer does anything, so remove it as well. Signed-off-by: Paul Eggleton <paul.eggleton@linux.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
b3ae264b21
commit
a075fe3540
|
@ -7,10 +7,6 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
|
||||||
${LAYERDIR}/../common/recipes-*/*/*.bb \
|
${LAYERDIR}/../common/recipes-*/*/*.bb \
|
||||||
${LAYERDIR}/../common/recipes-*/*/*.bbappend"
|
${LAYERDIR}/../common/recipes-*/*/*.bbappend"
|
||||||
|
|
||||||
BBFILE_COLLECTIONS_append_crownbay += "crownbay"
|
BBFILE_COLLECTIONS += "crownbay"
|
||||||
BBFILE_PATTERN_crownbay := "^${LAYERDIR}/"
|
BBFILE_PATTERN_crownbay := "^${LAYERDIR}/"
|
||||||
BBFILE_PRIORITY_crownbay = "6"
|
BBFILE_PRIORITY_crownbay = "6"
|
||||||
|
|
||||||
BBFILE_COLLECTIONS_append_crownbay-noemgd += "crownbay-noemgd"
|
|
||||||
BBFILE_PATTERN_crownbay-noemgd := "^${LAYERDIR}/"
|
|
||||||
BBFILE_PRIORITY_crownbay-noemgd = "6"
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user