From d03c0c24704c6ab6d2cfcf9bf705f6ace2a247cc Mon Sep 17 00:00:00 2001 From: Tomas Frydrych Date: Sat, 27 Apr 2013 09:52:17 +0100 Subject: 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 --- meta/conf/machine/include/ia32-base.inc | 1 - 1 file changed, 1 deletion(-) (limited to 'meta/conf/machine') 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" -- cgit 1.2.3-korg