mirror of
https://git.yoctoproject.org/poky
synced 2026-04-19 15:32:13 +02:00
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:
committed by
Richard Purdie
parent
f85cb8f6e1
commit
dc3a8274c7
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user