mirror of
https://git.yoctoproject.org/poky
synced 2026-02-12 19:53:03 +01:00
Updating linux-yocto/5.8 to the latest korg -stable release that comprises
the following commits:
f82f36b2fb1d Linux 5.8.9
cdba995d2f19 mptcp: free acked data before waiting for more memory
655e1af6aecd net: disable netpoll on fresh napis
6f0e276cda3e tipc: fix using smp_processor_id() in preemptible
aae250a26893 tipc: fix shutdown() of connectionless socket
44c3fca3de64 taprio: Fix using wrong queues in gate mask
db16256c95ac sctp: not disable bh in the whole sctp_get_port_local()
05a8237c08f0 net: usb: dm9601: Add USB ID of Keenetic Plus DSL
6540bd18bf2f netlabel: fix problems with mapping removal
089097476c4c ipv6: Fix sysctl max for fib_multipath_hash_policy
d68c3397de48 ipv4: Silence suspicious RCU usage warning
bd15d2192261 RDMA/cma: Execute rdma_cm destruction from a handler properly
d4794085738d RDMA/cma: Remove unneeded locking for req paths
c2064ac30331 RDMA/cma: Using the standard locking pattern when delivering the removal event
5a0c4cbd099b RDMA/cma: Simplify DEVICE_REMOVAL for internal_id
87d8175e9c3d io_uring: fix linked deferred ->files cancellation
f5fea75f4ea4 io_uring: fix cancel of deferred reqs with ->files
(From OE-Core rev: 3961a70464f5e628081ef5d7ea8934c0be4ecfd9)
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.8/standard/tiny/base"
|
|
KBRANCH_qemuarm ?= "v5.8/standard/tiny/arm-versatile-926ejs"
|
|
|
|
LINUX_KERNEL_TYPE = "tiny"
|
|
KCONFIG_MODE = "--allnoconfig"
|
|
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
LINUX_VERSION ?= "5.8.9"
|
|
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 ?= "830cb9af40e856615b7a435a4fac57b748ba56d6"
|
|
SRCREV_machine ?= "31fafe701e2adec65d2b2a74a3e592a358915c67"
|
|
SRCREV_meta ?= "a933cb2f91915dceb138775c3878212e228d3eff"
|
|
|
|
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.8;destsuffix=${KMETA}"
|
|
|
|
COMPATIBLE_MACHINE = "qemux86|qemux86-64|qemuarm|qemuarmv5"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES = ""
|
|
|
|
KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb"
|