mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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:
parent
dac6764a8b
commit
47d88017ba
|
@ -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}/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user