[yocto] [PATCH 2/7] meta-romley: remove meta-intel/common from BBFILES

kishore.k.bodke at intel.com kishore.k.bodke at intel.com
Wed Oct 26 16:25:26 PDT 2011


From: Tom Zanussi <tom.zanussi at intel.com>

There's nothing in meta-intel/common used by romley, and is too broad
anyway, so remove it from BBFILES.

Signed-off-by: Tom Zanussi <tom.zanussi at intel.com>
---
 meta-romley/conf/layer.conf |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/meta-romley/conf/layer.conf b/meta-romley/conf/layer.conf
index f9dd569..c5eeaab 100644
--- a/meta-romley/conf/layer.conf
+++ b/meta-romley/conf/layer.conf
@@ -3,9 +3,7 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
 
 # We have a recipes directory, add to BBFILES
 BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
-	${LAYERDIR}/recipes-*/*/*.bbappend \
-	${LAYERDIR}/../common/recipes-*/*/*.bb \
-	${LAYERDIR}/../common/recipes-*/*/*.bbappend"
+	${LAYERDIR}/recipes-*/*/*.bbappend"
 
 BBFILE_COLLECTIONS += "romley"
 BBFILE_PATTERN_romley := "^${LAYERDIR}/"
-- 
1.7.5.4




More information about the yocto mailing list