diff options
author | Tim Orling <ticotimo@gmail.com> | 2022-01-24 16:57:55 (GMT) |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2022-01-31 01:48:42 (GMT) |
commit | 36e915402dfe317654568f09f18fb6f7653603bc (patch) | |
tree | 3d446a1d6bbe54024548f3db04dff9343c444a11 | |
parent | f49ef1445f1cb6c25c11af751c2efe28641d06dd (diff) | |
download | meta-intel-36e915402dfe317654568f09f18fb6f7653603bc.tar.gz |
linux-intel-rt_5.4: update to 5.4.170-rt68
Update preempt-rt patchset to -rt68
Update yocto-kernel-cache to 5.4.172
Signed-off-by: Tim Orling <tim.orling@konsulko.com>
Signed-off-by: Anuj Mittal <anuj.mittal@intel.com>
-rw-r--r-- | recipes-kernel/linux/linux-intel-rt_5.4.bb | 6 |
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 26c2f7a..16e3fca 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 | ||
19 | DEPENDS += "elfutils-native openssl-native util-linux-native" | 19 | DEPENDS += "elfutils-native openssl-native util-linux-native" |
20 | 20 | ||
21 | LINUX_VERSION ?= "5.4.143" | 21 | LINUX_VERSION ?= "5.4.170" |
22 | SRCREV_machine ?= "2dc0f2c1ee89b9ce92944e397f2619062ebb77f8" | 22 | SRCREV_machine ?= "196e38246d15096460031f4a17913922c006b12d" |
23 | SRCREV_meta ?= "e14d587eec888fba8693da2a072f729219acfb41" | 23 | SRCREV_meta ?= "98cce1c95fcc9a26965cbc5f038fd71d53c387c8" |
24 | 24 | ||
25 | LINUX_KERNEL_TYPE = "preempt-rt" | 25 | LINUX_KERNEL_TYPE = "preempt-rt" |
26 | 26 | ||