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-emenlow/conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) (limited to 'meta-emenlow') 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" -- cgit v1.2.3-54-g00ecf