diff options
author | Michel Thebeau <michel.thebeau@windriver.com> | 2013-04-22 17:20:15 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-28 12:12:21 +0100 |
commit | 07ef66f079ec648c22c14610011dd79b0af1c424 (patch) | |
tree | 862c30117270d59fc1c29d4586b74bdd0d6e06be /meta-yocto-bsp | |
parent | 5652086c75be0eb5e9deac0e3f2b7bd343583838 (diff) | |
download | poky-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>
Diffstat (limited to 'meta-yocto-bsp')
-rw-r--r-- | meta-yocto-bsp/conf/machine/routerstationpro.conf | 2 |
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" | |||
11 | KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment" | 11 | KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment" |
12 | 12 | ||
13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" | 13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
14 | PREFERRED_VERSION_linux-yocto ?= "3.4%" | 14 | PREFERRED_VERSION_linux-yocto ?= "3.8%" |
15 | 15 | ||
16 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 16 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
17 | XSERVER ?= "xserver-xorg \ | 17 | XSERVER ?= "xserver-xorg \ |