summaryrefslogtreecommitdiffstats
path: root/meta-jasperforest/conf
diff options
context:
space:
mode:
authorTom Zanussi <tom.zanussi@intel.com>2011-09-10 08:08:46 -0500
committerTom Zanussi <tom.zanussi@intel.com>2011-09-14 22:56:13 -0500
commit072b217edf7ebea81a3503915223eccdf26af23d (patch)
tree961ecdc19a0ba248bc28996c8e95a03fbfe73a12 /meta-jasperforest/conf
parent12c2a2c710bfd48878912fc2296a2b58ee50f48c (diff)
downloadmeta-intel-072b217edf7ebea81a3503915223eccdf26af23d.tar.gz
meta-intel: update BSPs to use grub2
grub2 is now the default, so explicit preferred entries are unnecessary. It also needs to be installed in the rootfs, so we need to add it as a dependency. Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-jasperforest/conf')
-rw-r--r--meta-jasperforest/conf/machine/jasperforest.conf1
1 files changed, 0 insertions, 1 deletions
diff --git a/meta-jasperforest/conf/machine/jasperforest.conf b/meta-jasperforest/conf/machine/jasperforest.conf
index 3013fe40..9fdb9688 100644
--- a/meta-jasperforest/conf/machine/jasperforest.conf
+++ b/meta-jasperforest/conf/machine/jasperforest.conf
@@ -36,5 +36,4 @@ GLIBC_ADDONS = "nptl"
36GLIBC_EXTRA_OECONF = "--with-tls" 36GLIBC_EXTRA_OECONF = "--with-tls"
37 37
38MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" 38MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub"
39PREFERRED_VERSION_grub ?= "1.98"
40 39