mirror of
https://git.yoctoproject.org/poky
synced 2026-09-08 12:49:32 +02:00
linux-yocto/5.15: introduce recipes
The 5.15 kernel will be a LTS release, so we introduce our reference recipes to track the release. We have some configuration tweaks for the final 5.15 release, but this is otherwise the same as the kernel that was tested in linux-yocto-dev. (From OE-Core rev: 9241266d18fc081f570bbb22b45d0875546a2e93) 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
f4bafee142
commit
b3f26faf05
32
meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
Normal file
32
meta/recipes-kernel/linux/linux-yocto-tiny_5.15.bb
Normal file
@@ -0,0 +1,32 @@
|
||||
KBRANCH ?= "v5.15/standard/tiny/base"
|
||||
KBRANCH:qemuarm ?= "v5.15/standard/tiny/arm-versatile-926ejs"
|
||||
|
||||
LINUX_KERNEL_TYPE = "tiny"
|
||||
KCONFIG_MODE = "--allnoconfig"
|
||||
|
||||
require recipes-kernel/linux/linux-yocto.inc
|
||||
|
||||
LINUX_VERSION ?= "5.15"
|
||||
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:qemuarm ?= "5fbef884c98a51679ab4ab566568b1e89123c011"
|
||||
SRCREV_machine ?= "a4b3abf4d96d765bea92af652d8ae020c365d46a"
|
||||
SRCREV_meta ?= "177a773f3c223d057e34cd341268d2656b89ea01"
|
||||
|
||||
PV = "${LINUX_VERSION}+git${SRCPV}"
|
||||
|
||||
SRC_URI = "git://git.yoctoproject.org/linux-yocto.git;branch=${KBRANCH};name=machine \
|
||||
git://git.yoctoproject.org/yocto-kernel-cache;type=kmeta;name=meta;branch=yocto-5.15;destsuffix=${KMETA}"
|
||||
|
||||
COMPATIBLE_MACHINE = "qemux86|qemux86-64|qemuarm|qemuarmv5"
|
||||
|
||||
# Functionality flags
|
||||
KERNEL_FEATURES = ""
|
||||
|
||||
KERNEL_DEVICETREE:qemuarmv5 = "versatile-pb.dtb"
|
||||
Reference in New Issue
Block a user