mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
fb437d338a
Boot test for all these boards. (From meta-yocto rev: 1518fae6804aff25939907d1be7c2b873f74e81f) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
23 lines
514 B
Plaintext
23 lines
514 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 ?= "4.4%"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
USE_VT ?= "0"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|
|
|
|
IMAGE_FSTYPES ?= "jffs2 tar.bz2"
|
|
JFFS2_ERASEBLOCK = "0x10000"
|