mirror of
https://git.yoctoproject.org/poky
synced 2026-02-14 12:43:03 +01:00
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>
23 lines
515 B
Plaintext
23 lines
515 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Edgerouter
|
|
#@DESCRIPTION: Edgerouter
|
|
|
|
require conf/machine/include/tune-mips64.inc
|
|
|
|
MACHINE_FEATURES = "pci ext2 ext3 serial"
|
|
|
|
KERNEL_IMAGETYPE = "vmlinux"
|
|
KERNEL_ALT_IMAGETYPE = "vmlinux.bin"
|
|
KERNEL_IMAGE_STRIP_EXTRA_SECTIONS = ".comment"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-yocto"
|
|
PREFERRED_VERSION_linux-yocto ?= "3.14%"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
USE_VT ?= "0"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|
|
|
|
IMAGE_FSTYPES ?= "jffs2 tar.bz2"
|
|
JFFS2_ERASEBLOCK = "0x10000"
|