diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-07-09 17:17:14 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-07-11 17:04:57 +0100 |
commit | b1a606112b2d88d62f2aff1e1be4912b6755f11c (patch) | |
tree | 5076106a314061ef1af7885cafdc113b397672d0 | |
parent | 581b967f725193c1ad062467177ec135ac2f3695 (diff) | |
download | poky-b1a606112b2d88d62f2aff1e1be4912b6755f11c.tar.gz |
meta-yocto: mpc8315e-rdb change preferred version to 3.4
Update the yocto hardware reference platform to use the
3.4 kernel by default.
This platform is supported in mainline, so no patch carry
forward or similar is required. Tested via NFS booting the
kernel on real hardware with 3.4.1 and things just work as-is.
(From meta-yocto rev: fbe1be490172993140db31472d14652d8ed45624)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r-- | meta-yocto/conf/machine/mpc8315e-rdb.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/machine/mpc8315e-rdb.conf b/meta-yocto/conf/machine/mpc8315e-rdb.conf index 03b5f34c67..fe4612ae5e 100644 --- a/meta-yocto/conf/machine/mpc8315e-rdb.conf +++ b/meta-yocto/conf/machine/mpc8315e-rdb.conf | |||
@@ -11,7 +11,7 @@ SERIAL_CONSOLE = "115200 ttyS0" | |||
11 | 11 | ||
12 | MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" | 12 | MACHINE_FEATURES = "keyboard pci ext2 ext3 serial" |
13 | 13 | ||
14 | PREFERRED_VERSION_linux-yocto ?= "3.0%" | 14 | PREFERRED_VERSION_linux-yocto ?= "3.4%" |
15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" | 15 | PREFERRED_PROVIDER_virtual/kernel = "linux-yocto" |
16 | 16 | ||
17 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | 17 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" |