summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-intel-rt_5.10.bb
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2021-04-01 18:34:12 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-04-02 15:14:11 +0800
commit6505192da7bd0486bfe0cbfaed736c3f1aaa443c (patch)
treed1278f715bb5af90e9dfa0a020fd38145c6486ea /recipes-kernel/linux/linux-intel-rt_5.10.bb
parented3c6fea1417a83317ca2471c30b159a6e63b6b6 (diff)
downloadmeta-intel-6505192da7bd0486bfe0cbfaed736c3f1aaa443c.tar.gz
linux-intel-rt/5.10: update to v5.10.21
Updates -rt patchset to -rt34. Updated kernel config to latest commit. Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
Diffstat (limited to 'recipes-kernel/linux/linux-intel-rt_5.10.bb')
-rw-r--r--recipes-kernel/linux/linux-intel-rt_5.10.bb8
1 files changed, 3 insertions, 5 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_5.10.bb b/recipes-kernel/linux/linux-intel-rt_5.10.bb
index 8e879bca..7d67fb0a 100644
--- a/recipes-kernel/linux/linux-intel-rt_5.10.bb
+++ b/recipes-kernel/linux/linux-intel-rt_5.10.bb
@@ -11,8 +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://objtool-fix-segfault-with-clang.patch \
15 file://x86-entry-Emit-a-symbol-for-register-restoring-thunk.patch \
16 " 14 "
17 15
18KBRANCH = "5.10/preempt-rt" 16KBRANCH = "5.10/preempt-rt"
@@ -20,8 +18,8 @@ KMETA_BRANCH = "yocto-5.10"
20 18
21DEPENDS += "elfutils-native openssl-native util-linux-native" 19DEPENDS += "elfutils-native openssl-native util-linux-native"
22 20
23LINUX_VERSION ?= "5.10.12" 21LINUX_VERSION ?= "5.10.21"
24SRCREV_machine ?= "67938f51cc0319dd29e5be856ace30fd0bfed1e6" 22SRCREV_machine ?= "774cd893ee3f4044305e0a7bf5090e32b72578b3"
25SRCREV_meta ?= "513e9332a0092795b3b29eec0030b462ae4c8b6e" 23SRCREV_meta ?= "eb09284047fec2f09d62068c338ae320c6681bd1"
26 24
27LINUX_KERNEL_TYPE = "preempt-rt" 25LINUX_KERNEL_TYPE = "preempt-rt"