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>
This commit is contained in:
Rahul Saxena 2012-03-19 17:15:22 -07:00 committed by Tom Zanussi
parent dac6764a8b
commit 47d88017ba

View File

@ -3,7 +3,9 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend"
${LAYERDIR}/recipes-*/*/*.bbappend \
${LAYERDIR}/../common/recipes-graphics/*/*.bb \
${LAYERDIR}/../common/recipes-graphics/*/*.bbappend"
BBFILE_COLLECTIONS += "cedartrail"
BBFILE_PATTERN_cedartrail := "^${LAYERDIR}/"