summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2023-01-08 19:38:57 -0500
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-01-09 14:19:33 +0000
commit253360891b8be1b6574f8bf237ce178b42174ee5 (patch)
treea6f7e62710ed0f20b0dcf596d2b1ede11442d42d /meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
parentee40eebc70d1d09c758eeba2ff6de969fb717a0b (diff)
downloadopenembedded-core-contrib-253360891b8be1b6574f8bf237ce178b42174ee5.tar.gz
linux-yocto/6.1: update to v6.1.1
Updating to the latest korg -stable release that comprises the following commits: ebdb69c5b054 Linux 6.1.1 1d1a710c1983 KEYS: encrypted: fix key instantiation with user-provided data e8d16a54842d cifs: fix oops during encryption 4e453324803d usb: dwc3: pci: Update PCIe device ID for USB3 controller on CPU sub-system for Raptor Lake 9222912924fc usb: typec: ucsi: Resume in separate work c383c7c35c7b igb: Initialize mailbox message for VF reset 52d5896ba2a4 staging: r8188eu: fix led register settings c9cacc0ab1ea xhci: Apply XHCI_RESET_TO_DEFAULT quirk to ADL-N c0d91ec1a16a ALSA: hda/realtek: fix mute/micmute LEDs for a HP ProBook c0815ea08548 USB: serial: f81534: fix division by zero on line-speed change 3c8b21ee1404 USB: serial: f81232: fix division by zero on line-speed change 736f626ea8b8 USB: serial: cp210x: add Kamstrup RF sniffer PIDs 0b63d587c0d2 USB: serial: option: add Quectel EM05-G modem d1a92bb8d697 usb: gadget: uvc: Prevent buffer overflow in setup handler 2cd2e9322726 udf: Fix extending file within last block 1cd3e9297d44 udf: Do not bother looking for prealloc extents if i_lenExtents matches i_size 12a88f572d6d udf: Fix preallocation discarding at indirect extent boundary e6b01f6a0e77 udf: Discard preallocation before extending file with a hole fb9b502cf911 irqchip/ls-extirq: Fix endianness detection 18301e16ea55 mips: ralink: mt7621: do not use kzalloc too early ee11da28a62e mips: ralink: mt7621: soc queries and tests as functions a1d9199ba485 mips: ralink: mt7621: define MT7621_SYSC_BASE with __iomem a4997bae1b5b PCI: mt7621: Add sentinel to quirks table 76c6303530eb libbpf: Fix uninitialized warning in btf_dump_dump_type_data 96c5043a4d64 x86/vdso: Conditionally export __vdso_sgx_enter_enclave() Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
index 32ec91dac8..93bf2e2bf8 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_6.1.bb
@@ -5,7 +5,7 @@ KCONFIG_MODE = "--allnoconfig"
require recipes-kernel/linux/linux-yocto.inc
-LINUX_VERSION ?= "6.1"
+LINUX_VERSION ?= "6.1.1"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -14,8 +14,8 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine ?= "6b919643ad199903450791493de5791556c032b7"
-SRCREV_meta ?= "d2ea5dce4e8398b85b226c9b0f303584de8d9f30"
+SRCREV_machine ?= "17d0acd7d6b43187ac9a8f88a9cc1b283682e693"
+SRCREV_meta ?= "62f8a61df7e306935dee101e7268108956d1baee"
PV = "${LINUX_VERSION}+git${SRCPV}"