summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2020-11-13 17:13:49 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2020-11-21 07:48:12 +0800
commit582635edf75d1c66e39120de869444fc7b11af58 (patch)
tree8bd7a3599c7102fcb114f100e8980e7737504ebe /recipes-kernel
parent9ff19f066aa4b26d65bf80115f2017a1d93dd326 (diff)
downloadmeta-intel-582635edf75d1c66e39120de869444fc7b11af58.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')
-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 a1d55709..21fa7a60 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.66" 21LINUX_VERSION ?= "5.4.70"
22SRCREV_machine ?= "01485c410c9539722b37c6432e3ad0616d2a1750" 22SRCREV_machine ?= "6f0f7e5dd27c1798d0d58ccdf3cccebf79aef8a0"
23SRCREV_meta ?= "8a4128085a87d8ecb8a7a5c1f7e7f37cc5d4d119" 23SRCREV_meta ?= "8d0ed83a864cc91eef4d2abbc90f13d4ecd1c213"
24 24
25LINUX_KERNEL_TYPE = "preempt-rt" 25LINUX_KERNEL_TYPE = "preempt-rt"
26 26