From: Tomas Frydrych Date: Sat, 27 Apr 2013 08:52:17 +0000 (+0100) Subject: ia32-base.inc: remove inapropriate grub dependency X-Git-Tag: 2015-4~6638 X-Git-Url: https://code.ossystems.io/gitweb?a=commitdiff_plain;h=d03c0c24704c6ab6d2cfcf9bf705f6ace2a247cc;p=openembedded-core.git ia32-base.inc: remove inapropriate grub dependency There is no good reason for ia32 machines to have hard dependency on grub, as there are other bootloaders available for ia32 platforms. Signed-off-by: Tomas Frydrych Signed-off-by: Richard Purdie --- diff --git a/meta/conf/machine/include/ia32-base.inc b/meta/conf/machine/include/ia32-base.inc index 921c740772..cb542a5e95 100644 --- a/meta/conf/machine/include/ia32-base.inc +++ b/meta/conf/machine/include/ia32-base.inc @@ -9,7 +9,6 @@ MACHINE_FEATURES += "screen keyboard pci usbhost ext2 ext3 x86 \ acpi serial usbgadget alsa" MACHINE_EXTRA_RRECOMMENDS += "kernel-modules eee-acpi-scripts" -MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "grub" IMAGE_FSTYPES += "ext3 cpio.gz live"