From 95319b408d01ef2fee102e6877e9753a45379f49 Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Sun, 20 Nov 2011 22:09:08 -0600 Subject: meta-fri2: 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-fri2/conf/layer.conf | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'meta-fri2/conf') diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf index 261cccca..b30e776f 100644 --- a/meta-fri2/conf/layer.conf +++ b/meta-fri2/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 += "fri2" BBFILE_PATTERN_fri2 := "^${LAYERDIR}/" -- cgit v1.2.3-54-g00ecf