diff options
author | Tom Hochstein <tom.hochstein@nxp.com> | 2021-04-26 14:36:06 -0500 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2021-04-26 17:21:56 -0300 |
commit | f008b4233b060aea18ed17c499fcb975fe60825b (patch) | |
tree | 91c9d9949edfbf2a2d45e3017b746571cc162f11 | |
parent | 6bd98c032736de8f6b40b8860da8697d6b7844ff (diff) | |
download | meta-freescale-f008b4233b060aea18ed17c499fcb975fe60825b.tar.gz |
linux-imx: Upgrade to 5.4.70-2.3.2
- mx8/defconfig unchanged from arch/arm64/configs/imx_v8_defconfig
- imx/defconfig unchanged from arch/arm/configs/imx_v7_defconfig
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
-rw-r--r-- | recipes-kernel/linux/linux-imx_5.4.bb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/recipes-kernel/linux/linux-imx_5.4.bb b/recipes-kernel/linux/linux-imx_5.4.bb index 1997388c..ad8e5957 100644 --- a/recipes-kernel/linux/linux-imx_5.4.bb +++ b/recipes-kernel/linux/linux-imx_5.4.bb | |||
@@ -1,5 +1,5 @@ | |||
1 | # Copyright 2013-2016 (C) Freescale Semiconductor | 1 | # Copyright 2013-2016 (C) Freescale Semiconductor |
2 | # Copyright 2017-2020 (C) NXP | 2 | # Copyright 2017-2021 (C) NXP |
3 | # Copyright 2018 (C) O.S. Systems Software LTDA. | 3 | # Copyright 2018 (C) O.S. Systems Software LTDA. |
4 | # Released under the MIT license (see COPYING.MIT for the terms) | 4 | # Released under the MIT license (see COPYING.MIT for the terms) |
5 | # | 5 | # |
@@ -18,8 +18,8 @@ LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814" | |||
18 | DEPENDS += "lzop-native bc-native" | 18 | DEPENDS += "lzop-native bc-native" |
19 | 19 | ||
20 | SRCBRANCH = "imx_5.4.70_2.3.0" | 20 | SRCBRANCH = "imx_5.4.70_2.3.0" |
21 | LOCALVERSION = "-2.3.0" | 21 | LOCALVERSION = "-2.3.2" |
22 | SRCREV = "4f2631b022d843c1f2a5d34eae2fd98927a1a6c7" | 22 | SRCREV = "5f2220e87dd8a8fb86f524ea7945ab1d4155bc73" |
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. |