From 1b464d63b101c8452d23c117f4a6f2a86885d179 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Wed, 12 Oct 2011 10:32:55 -0500 Subject: meta-jasperforest: remove meta-intel/common from BBFILES There's nothing in meta-intel/common used by jasperforest any longer, and is too broad anyway, so remove it from BBFILES. Signed-off-by: Tom Zanussi --- meta-jasperforest/conf/layer.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-jasperforest') diff --git a/meta-jasperforest/conf/layer.conf b/meta-jasperforest/conf/layer.conf index 81256596..bfd7fc3c 100644 --- a/meta-jasperforest/conf/layer.conf +++ b/meta-jasperforest/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 += "jasperforest" BBFILE_PATTERN_jasperforest := "^${LAYERDIR}/" -- cgit v1.2.3-54-g00ecf