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>
This commit is contained in:
Bruce Ashfield 2014-03-31 14:01:58 -04:00 committed by Richard Purdie
parent 09b489c795
commit 4226f9c6a1
1 changed files with 2 additions and 1 deletions

View File

@ -10,7 +10,8 @@ KERNEL_IMAGETYPE = "vmlinux"
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto-dev"
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
PREFERRED_VERSION_linux-yocto ?= "3.14%"
SERIAL_CONSOLE = "115200 ttyS0"
USE_VT ?= "0"