mirror of
git://git.yoctoproject.org/meta-rockchip.git
synced 2025-07-19 12:49:03 +02:00

Provide a linux-stable recipe for 4.16.2 git.kernel.org/pub/scm/linux/kernel/git/stable/linux-stable.git Remove 4.12 recipe from git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git Signed-off-by: Trevor Woerner <twoerner@gmail.com>
22 lines
457 B
HTML
22 lines
457 B
HTML
# meta-rockchip default settings
|
|
|
|
# kernel
|
|
PREFERRED_PROVIDER_virtual/kernel ?= "linux-stable"
|
|
PREFERRED_VERSION_linux-stable ?= "4.16%"
|
|
LINUX_VERSION_EXTENSION ?= "-rockchip"
|
|
KBUILD_DEFCONFIG = "multi_v7_defconfig"
|
|
KERNEL_IMAGETYPE = "zImage"
|
|
|
|
# xserver
|
|
PREFERRED_PROVIDER_virtual/xserver = "xserver-xorg"
|
|
XSERVER = " \
|
|
xserver-xorg \
|
|
xf86-video-fbturbo \
|
|
xf86-input-evdev \
|
|
xf86-input-mouse \
|
|
xf86-input-keyboard \
|
|
"
|
|
|
|
# misc
|
|
IMAGE_FSTYPES += "ext4"
|