From df18b721f86f0737c0f302e49b27ea232c70e683 Mon Sep 17 00:00:00 2001 From: Paul Eggleton Date: Fri, 24 Feb 2012 09:23:56 +0000 Subject: meta-intel: add LAYERDEPENDS for layers needing the meta-intel common layer 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 Signed-off-by: Tom Zanussi --- meta-cedartrail/conf/layer.conf | 2 ++ meta-crownbay/conf/layer.conf | 2 ++ meta-emenlow/conf/layer.conf | 2 ++ meta-fishriver/conf/layer.conf | 2 ++ meta-fri2/conf/layer.conf | 2 ++ meta-jasperforest/conf/layer.conf | 2 ++ meta-n450/conf/layer.conf | 2 ++ meta-romley/conf/layer.conf | 2 ++ meta-sugarbay/conf/layer.conf | 2 ++ meta-sys940x/conf/layer.conf | 2 ++ 10 files changed, 20 insertions(+) diff --git a/meta-cedartrail/conf/layer.conf b/meta-cedartrail/conf/layer.conf index cb4142d0..c19c4c10 100644 --- a/meta-cedartrail/conf/layer.conf +++ b/meta-cedartrail/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "cedartrail" BBFILE_PATTERN_cedartrail := "^${LAYERDIR}/" BBFILE_PRIORITY_cedartrail = "6" + +LAYERDEPENDS_cedartrail = "intel" 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 \ BBFILE_COLLECTIONS += "crownbay" BBFILE_PATTERN_crownbay := "^${LAYERDIR}/" BBFILE_PRIORITY_crownbay = "6" + +LAYERDEPENDS_crownbay = "intel" diff --git a/meta-emenlow/conf/layer.conf b/meta-emenlow/conf/layer.conf index 563b9c8e..dda80c0e 100644 --- a/meta-emenlow/conf/layer.conf +++ b/meta-emenlow/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "emenlow" BBFILE_PATTERN_emenlow := "^${LAYERDIR}/" BBFILE_PRIORITY_emenlow = "6" + +LAYERDEPENDS_emenlow = "intel" diff --git a/meta-fishriver/conf/layer.conf b/meta-fishriver/conf/layer.conf index 9162b5ef..61e292be 100644 --- a/meta-fishriver/conf/layer.conf +++ b/meta-fishriver/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "fishriver" BBFILE_PATTERN_fishriver := "^${LAYERDIR}/" BBFILE_PRIORITY_fishriver = "6" + +LAYERDEPENDS_fishriver = "intel" diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf index b30e776f..4d140f96 100644 --- a/meta-fri2/conf/layer.conf +++ b/meta-fri2/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "fri2" BBFILE_PATTERN_fri2 := "^${LAYERDIR}/" BBFILE_PRIORITY_fri2 = "6" + +LAYERDEPENDS_fri2 = "intel" diff --git a/meta-jasperforest/conf/layer.conf b/meta-jasperforest/conf/layer.conf index bfd7fc3c..09f1647a 100644 --- a/meta-jasperforest/conf/layer.conf +++ b/meta-jasperforest/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "jasperforest" BBFILE_PATTERN_jasperforest := "^${LAYERDIR}/" BBFILE_PRIORITY_jasperforest = "6" + +LAYERDEPENDS_jasperforest = "intel" diff --git a/meta-n450/conf/layer.conf b/meta-n450/conf/layer.conf index f9cc7fe0..2c905c27 100644 --- a/meta-n450/conf/layer.conf +++ b/meta-n450/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "n450" BBFILE_PATTERN_n450 = "^${LAYERDIR}/" BBFILE_PRIORITY_n450 = "6" + +LAYERDEPENDS_n450 = "intel" diff --git a/meta-romley/conf/layer.conf b/meta-romley/conf/layer.conf index c5eeaaba..8ce1a4db 100644 --- a/meta-romley/conf/layer.conf +++ b/meta-romley/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "romley" BBFILE_PATTERN_romley := "^${LAYERDIR}/" BBFILE_PRIORITY_romley = "6" + +LAYERDEPENDS_romley = "intel" diff --git a/meta-sugarbay/conf/layer.conf b/meta-sugarbay/conf/layer.conf index 05ef1cd3..eb8ec45e 100644 --- a/meta-sugarbay/conf/layer.conf +++ b/meta-sugarbay/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "sugarbay" BBFILE_PATTERN_sugarbay := "^${LAYERDIR}/" BBFILE_PRIORITY_sugarbay = "6" + +LAYERDEPENDS_sugarbay = "intel" diff --git a/meta-sys940x/conf/layer.conf b/meta-sys940x/conf/layer.conf index 459c7102..5d588ade 100644 --- a/meta-sys940x/conf/layer.conf +++ b/meta-sys940x/conf/layer.conf @@ -8,3 +8,5 @@ BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ BBFILE_COLLECTIONS += "sys940x" BBFILE_PATTERN_sys940x := "^${LAYERDIR}/" BBFILE_PRIORITY_sys940x = "6" + +LAYERDEPENDS_sys940x = "intel" -- cgit v1.2.3-54-g00ecf