summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorNaveen Saini <naveen.kumar.saini@intel.com>2021-02-17 21:23:49 +0800
committerAnuj Mittal <anuj.mittal@intel.com>2021-02-17 22:42:36 +0800
commitb9ffc6d419f8128eec2ae01591bc93db8c5df6b6 (patch)
tree8ba1ee024241db95aedd77dddca0f0e8154d5a57
parenta96a3af0d55cc65f65d90de3f3e7f3499f99fe0f (diff)
downloadmeta-intel-b9ffc6d419f8128eec2ae01591bc93db8c5df6b6.tar.gz
linux-intel-rt/5.4: update to v5.4.87
Updates -rt patchset to -rt48. Updated kernel config as well to include: intel-x86: enable edac support for Elkhart Lake intel-x86-64: firmware: fix CONFIG_FW_LOADER option mismatch warning nxp-imx8: include hugetlb feature kver: bumping to v5.4.90 ti-j72xx: add CMA and DMA_CMA configs drm: fix CONFIG_DRM_KMS_HELPER mismatch warning ti-j72xx: add config CONFIG_GPIO_SYSFS ti-j72xx: add config CONFIG_SCSI_UFS_BSG kver: bumping to v5.4.87 SP7021 SoC BSP intel-x86: adds support for Dynamic Platform and Thermal Framework intel-x86: enable Intel Uncore frequency control intel-x86: add Intel Intel Data Accelerators support support nxp-imx8: Correct the pci config enable pcie function ti-j72xx: add RPMSG & REMOTEPROC configs kver: bumping to v5.4.85 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 1c21506e..ba3e10ea 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.78" 21LINUX_VERSION ?= "5.4.87"
22SRCREV_machine ?= "d5fde3d31ce39557fac848a476e3473b14f2c042" 22SRCREV_machine ?= "db8c85db08a41d88738f4ddd2779567457d17e1d"
23SRCREV_meta ?= "a1b2d188bdfc855ff9dff770480a24cecf66285d" 23SRCREV_meta ?= "6b7942ff385130e31dbb7fe5f3a70cde30dbb398"
24 24
25LINUX_KERNEL_TYPE = "preempt-rt" 25LINUX_KERNEL_TYPE = "preempt-rt"
26 26