mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
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>
This commit is contained in:
parent
061f3187e8
commit
8f5e888450
|
@ -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 += "fri2"
|
||||
BBFILE_PATTERN_fri2 := "^${LAYERDIR}/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user