diff options
author | Tomas Frydrych <tomas@sleepfive.com> | 2013-04-27 09:52:17 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-05-03 16:17:46 +0100 |
commit | d03c0c24704c6ab6d2cfcf9bf705f6ace2a247cc (patch) | |
tree | aa0b119788882cfe58029cf5bda5015097a358ac /meta/conf | |
parent | 120495843118b55e865bb8d87933bd585fced992 (diff) | |
download | openembedded-core-d03c0c24704c6ab6d2cfcf9bf705f6ace2a247cc.tar.gz openembedded-core-d03c0c24704c6ab6d2cfcf9bf705f6ace2a247cc.tar.bz2 openembedded-core-d03c0c24704c6ab6d2cfcf9bf705f6ace2a247cc.zip |
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 <tomas@sleepfive.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/machine/include/ia32-base.inc | 1 |
1 files changed, 0 insertions, 1 deletions
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" |