mirror of
https://git.yoctoproject.org/poky
synced 2026-02-23 18:09:40 +01:00
Updating linux-yocto/5.4 to the latest korg -stable release that comprises
the following commits:
9153fc966495 Linux 5.4.267
69ef165176a3 ASoC: meson: codec-glue: fix pcm format cast warning
584756c3d75a ipv6: remove max_size check inline with ipv4
66b3025202b4 ipv6: make ip6_rt_gc_expire an atomic_t
ae424c848db6 net/dst: use a smaller percpu_counter batch for dst entries accounting
7b3a9c2bf315 PCI: Disable ATS for specific Intel IPU E2000 devices
c6141c49bc80 PCI: Extract ATS disabling to a helper function
8711fa0c06d4 netfilter: nf_tables: Reject tables of unsupported family
c67bf30baf26 net: tls, update curr on splice as well
c2d9b438554e ath10k: Get rid of "per_ce_irq" hw param
d15f869cb3b3 ath10k: Keep track of which interrupts fired, don't poll them
696b992edc7e ath10k: Add interrupt summary based CE processing
366df9ecbcb8 ath10k: Wait until copy complete is actually done before completing
c4541e39808e mmc: sdhci-sprd: Fix eMMC init failure after hw reset
a9c9ffcd217b mmc: core: Cancel delayed work before releasing host
bfc3720ca8d0 mmc: rpmb: fixes pause retune on all RPMB partitions.
77359c497305 mm: fix unmap_mapping_range high bits shift bug
5af5e946c4dd i2c: core: Fix atomic xfer check for non-preempt config
d8ec24d79db1 firewire: ohci: suppress unexpected system reboot in AMD Ryzen machines and ASM108x/VT630x PCIe cards
85015a96bc24 mm/memory-failure: check the mapcount of the precise page
3d8fab93ca98 net: Implement missing SO_TIMESTAMPING_NEW cmsg support
f7084217d945 bnxt_en: Remove mis-applied code from bnxt_cfg_ntp_filters()
acfeb9039b17 asix: Add check for usbnet_get_endpoints
6c00721ad7aa net/qla3xxx: fix potential memleak in ql_alloc_buffer_queues
a4ea54c52828 net/qla3xxx: switch from 'pci_' to 'dma_' API
863ca421b4a7 i40e: Restore VF MSI-X state during PCI reset
01c2d73ae2dd ASoC: meson: g12a-tohdmitx: Fix event generation for S/PDIF mux
bdc00b8c3afe ASoC: meson: g12a-tohdmitx: Validate written enum values
fe2d1dda1db4 ASoC: meson: g12a: extract codec-to-codec utils
93d80aadc02e i40e: fix use-after-free in i40e_aqc_add_filters()
b40828a2ab57 net: Save and restore msg_namelen in sock_sendmsg
68c8fdb9f9c8 net: bcmgenet: Fix FCS generation for fragmented skbuffs
4c0fa624a693 ARM: sun9i: smp: Fix array-index-out-of-bounds read in sunxi_mc_smp_init
c1556217ff6f net-timestamp: extend SOF_TIMESTAMPING_OPT_ID to HW timestamps
2cdb65084824 can: raw: add support for SO_MARK
96a6d1bb28ed can: raw: add support for SO_TXTIME/SCM_TXTIME
b1719cbb733e net: sched: em_text: fix possible memory leak in em_text_destroy()
ef4fd7518c6e i40e: Fix filter input checks to prevent config with invalid values
65c6ef02ff26 nfc: llcp_core: Hold a ref to llcp_local->dev when holding a ref to llcp_local
(From OE-Core rev: a3de4e1c5b41cdbdc9942b666212aa63921399a9)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
33 lines
1.0 KiB
BlitzBasic
33 lines
1.0 KiB
BlitzBasic
KBRANCH ?= "v5.4/standard/tiny/base"
|
|
KBRANCH_qemuarm ?= "v5.4/standard/tiny/arm-versatile-926ejs"
|
|
|
|
LINUX_KERNEL_TYPE = "tiny"
|
|
KCONFIG_MODE = "--allnoconfig"
|
|
|
|
require recipes-kernel/linux/linux-yocto.inc
|
|
|
|
LINUX_VERSION ?= "5.4.267"
|
|
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
|
|
|
|
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 ?= "f5c9f947b3349a982c032c81f4b636728e2b8004"
|
|
SRCREV_machine ?= "028ae2c5666867a95ebc7b44723048286338bb0d"
|
|
SRCREV_meta ?= "8ce0cca5a5a2895ef024bee2daff56c5e846c3bc"
|
|
|
|
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.4;destsuffix=${KMETA}"
|
|
|
|
COMPATIBLE_MACHINE = "qemux86|qemux86-64|qemuarm|qemuarmv5"
|
|
|
|
# Functionality flags
|
|
KERNEL_FEATURES = ""
|
|
|
|
KERNEL_DEVICETREE_qemuarmv5 = "versatile-pb.dtb"
|