[OE-core] [PATCH 1/1] initramfs-live-install: Be consistent with grub.

Lianhao Lu lianhao.lu at intel.com
Mon Sep 5 06:15:24 UTC 2011


[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 at 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





More information about the Openembedded-core mailing list