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