diff options
author | Tom Zanussi <tom.zanussi@intel.com> | 2011-08-03 11:14:36 -0500 |
---|---|---|
committer | Tom Zanussi <tom.zanussi@intel.com> | 2011-08-24 20:31:11 -0500 |
commit | d5130815aff9d230c44ed0be60ca06bb1cb4225a (patch) | |
tree | b371fb783c75bde527afbda21ae9b33c084bb5b7 /meta-crownbay/conf/machine/crownbay.conf | |
parent | fb15cc4e1c4be75c81acaf6a1dd33675a9142975 (diff) | |
download | meta-intel-d5130815aff9d230c44ed0be60ca06bb1cb4225a.tar.gz |
meta-crownbay: switch to linux-yocto 3.0 kernel
Switch crownbay and crownbay-noemgd to the 3.0 kernel, lock it down,
and update kernel SRCREVs.
Signed-off-by: Tom Zanussi <tom.zanussi@intel.com>
Diffstat (limited to 'meta-crownbay/conf/machine/crownbay.conf')
-rw-r--r-- | meta-crownbay/conf/machine/crownbay.conf | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-crownbay/conf/machine/crownbay.conf b/meta-crownbay/conf/machine/crownbay.conf index 323c8c17..581b9764 100644 --- a/meta-crownbay/conf/machine/crownbay.conf +++ b/meta-crownbay/conf/machine/crownbay.conf | |||
@@ -12,6 +12,8 @@ MACHINE_FEATURES = "kernel26 screen keyboard pci usbhost ext2 ext3 x86 \ | |||
12 | KERNEL_IMAGETYPE = "bzImage" | 12 | KERNEL_IMAGETYPE = "bzImage" |
13 | 13 | ||
14 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 14 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
15 | PREFERRED_VERSION_linux-yocto = "3.0%" | ||
16 | |||
15 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" | 17 | PREFERRED_PROVIDER_linux-libc-headers ?= "linux-libc-headers-yocto" |
16 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" | 18 | PREFERRED_PROVIDER_virtual/libx11 ?= "libx11-trim" |
17 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" | 19 | PREFERRED_PROVIDER_virtual/libgl ?= "mesa-dri" |