mirror of
git://git.yoctoproject.org/meta-intel.git
synced 2025-07-19 12:59:03 +02:00
meta-fri2: remove common from BBFILES
metadata in /common is now pulled in by the meta-intel layer, so remove it here. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
parent
07a36b5e3c
commit
95319b408d
|
@ -3,9 +3,7 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
|
|||
|
||||
# We have a recipes directory, add to BBFILES
|
||||
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend \
|
||||
${LAYERDIR}/../common/recipes-graphics/*/*.bb \
|
||||
${LAYERDIR}/../common/recipes-graphics/*/*.bbappend"
|
||||
${LAYERDIR}/recipes-*/*/*.bbappend"
|
||||
|
||||
BBFILE_COLLECTIONS += "fri2"
|
||||
BBFILE_PATTERN_fri2 := "^${LAYERDIR}/"
|
||||
|
|
Loading…
Reference in New Issue
Block a user