diff options
author | Paul Gortmaker <paul.gortmaker@windriver.com> | 2012-08-17 11:24:19 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-08-22 14:26:10 +0100 |
commit | 19ff55a53b436d463f9577adaed15be77708f0d2 (patch) | |
tree | 946fb6bd70d8ae984fbd2d8dabe60ca66ddaecc2 /meta-yocto/conf | |
parent | 25e926e5f6bbfb31d784e1f6a86bd77d4a3f7622 (diff) | |
download | poky-19ff55a53b436d463f9577adaed15be77708f0d2.tar.gz |
routerstationpro: move board off 3.0 and onto the 3.4 kernel
The updated patch series to support this target is in place
on the BSP specific branch in the 3.4 kernel tree now[1], so
we can move it ahead off of the old 3.0 kernel.
[1] https://lists.yoctoproject.org/pipermail/linux-yocto/2012-July/000023.html
Cc: Bruce Ashfield <bruce.ashfield@windriver.com>
Cc: Saul Wold <sgw@linux.intel.com>
Acked-by: Darren Hart <dvhart@linux.intel.com>
(From meta-yocto rev: 68457a49a91a384347f2b0597d4da66bfd02a49e)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto/conf')
-rw-r--r-- | meta-yocto/conf/machine/routerstationpro.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto/conf/machine/routerstationpro.conf b/meta-yocto/conf/machine/routerstationpro.conf index 3c2f56ff51..adf36a9ada 100644 --- a/meta-yocto/conf/machine/routerstationpro.conf +++ b/meta-yocto/conf/machine/routerstationpro.conf | |||
@@ -10,7 +10,7 @@ KERNEL_IMAGETYPE = "vmlinux" | |||
10 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | 10 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" |
11 | 11 | ||
12 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 12 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
13 | PREFERRED_VERSION_linux-yocto ?= "3.0%" | 13 | PREFERRED_VERSION_linux-yocto ?= "3.4%" |
14 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" | 14 | PREFERRED_PROVIDER_virtual/xserver = "xserver-kdrive" |
15 | XSERVER = "xserver-kdrive-fbdev" | 15 | XSERVER = "xserver-kdrive-fbdev" |
16 | 16 | ||