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>
This commit is contained in:
Lianhao Lu
2011-09-05 14:00:41 +08:00
committed by Richard Purdie
parent f85cb8f6e1
commit dc3a8274c7

View File

@@ -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"