mirror of
https://git.yoctoproject.org/poky
synced 2026-09-24 13:36:22 +02:00
linux-yocto: introduce 6.17 reference kernels
The 6.17 kernel went through quite a bit of testing via linux-yocto-dev, so it is a relatively well understood release. These recipes introduce it as a fully tested reference with the potential to replace the EOL 6.16 refs. (From OE-Core rev: fcf5527f45b97f8699d0d6567df89461b8bb01ef) Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
77348b07cc
commit
78eee6904c
33
meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb
Normal file
33
meta/recipes-kernel/linux/linux-yocto-tiny_6.17.bb
Normal file
@@ -0,0 +1,33 @@
|
||||
KBRANCH ?= "v6.17/standard/tiny/base"
|
||||
|
||||
LINUX_KERNEL_TYPE = "tiny"
|
||||
KCONFIG_MODE = "--allnoconfig"
|
||||
|
||||
require recipes-kernel/linux/linux-yocto.inc
|
||||
|
||||
# CVE exclusions
|
||||
include recipes-kernel/linux/cve-exclusion_6.17.inc
|
||||
|
||||
LINUX_VERSION ?= "6.17.5"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
|
||||
|
||||
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
|
||||
DEPENDS += "openssl-native util-linux-native"
|
||||
|
||||
KMETA = "kernel-meta"
|
||||
KCONF_BSP_AUDIT_LEVEL = "2"
|
||||
|
||||
SRCREV_machine ?= "d76cb43db46c5d45e25df34484c87f5e545bf4c5"
|
||||
SRCREV_meta ?= "07eb16989b3f0b4fdfd433e602d70d0e0538495a"
|
||||
|
||||
PV = "${LINUX_VERSION}+git"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine;protocol=https \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-6.17;destsuffix=${KMETA};protocol=https"
|
||||
|
||||
COMPATIBLE_MACHINE = "^(qemux86|qemux86-64|qemuarm64|qemuarm|qemuarmv5)$"
|
||||
|
||||
# Functionality flags
|
||||
KERNEL_FEATURES:append:qemuall = " cfg/virtio.scc cfg/fs/ext4.scc"
|
||||
|
||||
KERNEL_DEVICETREE:qemuarmv5 = "arm/versatile-pb.dtb"
|
||||
Reference in New Issue
Block a user