diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-10 13:08:46 (GMT) |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-09-15 03:56:13 (GMT) |
commit | 072b217edf7ebea81a3503915223eccdf26af23d (patch) | |
tree | 961ecdc19a0ba248bc28996c8e95a03fbfe73a12 /meta-fri2/conf | |
parent | 12c2a2c710bfd48878912fc2296a2b58ee50f48c (diff) | |
download | meta-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-fri2/conf')
-rw-r--r-- | meta-fri2/conf/machine/fri2-noemgd.conf | 2 | ||||
-rw-r--r-- | meta-fri2/conf/machine/fri2.conf | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/meta-fri2/conf/machine/fri2-noemgd.conf b/meta-fri2/conf/machine/fri2-noemgd.conf index a871529..b02e037 100644 --- a/meta-fri2/conf/machine/fri2-noemgd.conf +++ b/meta-fri2/conf/machine/fri2-noemgd.conf | |||
@@ -34,3 +34,5 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz live" | |||
34 | 34 | ||
35 | GLIBC_ADDONS = "nptl" | 35 | GLIBC_ADDONS = "nptl" |
36 | GLIBC_EXTRA_OECONF = "--with-tls" | 36 | GLIBC_EXTRA_OECONF = "--with-tls" |
37 | |||
38 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" | ||
diff --git a/meta-fri2/conf/machine/fri2.conf b/meta-fri2/conf/machine/fri2.conf index 4b81fab..eab4b50 100644 --- a/meta-fri2/conf/machine/fri2.conf +++ b/meta-fri2/conf/machine/fri2.conf | |||
@@ -37,3 +37,6 @@ IMAGE_FSTYPES ?= "ext3 cpio.gz live" | |||
37 | 37 | ||
38 | GLIBC_ADDONS = "nptl" | 38 | GLIBC_ADDONS = "nptl" |
39 | GLIBC_EXTRA_OECONF = "--with-tls" | 39 | GLIBC_EXTRA_OECONF = "--with-tls" |
40 | |||
41 | MACHINE_ESSENTIAL_EXTRA_RDEPENDS = "grub" | ||
42 | |||