[oe-commits] Tomas Frydrych : ia32-base.inc: remove inapropriate grub dependency

git at git.openembedded.org git at git.openembedded.org
Fri May 3 15:15:08 UTC 2013


Module: openembedded-core.git
Branch: master
Commit: d03c0c24704c6ab6d2cfcf9bf705f6ace2a247cc
URL:    http://git.openembedded.org/?p=openembedded-core.git&a=commit;h=d03c0c24704c6ab6d2cfcf9bf705f6ace2a247cc

Author: Tomas Frydrych <tomas at sleepfive.com>
Date:   Sat Apr 27 09:52:17 2013 +0100

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 at sleepfive.com>
Signed-off-by: Richard Purdie <richard.purdie at linuxfoundation.org>

---

 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 921c740..cb542a5 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"
 





More information about the Openembedded-commits mailing list