summaryrefslogtreecommitdiffstats
path: root/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb')
-rw-r--r--meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb8
1 files changed, 4 insertions, 4 deletions
diff --git a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
index 6357e0174a..7ef9de45d7 100644
--- a/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
+++ b/meta/recipes-kernel/linux/linux-yocto-tiny_5.10.bb
@@ -6,7 +6,7 @@ KCONFIG_MODE = "--allnoconfig"
require recipes-kernel/linux/linux-yocto.inc
-LINUX_VERSION ?= "5.10.49"
+LINUX_VERSION ?= "5.10.50"
LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
DEPENDS += "${@bb.utils.contains('ARCH', 'x86', 'elfutils-native', '', d)}"
@@ -15,9 +15,9 @@ DEPENDS += "openssl-native util-linux-native"
KMETA = "kernel-meta"
KCONF_BSP_AUDIT_LEVEL = "2"
-SRCREV_machine_qemuarm ?= "bad4d499d5a292e25cc56d35133fb2248c34a272"
-SRCREV_machine ?= "81c2020f763444e82ac117dd1420a9d005f3f2d4"
-SRCREV_meta ?= "201aedddc2f13640a14cbe3ef229c8f9c78bde07"
+SRCREV_machine_qemuarm ?= "57b63241fa9ac731bc3ea6b0bb816a55196edd96"
+SRCREV_machine ?= "5b5bdf7d435d62fbab15eb66881dc43445f2778c"
+SRCREV_meta ?= "44498529cd41b235e527c48e48272d9af64fdf7d"
PV = "${LINUX_VERSION}+git${SRCPV}"