summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichel Thebeau <michel.thebeau@windriver.com>2013-04-22 17:20:15 -0400
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-28 12:12:21 +0100
commit07ef66f079ec648c22c14610011dd79b0af1c424 (patch)
tree862c30117270d59fc1c29d4586b74bdd0d6e06be
parent5652086c75be0eb5e9deac0e3f2b7bd343583838 (diff)
downloadpoky-07ef66f079ec648c22c14610011dd79b0af1c424.tar.gz
routerstationpro: move board off 3.4 and onto the 3.8 kernel
The updated patch series to support this target is in place on the BSP specific branch in the 3.8 kernel tree now[1], so we can move it ahead off of the old 3.4 kernel. [1] https://lists.yoctoproject.org/pipermail/linux-yocto/2013-April/000542.html (From meta-yocto rev: 52a5edebfba7e31804d80396fa351041e48c168a) Signed-off-by: Michel Thebeau <michel.thebeau@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--meta-yocto-bsp/conf/machine/routerstationpro.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/routerstationpro.conf b/meta-yocto-bsp/conf/machine/routerstationpro.conf
index 723625bb14..d9575eb309 100644
--- a/meta-yocto-bsp/conf/machine/routerstationpro.conf
+++ b/meta-yocto-bsp/conf/machine/routerstationpro.conf
@@ -11,7 +11,7 @@ KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
11KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment" 11KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment"
12 12
13PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" 13PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
14PREFERRED_VERSION_linux-yocto ?= "3.4%" 14PREFERRED_VERSION_linux-yocto ?= "3.8%"
15 15
16PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" 16PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
17XSERVER ?= "xserver-xorg \ 17XSERVER ?= "xserver-xorg \