diff options
author | Bruce Ashfield <bruce.ashfield@windriver.com> | 2014-03-31 14:01:58 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-03-31 23:04:35 +0100 |
commit | 4226f9c6a19fbdac6c334860751c0ea6a0d1df13 (patch) | |
tree | f418ede626556a12bf290f18459ca4f9e37f1ec0 /meta-yocto-bsp/conf/machine/edgerouter.conf | |
parent | 09b489c795b09d5b8e54db93055b625197046c3e (diff) | |
download | poky-4226f9c6a19fbdac6c334860751c0ea6a0d1df13.tar.gz |
yocto-bsps: edgerouter: explicitly set preferred version
Switch the edgerouter from linux-yocto-dev, to the 3.14 linux-yocto
BSP.
(From meta-yocto rev: a1d02927130842c45201c1af46180e8231dcea1c)
Signed-off-by: Bruce Ashfield <bruce.ashfield@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta-yocto-bsp/conf/machine/edgerouter.conf')
-rw-r--r-- | meta-yocto-bsp/conf/machine/edgerouter.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/edgerouter.conf b/meta-yocto-bsp/conf/machine/edgerouter.conf index f3ea33bb0d..9cb84bc037 100644 --- a/meta-yocto-bsp/conf/machine/edgerouter.conf +++ b/meta-yocto-bsp/conf/machine/edgerouter.conf | |||
@@ -10,7 +10,8 @@ KERNEL_IMAGETYPE = "vmlinux" | |||
10 | KERNEL_ALT_IMAGETYPE = "vmlinux.bin" | 10 | 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-dev" | 13 | PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto" |
14 | PREFERRED_VERSION_linux-yocto ?= "3.14%" | ||
14 | 15 | ||
15 | SERIAL_CONSOLE = "115200 ttyS0" | 16 | SERIAL_CONSOLE = "115200 ttyS0" |
16 | USE_VT ?= "0" | 17 | USE_VT ?= "0" |