* [PATCH 0/1] meta-intel: fix crownbay grub problem
@ 2011-08-02 19:20 tom.zanussi
2011-08-02 19:20 ` [PATCH 1/1] meta-crownbay: fix BBFILES in crownbay layer.conf tom.zanussi
0 siblings, 1 reply; 2+ messages in thread
From: tom.zanussi @ 2011-08-02 19:20 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
Fix for yocto bug #1257: broken grub due to wrong root path.
The following changes since commit 96c247dad88b9fc0159b2a929216876d9fbb06dc:
Tom Zanussi (1):
meta-emenlow: fix glx bug
are available in the git repository at:
git://git.yoctoproject.org/meta-intel.git tzanussi/yocto-1257-fix
http://git.yoctoproject.org/cgit/cgit.cgi/meta-intel/log/?h=tzanussi/yocto-1257-fix
Tom Zanussi (1):
meta-crownbay: fix BBFILES in crownbay layer.conf
meta-crownbay/conf/layer.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
^ permalink raw reply [flat|nested] 2+ messages in thread* [PATCH 1/1] meta-crownbay: fix BBFILES in crownbay layer.conf
2011-08-02 19:20 [PATCH 0/1] meta-intel: fix crownbay grub problem tom.zanussi
@ 2011-08-02 19:20 ` tom.zanussi
0 siblings, 0 replies; 2+ messages in thread
From: tom.zanussi @ 2011-08-02 19:20 UTC (permalink / raw)
To: yocto
From: Tom Zanussi <tom.zanussi@intel.com>
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>
---
meta-crownbay/conf/layer.conf | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/meta-crownbay/conf/layer.conf b/meta-crownbay/conf/layer.conf
index 9c3794b..9b71700 100644
--- a/meta-crownbay/conf/layer.conf
+++ b/meta-crownbay/conf/layer.conf
@@ -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}/"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 2+ messages in thread
end of thread, other threads:[~2011-08-02 19:20 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-08-02 19:20 [PATCH 0/1] meta-intel: fix crownbay grub problem tom.zanussi
2011-08-02 19:20 ` [PATCH 1/1] meta-crownbay: fix BBFILES in crownbay layer.conf tom.zanussi
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.