diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2013-08-25 05:20:57 +0000 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-08-26 11:29:46 +0100 |
commit | b3357d5d5ab0d8497c911931f66637a89261f22b (patch) | |
tree | 72d5aac7b5851996d07b9a24f832669775ad112f /meta-yocto-bsp/conf | |
parent | d7571c0390d53bc9a481277944efae688eee0448 (diff) | |
download | poky-b3357d5d5ab0d8497c911931f66637a89261f22b.tar.gz |
yocto-bsp: add 3.10 bbappend and update routerstationpro's preferred version
Now that the 3.10 yocto kernel tree is available, meta-yocto-bsp needs a
bbappend with the relevant SRCREVs defined.
Note: that only the routerstationpro is updated to 3.10, and the other reference
BSPs continue to use their existing preferred versions.
(From meta-yocto rev: 8e3688ea98ad06a64218a67d5ee4c96165766686)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf')
-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 d9575eb309..281d3f6e00 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.8%" | 14 | PREFERRED_VERSION_linux-yocto ?= "3.10%" |
15 | 15 | ||
16 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" | 16 | PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg" |
17 | XSERVER ?= "xserver-xorg \ | 17 | XSERVER ?= "xserver-xorg \ |