summaryrefslogtreecommitdiffstats
path: root/meta/conf/machine
diff options
context:
space:
mode:
authorTomas Frydrych <tomas@sleepfive.com>2013-04-27 09:52:17 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-05-03 16:19:21 +0100
commit746463720e710943bdb507fcc24bc29b91bd620f (patch)
tree354fd7f202825efbcc9aee8ed3407a6ffb1ed015 /meta/conf/machine
parent5874564bf8f5e9cad804f1302e0c7670aca5fda9 (diff)
downloadpoky-746463720e710943bdb507fcc24bc29b91bd620f.tar.gz
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. (From OE-Core rev: d03c0c24704c6ab6d2cfcf9bf705f6ace2a247cc) Signed-off-by: Tomas Frydrych <tomas@sleepfive.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf/machine')
-rw-r--r--meta/conf/machine/include/ia32-base.inc1
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 \
9 acpi serial usbgadget alsa" 9 acpi serial usbgadget alsa"
10 10
11MACHINE_EXTRA_RRECOMMENDS += "kernel-modules eee-acpi-scripts" 11MACHINE_EXTRA_RRECOMMENDS += "kernel-modules eee-acpi-scripts"
12MACHINE_ESSENTIAL_EXTRA_RDEPENDS += "grub"
13 12
14IMAGE_FSTYPES += "ext3 cpio.gz live" 13IMAGE_FSTYPES += "ext3 cpio.gz live"
15 14