mirror of
https://github.com/linux-sunxi/meta-sunxi.git
synced 2024-11-08 14:28:22 +01:00
02e3e7fba8
According to: https://www.kernel.org/category/releases.html version 5.4 is a longterm release, so: - add longterm 5.4 series at 5.4.18 - update longterm 4.19 series to 4.19.103 - update stable to 5.5.3 - remove rc, as it quickly gets out of date. rc users will likely build kernel from master outside of OE anyway - set 5.4 as the preferred version for linux-mainline Signed-off-by: Diego Rondini <diego.rondini@kynetics.com>
35 lines
976 B
PHP
35 lines
976 B
PHP
SOC_FAMILY ??= ""
|
|
include conf/machine/include/soc-family.inc
|
|
|
|
# Sub-architecture support
|
|
MACHINE_SOCARCH_SUFFIX ?= ""
|
|
MACHINE_SOCARCH_SUFFIX_sun4i = "-sun4i"
|
|
|
|
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
|
XSERVER = "xserver-xorg \
|
|
xf86-video-fbturbo \
|
|
xf86-input-evdev \
|
|
xf86-input-mouse \
|
|
xf86-input-keyboard"
|
|
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-mainline"
|
|
PREFERRED_VERSION_linux-mainline ?= "5.4.%"
|
|
PREFERRED_PROVIDER_u-boot ?= "u-boot"
|
|
PREFERRED_PROVIDER_virtual/bootloader ?= "u-boot"
|
|
|
|
KERNEL_IMAGETYPE ?= "uImage"
|
|
|
|
IMAGE_CLASSES += "sdcard_image-sunxi"
|
|
IMAGE_FSTYPES += "ext3 tar.gz sunxi-sdimg"
|
|
|
|
MACHINE_EXTRA_RRECOMMENDS = "kernel-modules"
|
|
|
|
UBOOT_LOCALVERSION = "-g${@d.getVar('SRCPV', True).partition('+')[2][0:7]}"
|
|
|
|
UBOOT_ENTRYPOINT ?= "0x40008000"
|
|
|
|
SPL_BINARY ?= "u-boot-sunxi-with-spl.bin"
|
|
|
|
SERIAL_CONSOLE ?= "115200 ttyS0"
|
|
MACHINE_FEATURES ?= "alsa apm keyboard rtc serial screen usbgadget usbhost vfat"
|