mirror of
https://git.yoctoproject.org/poky
synced 2026-02-21 17:09:42 +01:00
Updating to the latest korg -stable release that comprises
the following commits:
a103859aaa71 Linux 5.4.234
a1e89c8b29d0 USB: core: Don't hold device lock while reading the "descriptors" sysfs file
96d380d2ae98 USB: serial: option: add support for VW/Skoda "Carstick LTE"
91c877d4311f dmaengine: sh: rcar-dmac: Check for error num after dma_set_max_seg_size
465ce31a2bcc vc_screen: don't clobber return value in vcs_read
ee8cd3abe722 net: Remove WARN_ON_ONCE(sk->sk_forward_alloc) from sk_stream_kill_queues().
db25b41eb531 bpf: bpf_fib_lookup should not return neigh in NUD_FAILED state
23affaed760b HID: core: Fix deadloop in hid_apply_multiplier.
93b17c7e1e1c neigh: make sure used and confirmed times are valid
bc4601ad979a IB/hfi1: Assign npages earlier
98e626c115f8 btrfs: send: limit number of clones and allocated memory size
ae03fa7ad343 ACPI: NFIT: fix a potential deadlock during NFIT teardown
785bde845991 ARM: dts: rockchip: add power-domains property to dp node on rk3288
da2bba879eca arm64: dts: rockchip: drop unused LED mode property from rk3328-roc-cc
(From OE-Core rev: 75c94d4da6cc2efba436bcb3b5cec5ebc9a76151)
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Signed-off-by: Steve Sakoman <steve@sakoman.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
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.234"
|
|
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 ?= "9c10968641ca9017c2f0dd6f7b74f5f59396a573"
|
|
SRCREV_machine ?= "a11f7767b574820390370e80f5c5084830f3ef17"
|
|
SRCREV_meta ?= "14a6c591781abff4dfde8b92fe889ac7b7c25487"
|
|
|
|
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"
|