From 072b217edf7ebea81a3503915223eccdf26af23d Mon Sep 17 00:00:00 2001 From: Tom Zanussi Date: Sat, 10 Sep 2011 08:08:46 -0500 Subject: 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 --- meta-emenlow/conf/machine/emenlow.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-emenlow/conf') diff --git a/meta-emenlow/conf/machine/emenlow.conf b/meta-emenlow/conf/machine/emenlow.conf index de6794ea..39930a02 100644 --- a/meta-emenlow/conf/machine/emenlow.conf +++ b/meta-emenlow/conf/machine/emenlow.conf @@ -34,3 +34,6 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz live" GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" + +MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" + -- cgit v1.2.3-54-g00ecf