summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-08-16 16:29:06 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-08-25 12:19:31 -0500
commit8f5e8884501967722481615ab9e8f56f73a14c67 (patch)
tree08e878b5572e75aa080e8688a86073f8e27930f6
parent061f3187e8cbec70d5970928b6e8252cb0958f4a (diff)
downloadmeta-intel-8f5e8884501967722481615ab9e8f56f73a14c67.tar.gz
meta-fri2: add common/recipes-graphics to BBFILES
Add common/recipes-graphics so fri2 can pick up the EMGD bits in emgd-driver-bin. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rw-r--r--meta-fri2/conf/layer.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-fri2/conf/layer.conf b/meta-fri2/conf/layer.conf
index b30e776f..261cccca 100644
--- a/meta-fri2/conf/layer.conf
+++ b/meta-fri2/conf/layer.conf
@@ -3,7 +3,9 @@ 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-graphics/*/*.bb \
8 ${LAYERDIR}/../common/recipes-graphics/*/*.bbappend"
7 9
8BBFILE_COLLECTIONS += "fri2" 10BBFILE_COLLECTIONS += "fri2"
9BBFILE_PATTERN_fri2 := "^${LAYERDIR}/" 11BBFILE_PATTERN_fri2 := "^${LAYERDIR}/"