diff options
author | Naveen Saini <naveen.kumar.saini@intel.com> | 2020-11-13 09:13:49 (GMT) |
---|---|---|
committer | Anuj Mittal <anuj.mittal@intel.com> | 2020-11-17 01:48:15 (GMT) |
commit | feb0e8a5cd1ba1f609786b9ab2e20bd3283be091 (patch) | |
tree | 414b6b4a581dcb9e5cf453625ce55dc63bf10a70 /recipes-kernel/linux/linux-intel-rt_5.4.bb | |
parent | 38684fe825d9a3b6d48284244bc7c5e2dadb93ab (diff) | |
download | meta-intel-feb0e8a5cd1ba1f609786b9ab2e20bd3283be091.tar.gz |
linux-intel-rt/5.4: update to v5.4.70
Updates -rt patchset to -rt40.
Updated kernel config to include:
Enables X2APIC support
Fix CONFIG_PPPOL2TP mismatched warnings
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.4.bb')
-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 a1d5570..21fa7a6 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.66" | 21 | LINUX_VERSION ?= "5.4.70" |
22 | SRCREV_machine ?= "01485c410c9539722b37c6432e3ad0616d2a1750" | 22 | SRCREV_machine ?= "6f0f7e5dd27c1798d0d58ccdf3cccebf79aef8a0" |
23 | SRCREV_meta ?= "8a4128085a87d8ecb8a7a5c1f7e7f37cc5d4d119" | 23 | SRCREV_meta ?= "8d0ed83a864cc91eef4d2abbc90f13d4ecd1c213" |
24 | 24 | ||
25 | LINUX_KERNEL_TYPE = "preempt-rt" | 25 | LINUX_KERNEL_TYPE = "preempt-rt" |
26 | 26 | ||