summaryrefslogtreecommitdiffstats
path: root/meta-crownbay
diff options
context:
space:
mode:
authorPaul Eggleton <paul.eggleton@linux.intel.com>2011-06-02 07:32:07 -0700
committerTom Zanussi <tom.zanussi@intel.com>2011-06-02 10:12:04 -0500
commita075fe3540d75850e84c2b4fa2282bc09b334d86 (patch)
treedd57e8802156353def8c22a91eb76f29e5fbe832 /meta-crownbay
parentb3ae264b21d61269a59727d98ce797cefe537e38 (diff)
downloadmeta-intel-a075fe3540d75850e84c2b4fa2282bc09b334d86.tar.gz
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>
Diffstat (limited to 'meta-crownbay')
-rw-r--r--meta-crownbay/conf/layer.conf6
1 files changed, 1 insertions, 5 deletions
diff --git a/meta-crownbay/conf/layer.conf b/meta-crownbay/conf/layer.conf
index 4ffeb2ce..9c3794b1 100644
--- a/meta-crownbay/conf/layer.conf
+++ b/meta-crownbay/conf/layer.conf
@@ -7,10 +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_append_crownbay += "crownbay" 10BBFILE_COLLECTIONS += "crownbay"
11BBFILE_PATTERN_crownbay := "^${LAYERDIR}/" 11BBFILE_PATTERN_crownbay := "^${LAYERDIR}/"
12BBFILE_PRIORITY_crownbay = "6" 12BBFILE_PRIORITY_crownbay = "6"
13
14BBFILE_COLLECTIONS_append_crownbay-noemgd += "crownbay-noemgd"
15BBFILE_PATTERN_crownbay-noemgd := "^${LAYERDIR}/"
16BBFILE_PRIORITY_crownbay-noemgd = "6"