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:
Tom Zanussi 2011-11-20 22:09:08 -06:00
parent 07a36b5e3c
commit 95319b408d

View File

@ -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}/"