From 52a5edebfba7e31804d80396fa351041e48c168a Mon Sep 17 00:00:00 2001 From: Michel Thebeau Date: Mon, 22 Apr 2013 17:20:15 -0400 Subject: [PATCH] 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 Signed-off-by: Michel Thebeau Signed-off-by: Richard Purdie --- meta-yocto-bsp/conf/machine/routerstationpro.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-yocto-bsp/conf/machine/routerstationpro.conf b/meta-yocto-bsp/conf/machine/routerstationpro.conf index 723625bb149..d9575eb3098 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" KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment" PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" -PREFERRED_VERSION_linux-yocto ?= "3.4%" +PREFERRED_VERSION_linux-yocto ?= "3.8%" PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" XSERVER ?= "xserver-xorg \ -- 2.47.3