summaryrefslogtreecommitdiffstats
path: root/meta-sugarbay
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-10-12 08:25:21 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-10-15 21:59:12 -0500
commita16c31818b1e781fe42c525bb1e2149741621c0f (patch)
treef69822a3f236bc1f70376f78f649c8c8f1d4c360 /meta-sugarbay
parent62cef97c74547b4e46ebcfd91faad9000033fb9c (diff)
downloadmeta-intel-a16c31818b1e781fe42c525bb1e2149741621c0f.tar.gz
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 <tom.zanussi@intel.com>
Diffstat (limited to 'meta-sugarbay')
-rw-r--r--meta-sugarbay/conf/layer.conf4
1 files changed, 1 insertions, 3 deletions
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}"
3 3
4# We have a recipes directory, add to BBFILES 4# We have a recipes directory, add to BBFILES
5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \ 5BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend \ 6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7 ${LAYERDIR}/../common/recipes-*/*/*.bb \
8 ${LAYERDIR}/../common/recipes-*/*/*.bbappend"
9 7
10BBFILE_COLLECTIONS += "sugarbay" 8BBFILE_COLLECTIONS += "sugarbay"
11BBFILE_PATTERN_sugarbay := "^${LAYERDIR}/" 9BBFILE_PATTERN_sugarbay := "^${LAYERDIR}/"