meta-crownbay: fix BBFILES in crownbay layer.conf

The BBFILES append in crownbay's layer.conf is too broad and causes
the wrong init-install.sh to be picked up, causing a bad grub install.
Narrow down the BBFILES to include only what is actually needed.

Fixes [YOCTO #1257].

Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
This commit is contained in:
Tom Zanussi 2011-08-02 13:28:28 -05:00
parent 3be9957211
commit 724b13a74e

View File

@ -4,8 +4,8 @@ BBPATH := "${BBPATH}:${LAYERDIR}"
# We have a recipes directory, add to BBFILES
BBFILES := "${BBFILES} ${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend \
${LAYERDIR}/../common/recipes-*/*/*.bb \
${LAYERDIR}/../common/recipes-*/*/*.bbappend"
${LAYERDIR}/../common/recipes-graphics/*/*.bb \
${LAYERDIR}/../common/recipes-graphics/*/*.bbappend"
BBFILE_COLLECTIONS += "crownbay"
BBFILE_PATTERN_crownbay := "^${LAYERDIR}/"