Update Linux Kernel version to 5.4.70 [YOCIMX-4980]

Also update the LOCALVERSION to 2.3.0.
This commit is contained in:
Jun Zhu 2020-10-10 13:32:56 +08:00 committed by Neena Busireddy
parent bfb5cb7478
commit 1970799e21
4 changed files with 5 additions and 5 deletions

4
README
View File

@ -1,4 +1,4 @@
i.MX Linux Yocto Project BSP 5.4.47_2.2.0 Release
i.MX Linux Yocto Project BSP 5.4.70_2.3.0 Release
=====================================================
Note this is release is not a production release.
@ -35,7 +35,7 @@ Quick Start Guide
See the i.MX Yocto Project User's Guide for instructions on installing repo.
First install the i.MX Linux BSP repo
$: repo init -u git://source.codeaurora.org/external/imx/imx-manifest.git -b imx-linux-zeus -m imx-5.4.47-2.2.0.xml
$: repo init -u git://source.codeaurora.org/external/imx/imx-manifest.git -b imx-linux-zeus -m imx-5.4.70-2.3.0.xml
Download the Yocto Project Layers:
$: repo sync

View File

@ -24,7 +24,7 @@ S = "${WORKDIR}/git"
inherit fsl-u-boot-localversion
LOCALVERSION ?= "-5.4.24-2.1.0"
LOCALVERSION ?= "-5.4.70-2.3.0"
BOOT_TOOLS = "imx-boot-tools"

View File

@ -3,7 +3,7 @@ require recipes-kernel/kernel-modules/kernel-module-imx-gpu-viv_6.4.0.p2.4.bb
LIC_FILES_CHKSUM = "file://${COMMON_LICENSE_DIR}/GPL-2.0;md5=801f80980d171dd6425610833a22dbe6"
SRCBRANCH = "imx_5.4.y"
LOCALVERSION = "-2.1.0"
LOCALVERSION = "-2.3.0"
KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https"
SRCREV = "3ebe2d7acba40d5e1fda902fb2debe55e02fd6dd"

View File

@ -8,7 +8,7 @@ LICENSE = "GPLv2"
LIC_FILES_CHKSUM = "file://COPYING;md5=bbea815ee2795b2f4230826c0c6b8814"
SRCBRANCH = "imx_5.4.y"
LOCALVERSION = "-2.2.0"
LOCALVERSION = "-2.3.0"
KERNEL_SRC ?= "git://source.codeaurora.org/external/imx/linux-imx.git;protocol=https"
SRC_URI = "${KERNEL_SRC};branch=${SRCBRANCH}"