mirror of
https://git.yoctoproject.org/poky
synced 2026-04-26 09:32:14 +02:00
Create the corresponding 6.1 bbappend and also update the default kernel to 6.1 for all the boards. (From meta-yocto rev: 7494f08fa1c85611a1dce3444a2737ef06fc8fdf) Signed-off-by: Kevin Hao <kexin.hao@windriver.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
27 lines
738 B
Plaintext
27 lines
738 B
Plaintext
#@TYPE: Machine
|
|
#@NAME: Edgerouter
|
|
#@DESCRIPTION: Machine configuration for a generic edgerouter
|
|
|
|
require conf/machine/include/mips/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 ?= "6.1%"
|
|
|
|
SERIAL_CONSOLES = "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"
|