From 07a36b5e3c99f4e84917b42408e1a1e3cc81cc2a Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Sun, 20 Nov 2011 19:07:37 -0600 Subject: meta-crownbay: remove common from BBFILES metadata in /common is now pulled in by the meta-intel layer, so remove it here. Signed-off-by: Tom Zanussi --- meta-crownbay/conf/layer.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-crownbay') diff --git a/meta-crownbay/conf/layer.conf b/meta-crownbay/conf/layer.conf index 9b717009..52581e1c 100644 --- a/meta-crownbay/conf/layer.conf +++ b/meta-crownbay/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-graphics/*/*.bb \ - ${LAYERDIR}/../common/recipes-graphics/*/*.bbappend" + ${LAYERDIR}/recipes-*/*/*.bbappend" BBFILE_COLLECTIONS += "crownbay" BBFILE_PATTERN_crownbay := "^${LAYERDIR}/" -- cgit v1.2.3-54-g00ecf