mirror of
https://git.yoctoproject.org/poky
synced 2026-02-10 18:53:13 +01:00
Integrating the following commit(s) to linux-yocto/5.10:
ab49d2db98bd cgroup1: fix leaked context root causing sporadic NULL deref in LTP
PaulG tracked down the AB intermittent issues and generated a kernel
patch.
See: https://lore.kernel.org/lkml/20210616125157.438837-1-paul.gortmaker@windriver.com/
While we wait for it to loop through mainline, we'll integrate it into
our 5.10 branches.
(From OE-Core rev: 9a16dff746dd7ffd48ee8d1a17babef682168ead)
Signed-off-by: Paul Gortmaker <paul.gortmaker@windriver.com>
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
33 lines
1.0 KiB
BlitzBasic
33 lines
1.0 KiB
BlitzBasic
KBRANCH ?= "v5.10/standard/tiny/base"
|
|
KBRANCH_qemuarm ?= "v5.10/standard/tiny/arm-versatile-926ejs"
|
|
|
|
LINUX_KERNEL_TYPE = "tiny"
|
|
KCONFIG_MODE = "--allnoconfig"
|
|
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
LINUX_VERSION ?= "5.10.43"
|
|
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 ?= "9c63dda7dd5834bf731747d6ae03ae13d48e20e3"
|
|
SRCREV_machine ?= "ab49d2db98bdee2c8c6e17fb59ded9e5292b0f41"
|
|
SRCREV_meta ?= "67dad5ca86bd47dbbaa2194b9854c228055dfd37"
|
|
|
|
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.10;destsuffix=${KMETA}"
|
|
|
|
COMPATIBLE_MACHINE = "qemux86|qemux86-64|qemuarm|qemuarmv5"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES = ""
|
|
|
|
KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb"
|