[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 <[email protected]> --- .../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 _______________________________________________ Openembedded-core mailing list [email protected] http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core
