mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 00:39:46 +00:00
8d7351e37d
Bump to the latest stable kernel for 4.4, 4.9, 4.10 and 4.12. Also set the default kernel to 4.12. (From meta-yocto rev: 4e0ada1132db54a1723e3a603fa99b0b8ddf29eb) (From meta-yocto rev: bbf359b74c71db3e82452b925143fd9fc46227a0) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org> Dropped 4.12 changes Signed-off-by: Armin Kuster <akuster808@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
698 B
Plaintext
27 lines
698 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.12%"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
USE_VT ?= "0"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|
|
|
|
IMAGE_FSTYPES ?= "jffs2 tar.bz2 wic wic.bmap"
|
|
JFFS2_ERASEBLOCK = "0x10000"
|
|
|
|
WKS_FILE ?= "edgerouter.wks"
|
|
IMAGE_BOOT_FILES ?= "vmlinux;vmlinux.64"
|
|
do_image_wic[depends] += "mtools-native:do_populate_sysroot dosfstools-native:do_populate_sysroot"
|