summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYogesh Tyagi <yogesh.tyagi@intel.com>2022-11-15 15:47:20 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2022-11-15 15:59:14 +0800
commitf529e0594a784546926e89ce8e78385e00d0b0a9 (patch)
treea8e9c72eaccd796d894e948a0137825f0cb42dfe
parent287953c1be12aebbb0a953ed366890d389e37cfb (diff)
downloadmeta-intel-f529e0594a784546926e89ce8e78385e00d0b0a9.tar.gz
linux-intel-rt/5.10: update to v5.10.145
Drops already merged patch: 0001-regulator-consumer-Add-missing-stubs-to-regulator-co.patch Signed-off-by: Yogesh Tyagi <yogesh.tyagi@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-kernel/linux/linux-intel-rt_5.10.bb7
1 files changed, 3 insertions, 4 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_5.10.bb b/recipes-kernel/linux/linux-intel-rt_5.10.bb
index 16266d21..481e6e2f 100644
--- a/recipes-kernel/linux/linux-intel-rt_5.10.bb
+++ b/recipes-kernel/linux/linux-intel-rt_5.10.bb
@@ -11,7 +11,6 @@ python () {
11 11
12LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46" 12LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
13SRC_URI:append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \ 13SRC_URI:append = " file://0001-menuconfig-mconf-cfg-Allow-specification-of-ncurses-.patch \
14 file://0001-regulator-consumer-Add-missing-stubs-to-regulator-co.patch \
15 " 14 "
16 15
17KBRANCH = "5.10/preempt-rt" 16KBRANCH = "5.10/preempt-rt"
@@ -19,9 +18,9 @@ KMETA_BRANCH = "yocto-5.10"
19 18
20DEPENDS += "elfutils-native openssl-native util-linux-native" 19DEPENDS += "elfutils-native openssl-native util-linux-native"
21 20
22LINUX_VERSION ?= "5.10.115" 21LINUX_VERSION ?= "5.10.145"
23SRCREV_machine ?= "5dd48c946c3d28aa2eeeb04de125bfca1c88527f" 22SRCREV_machine ?= "1fdb531352543a5d4e51a256419f810c3543f459"
24SRCREV_meta ?= "64fb693a6c11f21bab3ff9bb8dcb65a70abe05e3" 23SRCREV_meta ?= "e8e3b361b40a4bbf452caa0dfb255dad7ca9b0ce"
25 24
26LINUX_KERNEL_TYPE = "preempt-rt" 25LINUX_KERNEL_TYPE = "preempt-rt"
27 26