summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-10-12 10:32:55 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-10-15 22:01:04 -0500
commit1b464d63b101c8452d23c117f4a6f2a86885d179 (patch)
tree62eeada57bfab804f72f384454cf9dafd5b31c7b /meta-jasperforest
parent97d28fee696de901caf6a8c6f22c9c4f31b8693c (diff)
downloadmeta-intel-1b464d63b101c8452d23c117f4a6f2a86885d179.tar.gz
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 <tom.zanussi@intel.com>
Diffstat (limited to 'meta-jasperforest')
-rw-r--r--meta-jasperforest/conf/layer.conf4
1 files changed, 1 insertions, 3 deletions
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}"
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 += "jasperforest" 8BBFILE_COLLECTIONS += "jasperforest"
11BBFILE_PATTERN_jasperforest := "^${LAYERDIR}/" 9BBFILE_PATTERN_jasperforest := "^${LAYERDIR}/"