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>
36 lines
821 B
Plaintext
36 lines
821 B
Plaintext
#@TYPE: Machine
|
|
#@DESCRIPTION: Machine configuration for running
|
|
|
|
TARGET_FPU = ""
|
|
|
|
require conf/machine/include/tune-ppce300c3.inc
|
|
|
|
KERNEL_IMAGETYPE = "uImage"
|
|
|
|
EXTRA_IMAGEDEPENDS += "u-boot"
|
|
UBOOT_MACHINE = "MPC8315ERDB_config"
|
|
|
|
SERIAL_CONSOLE = "115200 ttyS0"
|
|
|
|
MACHINE_FEATURES = "keyboard pci ext2 ext3 serial"
|
|
|
|
PREFERRED_VERSION_linux-yocto ?= "4.12%"
|
|
PREFERRED_PROVIDER_virtual/kernel = "linux-yocto"
|
|
|
|
PREFERRED_PROVIDER_virtual/xserver ?= "xserver-xorg"
|
|
XSERVER ?= "xserver-xorg \
|
|
xf86-video-fbdev"
|
|
|
|
UBOOT_ENTRYPOINT = "0x00000000"
|
|
|
|
KERNEL_DEVICETREE = "mpc8315erdb.dtb"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = " kernel-modules"
|
|
|
|
IMAGE_FSTYPES ?= "jffs2 tar.bz2"
|
|
JFFS2_ERASEBLOCK = "0x4000"
|
|
|
|
IMAGE_FSTYPES += "wic"
|
|
WKS_FILE ?= 'mpc8315e-rdb.wks'
|
|
IMAGE_BOOT_FILES ?= "u-boot.bin uImage uImage-mpc8315erdb.dtb;dtb"
|