summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRahul Saxena <rahul.saxena@intel.com>2012-03-19 17:15:22 -0700
committerTom Zanussi <tom.zanussi@intel.com>2012-03-26 17:40:43 -0500
commit47d88017bac43be4b8a1b29e99d927bf5886f283 (patch)
tree57d3a3c3b69a72b7c02b1876fd1c25b54efbb22b
parentdac6764a8bab3a134ad03b397d28b1000b99dbbf (diff)
downloadmeta-intel-47d88017bac43be4b8a1b29e99d927bf5886f283.tar.gz
meta-cedartrail: update BBFILES to include meta-intel/common path
Update BBFILES to include the path to xserver-xf86-dri-lite_1.9.3.bb Cedar Trail PVR driver is dependent on Version 1.9.3 of xserver. Signed-off-by: Rahul Saxena <rahul.saxena@.intel.com> Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
-rwxr-xr-xmeta-cedartrail/conf/layer.conf4
1 files changed, 3 insertions, 1 deletions
diff --git a/meta-cedartrail/conf/layer.conf b/meta-cedartrail/conf/layer.conf
index cb4142d0..c506c5bd 100755
--- a/meta-cedartrail/conf/layer.conf
+++ b/meta-cedartrail/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 += "cedartrail" 10BBFILE_COLLECTIONS += "cedartrail"
9BBFILE_PATTERN_cedartrail := "^${LAYERDIR}/" 11BBFILE_PATTERN_cedartrail := "^${LAYERDIR}/"