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