* [PATCH 0/1] Make initramfs-live-install consistent to grub
@ 2011-09-05 6:15 Lianhao Lu
2011-09-05 6:15 ` [PATCH 1/1] initramfs-live-install: Be consistent with grub Lianhao Lu
2011-09-08 3:42 ` [PATCH 0/1] Make initramfs-live-install consistent to grub Saul Wold
0 siblings, 2 replies; 3+ messages in thread
From: Lianhao Lu @ 2011-09-05 6:15 UTC (permalink / raw)
To: openembedded-core
This patch fixed bug #1428. Since the grub 0.97 on which the initramfs-live-install
RDEPENDS doesn't support x86_64 target, remove it from the COMPATIBLE_HOST in
initramfs-live-install.
The following changes since commit 0616557a8c29b42bae0ffd5fd665a046810047e4:
Richard Purdie (1):
populate_sdk: We need to ensure that the SDK sysroot reflects PACKAGE_ARCH
are available in the git repository at:
git://git.yoctoproject.org/poky-contrib llu/bug1428
http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug1428
Lianhao Lu (1):
initramfs-live-install: Be consistent with grub.
.../initrdscripts/initramfs-live-install_1.0.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
^ permalink raw reply [flat|nested] 3+ messages in thread
* [PATCH 1/1] initramfs-live-install: Be consistent with grub.
2011-09-05 6:15 [PATCH 0/1] Make initramfs-live-install consistent to grub Lianhao Lu
@ 2011-09-05 6:15 ` Lianhao Lu
2011-09-08 3:42 ` [PATCH 0/1] Make initramfs-live-install consistent to grub Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Lianhao Lu @ 2011-09-05 6:15 UTC (permalink / raw)
To: openembedded-core
[YOCTO #1428]
Because the underlying grub 0.97 the initramfs-live-install RDEPDNEDS on
only supports 32bit x86 target, set the COMPATIBLE_HOST accordingly.
Signed-off-by: Lianhao Lu <lianhao.lu@intel.com>
---
.../initrdscripts/initramfs-live-install_1.0.bb | 3 ++-
1 files changed, 2 insertions(+), 1 deletions(-)
diff --git a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
index c792fe0..0eeabf1 100644
--- a/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
+++ b/meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb
@@ -20,4 +20,5 @@ INHIBIT_DEFAULT_DEPS = "1"
FILES_${PN} = " /install.sh "
# Alternatives to grub need adding for other arch support
-COMPATIBLE_HOST = "(i.86|x86_64).*-linux"
+# consistent with grub 0.97
+COMPATIBLE_HOST = "i.86.*-linux"
--
1.7.0.4
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH 0/1] Make initramfs-live-install consistent to grub
2011-09-05 6:15 [PATCH 0/1] Make initramfs-live-install consistent to grub Lianhao Lu
2011-09-05 6:15 ` [PATCH 1/1] initramfs-live-install: Be consistent with grub Lianhao Lu
@ 2011-09-08 3:42 ` Saul Wold
1 sibling, 0 replies; 3+ messages in thread
From: Saul Wold @ 2011-09-08 3:42 UTC (permalink / raw)
To: Patches and discussions about the oe-core layer
On 09/04/2011 11:15 PM, Lianhao Lu wrote:
> This patch fixed bug #1428. Since the grub 0.97 on which the initramfs-live-install
> RDEPENDS doesn't support x86_64 target, remove it from the COMPATIBLE_HOST in
> initramfs-live-install.
>
> The following changes since commit 0616557a8c29b42bae0ffd5fd665a046810047e4:
> Richard Purdie (1):
> populate_sdk: We need to ensure that the SDK sysroot reflects PACKAGE_ARCH
>
> are available in the git repository at:
>
> git://git.yoctoproject.org/poky-contrib llu/bug1428
> http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=llu/bug1428
>
> Lianhao Lu (1):
> initramfs-live-install: Be consistent with grub.
>
> .../initrdscripts/initramfs-live-install_1.0.bb | 3 ++-
> 1 files changed, 2 insertions(+), 1 deletions(-)
>
>
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
>
Merged into OE-Core
Thanks
Sau!
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2011-09-08 3:47 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-09-05 6:15 [PATCH 0/1] Make initramfs-live-install consistent to grub Lianhao Lu
2011-09-05 6:15 ` [PATCH 1/1] initramfs-live-install: Be consistent with grub Lianhao Lu
2011-09-08 3:42 ` [PATCH 0/1] Make initramfs-live-install consistent to grub Saul Wold
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox