diff options
author | Paul Eggleton <paul.eggleton@linux.intel.com> | 2012-02-24 09:23:56 +0000 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2012-02-24 14:52:01 -0600 |
commit | df18b721f86f0737c0f302e49b27ea232c70e683 (patch) | |
tree | 61dd9f13867b087528122e1db2fc5a2a4ed55ada /meta-crownbay | |
parent | f89c24addde4f5d4a634a7be6a33bee91c1f1bc4 (diff) | |
download | meta-intel-df18b721f86f0737c0f302e49b27ea232c70e683.tar.gz |
meta-intel: add LAYERDEPENDS for layers needing the meta-intel common layer1.2_M3.rc11.2_M3
These layers all contain machine configuration that depends on having
the meta-intel common layer enabled as well, so use LAYERDEPENDS in the
layer configuration for each one to make this explicit.
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.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-crownbay/conf/layer.conf b/meta-crownbay/conf/layer.conf index 52581e1c..cb17298f 100644 --- a/meta-crownbay/conf/layer.conf +++ b/meta-crownbay/conf/layer.conf | |||
@@ -8,3 +8,5 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ | |||
8 | BBFILE_COLLECTIONS += "crownbay" | 8 | BBFILE_COLLECTIONS += "crownbay" |
9 | BBFILE_PATTERN_crownbay := "^${LAYERDIR}/" | 9 | BBFILE_PATTERN_crownbay := "^${LAYERDIR}/" |
10 | BBFILE_PRIORITY_crownbay = "6" | 10 | BBFILE_PRIORITY_crownbay = "6" |
11 | |||
12 | LAYERDEPENDS_crownbay = "intel" | ||