summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core
diff options
context:
space:
mode:
authorLianhao Lu <lianhao.lu@intel.com>2011-09-05 14:00:41 +0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2011-09-07 22:54:14 +0100
commitdc3a8274c7e935fa564eea142d2535c9bcf2b272 (patch)
tree344fbcb8cf28bbe00e2a500715ae557011e6a0ca /meta/recipes-core
parentf85cb8f6e17fe0232ee8f8c4fa65f65bc3c47786 (diff)
downloadpoky-dc3a8274c7e935fa564eea142d2535c9bcf2b272.tar.gz
initramfs-live-install: Be consistent with grub.
[YOCTO #1428] Because the underlying grub 0.97 the initramfs-live-install RDEPDNEDS on only supports 32bit x86 target, set the COMPATIBLE_HOST accordingly. (From OE-Core rev: d128b4f2746ee8525352ce982a9c2a5e422630f2) Signed-off-by: Lianhao Lu <lianhao.lu@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core')
-rw-r--r--meta/recipes-core/initrdscripts/initramfs-live-install_1.0.bb3
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 c792fe0e05..0eeabf1774 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"
20FILES_${PN} = " /install.sh " 20FILES_${PN} = " /install.sh "
21 21
22# Alternatives to grub need adding for other arch support 22# Alternatives to grub need adding for other arch support
23COMPATIBLE_HOST = "(i.86|x86_64).*-linux" 23# consistent with grub 0.97
24COMPATIBLE_HOST = "i.86.*-linux"