diff options
author | Darren Hart <dvhart@linux.intel.com> | 2013-04-02 23:17:41 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-03 17:01:13 +0100 |
commit | 8f262bfc65d760de7fff39ab6ec0e6e77fa21c31 (patch) | |
tree | f6aad3275c88fc16568268aec578e757a3e61ef9 /meta-yocto-bsp/conf | |
parent | c7f52855f97716284de0e1a279ef121d51766d08 (diff) | |
download | poky-8f262bfc65d760de7fff39ab6ec0e6e77fa21c31.tar.gz |
atom-pc: Update to linux-yocto_3.8 (3.8.4)
Bring atom-pc up to date with the latest available linux-yocto kernel,
3.8.4. Build and boot tested on the Toshiba NB-305 notebook with
core-image-sato.
(From meta-yocto rev: 19ca213d800809bc11d8b78c6361f6fca0dbbfbe)
Signed-off-by: Darren Hart <dvhart@linux.intel.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/atom-pc.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/atom-pc.conf b/meta-yocto-bsp/conf/machine/atom-pc.conf index b1c2ae194e..e8f377fd5d 100644 --- a/meta-yocto-bsp/conf/machine/atom-pc.conf +++ b/meta-yocto-bsp/conf/machine/atom-pc.conf | |||
@@ -10,7 +10,7 @@ MACHINE_FEATURES = "screen keyboard pci usbhost ext2 ext3 x86 wifi acpi alsa" | |||
10 | KERNEL_IMAGETYPE = "bzImage" | 10 | KERNEL_IMAGETYPE = "bzImage" |
11 | 11 | ||
12 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 12 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
13 | PREFERRED_VERSION_linux-yocto ?= "3.4%" | 13 | PREFERRED_VERSION_linux-yocto ?= "3.8%" |
14 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 14 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
15 | XSERVER ?= "xserver-xorg \ | 15 | XSERVER ?= "xserver-xorg \ |
16 | xserver-xorg-extension-glx \ | 16 | xserver-xorg-extension-glx \ |