summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_5.10.bb
diff options
context:
space:
mode:
authorTom Hochstein <tom.hochstein@nxp.com>2022-01-05 13:45:40 -0600
committerTom Hochstein <tom.hochstein@nxp.com>2022-01-07 11:48:33 -0600
commit760860c1f8575761501ec2aea1043fd99a1c4e8f (patch)
treea4aa18436dd99c14c0d7d483b0a32eefbe7282b4 /recipes-kernel/linux/linux-imx_5.10.bb
parent0c6b09180d5bbd003374917e7257bc91495045da (diff)
downloadmeta-freescale-760860c1f8575761501ec2aea1043fd99a1c4e8f.tar.gz
linux-imx: Upgrade to 5.10.72
Update i.MX 6 & 7 defconfig: f05a22c9c4cd LF-4175-17: ARM: imx_v7_defconfig: Add config for rpmsg audio Update i.MX 8 defconfig: f76d8006a8e5 LF-3665-5 arm64: imx_v8_defconfig: Enable SOF compress option 7e95203bba8f LF-3435: arm64: defconfig: remove CONFIG_COMMON_CLK_BD718XX 48d63491d032 LF-3016-4 arm64: imx_v8_defconfig: enable virtio/ivshmem_net bcbd66b1822a LF-3001 arm64: imx_v8_defconfig: enable dma-buf heaps. e53e95819548 LF-2581-2 arm64: defconfig: add imx_v8_defconfig Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
Diffstat (limited to 'recipes-kernel/linux/linux-imx_5.10.bb')
-rw-r--r--recipes-kernel/linux/linux-imx_5.10.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-imx_5.10.bb b/recipes-kernel/linux/linux-imx_5.10.bb
index 62ecf4bc..e287fa39 100644
--- a/recipes-kernel/linux/linux-imx_5.10.bb
+++ b/recipes-kernel/linux/linux-imx_5.10.bb
@@ -18,15 +18,15 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=6bc538ed5bd9a7fc9398086aedcd7e46"
18DEPENDS += "lzop-native bc-native" 18DEPENDS += "lzop-native bc-native"
19 19
20SRCBRANCH = "lf-5.10.y" 20SRCBRANCH = "lf-5.10.y"
21LOCALVERSION = "-5.10.52-2.1.0" 21LOCALVERSION = "-5.10.72-2.2.0"
22SRCREV = "a11753a89ec610768301d4070e10b8bd60fde8cd" 22SRCREV = "a68e31b63f864ff71cd4adb40fbc9e1edc75c250"
23 23
24# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 24# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
25# required by kernel-yocto.bbclass. 25# required by kernel-yocto.bbclass.
26# 26#
27# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 27# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
28# should be updated once patchlevel is merged. 28# should be updated once patchlevel is merged.
29LINUX_VERSION = "5.10.52" 29LINUX_VERSION = "5.10.72"
30 30
31DEFAULT_PREFERENCE = "1" 31DEFAULT_PREFERENCE = "1"
32 32