summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJingHuiTham <jing.hui.tham@intel.com>2021-10-22 15:12:45 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-10-25 22:00:21 +0800
commit100599a067efce42bff490f45a4327e2bd43db73 (patch)
tree35a7eb936bf0ecd414f872a982cc015379a4b793
parent3e07f9478501d7e8b701bfd33a53987a1ffa881d (diff)
downloadmeta-intel-100599a067efce42bff490f45a4327e2bd43db73.tar.gz
linux-intel-rt/5.4: update to v5.4.143
Updates -rt patchset to -rt63. Updated kernel config as well. Signed-off-by: JingHuiTham <jing.hui.tham@intel.com> Signed-off-by: Naveen Saini <naveen.kumar.saini@intel.com> Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r--recipes-kernel/linux/linux-intel-rt_5.4.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-intel-rt_5.4.bb b/recipes-kernel/linux/linux-intel-rt_5.4.bb
index 05d8f61b..adc01e6b 100644
--- a/recipes-kernel/linux/linux-intel-rt_5.4.bb
+++ b/recipes-kernel/linux/linux-intel-rt_5.4.bb
@@ -18,9 +18,9 @@ KMETA_BRANCH = "yocto-5.4"
18 18
19DEPENDS += "elfutils-native openssl-native util-linux-native" 19DEPENDS += "elfutils-native openssl-native util-linux-native"
20 20
21LINUX_VERSION ?= "5.4.138" 21LINUX_VERSION ?= "5.4.143"
22SRCREV_machine ?= "45e3b0f5357fc86bf0e766a5249fc7faa33c1be8" 22SRCREV_machine ?= "2dc0f2c1ee89b9ce92944e397f2619062ebb77f8"
23SRCREV_meta ?= "231d3a07e10680c7c89ea101cd803b0684482b11" 23SRCREV_meta ?= "e14d587eec888fba8693da2a072f729219acfb41"
24 24
25LINUX_KERNEL_TYPE = "preempt-rt" 25LINUX_KERNEL_TYPE = "preempt-rt"
26 26