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-n450/conf/machine/n450.conf | 3 +++ 1 file changed, 3 insertions(+) (limited to 'meta-n450/conf') diff --git a/meta-n450/conf/machine/n450.conf b/meta-n450/conf/machine/n450.conf index c0ff0cf5..79970d16 100644 --- a/meta-n450/conf/machine/n450.conf +++ b/meta-n450/conf/machine/n450.conf @@ -37,3 +37,6 @@ GLIBC_ADDONS = "nptl" GLIBC_EXTRA_OECONF = "--with-tls" ROOTLESS_X = "1" + +MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" + -- cgit v1.2.3-54-g00ecf