summaryrefslogtreecommitdiffstats
path: root/recipes-kernel/linux/linux-imx_6.1.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-07-20 09:21:20 -0300
committerGitHub <noreply@github.com>2023-07-20 09:21:20 -0300
commit9056b5e11b0057e32023c569298b9cfd4a6c7713 (patch)
treeb8359905f5547d14bbfbdf5c78fb1b9fad12ce36 /recipes-kernel/linux/linux-imx_6.1.bb
parent6c6673ed75af111782f246812e49c5f12edb8408 (diff)
parent1ec28a6c1e0a2ecead479f6cca3676ed914d9da2 (diff)
downloadmeta-freescale-9056b5e11b0057e32023c569298b9cfd4a6c7713.tar.gz
Merge pull request #1608 from MrCry0/master-imx
Update imx[-fslc] linux kernel, u-boot and related recipes to 6.1.22-2.0.0
Diffstat (limited to 'recipes-kernel/linux/linux-imx_6.1.bb')
-rw-r--r--recipes-kernel/linux/linux-imx_6.1.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-imx_6.1.bb b/recipes-kernel/linux/linux-imx_6.1.bb
index 59a7e5cc..8b1e6045 100644
--- a/recipes-kernel/linux/linux-imx_6.1.bb
+++ b/recipes-kernel/linux/linux-imx_6.1.bb
@@ -15,15 +15,15 @@ require recipes-kernel/linux/linux-imx.inc
15SRC_URI += "file://ARM-imx_v7_defconfig-Remove-KERNEL_LZO-config.patch" 15SRC_URI += "file://ARM-imx_v7_defconfig-Remove-KERNEL_LZO-config.patch"
16 16
17SRCBRANCH = "lf-6.1.y" 17SRCBRANCH = "lf-6.1.y"
18LOCALVERSION = "-6.1.1-1.0.0" 18LOCALVERSION = "-6.1.22-2.0.0"
19SRCREV = "29549c7073bf72cfb2c4614d37de45ec36b60475" 19SRCREV = "66e442bc7fdcc935e6faa94c743f653263d4ed67"
20 20
21# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition 21# PV is defined in the base in linux-imx.inc file and uses the LINUX_VERSION definition
22# required by kernel-yocto.bbclass. 22# required by kernel-yocto.bbclass.
23# 23#
24# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and 24# LINUX_VERSION define should match to the kernel version referenced by SRC_URI and
25# should be updated once patchlevel is merged. 25# should be updated once patchlevel is merged.
26LINUX_VERSION = "6.1.1" 26LINUX_VERSION = "6.1.22"
27 27
28KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig" 28KBUILD_DEFCONFIG:mx6-generic-bsp = "imx_v7_defconfig"
29KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig" 29KBUILD_DEFCONFIG:mx7-generic-bsp = "imx_v7_defconfig"