mirror of
https://git.yoctoproject.org/git/poky
synced 2026-01-04 16:10:04 +00:00
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:
parent
09b489c795
commit
4226f9c6a1
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user