diff --git a/recipes-kernel/linux/linux-intel-rt_5.10.bb b/recipes-kernel/linux/linux-intel-rt_5.10.bb index c0f534e9..16266d21 100644 --- a/recipes-kernel/linux/linux-intel-rt_5.10.bb +++ b/recipes-kernel/linux/linux-intel-rt_5.10.bb @@ -11,6 +11,7 @@ python () { LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" SRC_URI:append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \ + file://0001-regulator-consumer-Add-missing-stubs-to-regulator-co.patch \ " KBRANCH = "5.10/preempt-rt" @@ -18,8 +19,8 @@ KMETA_BRANCH = "yocto-5.10" DEPENDS += "elfutils-native openssl-native util-linux-native" -LINUX_VERSION ?= "5.10.100" -SRCREV_machine ?= "ff3955ce463b15f419cfaf1f86d31851483c76d0" +LINUX_VERSION ?= "5.10.115" +SRCREV_machine ?= "5dd48c946c3d28aa2eeeb04de125bfca1c88527f" SRCREV_meta ?= "64fb693a6c11f21bab3ff9bb8dcb65a70abe05e3" LINUX_KERNEL_TYPE = "preempt-rt"