recipes-bsp: imx-aft: Update recipes to new BSP release imx_5.4.47_2.2.0

Includes:
imx-atf: Unify PLATFORM for i.MX 8DXL boards [YOCIMX-4852]

Signed-off-by: Hector Bujanda <Hector.Bujanda@digi.com>
This commit is contained in:
Hector Bujanda 2020-10-28 01:14:37 +01:00
parent a759099d53
commit 7cb54315ee
1 changed files with 3 additions and 3 deletions

View File

@ -7,11 +7,11 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;m
PV .= "+git${SRCPV}" PV .= "+git${SRCPV}"
SRCBRANCH = "imx_5.4.24_2.1.0" SRCBRANCH = "imx_5.4.47_2.2.0"
ATF_SRC ?= "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https" ATF_SRC ?= "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https"
SRC_URI = "${ATF_SRC};branch=${SRCBRANCH} \ SRC_URI = "${ATF_SRC};branch=${SRCBRANCH} \
" "
SRCREV = "b0a00f22b09c13572d3e87902a1069dee34763bd" SRCREV = "c949a888e909811db191500c51456391dff61284"
SRC_URI_append_ccimx8mn = " file://0001-imx8mn-Disable-M7-debug-console.patch" SRC_URI_append_ccimx8mn = " file://0001-imx8mn-Disable-M7-debug-console.patch"
@ -22,7 +22,7 @@ inherit deploy
BOOT_TOOLS = "imx-boot-tools" BOOT_TOOLS = "imx-boot-tools"
PLATFORM ?= "INVALID" PLATFORM ?= "INVALID"
PLATFORM_imx8dxlevk = "imx8dxl" PLATFORM_mx8dxl = "imx8dxl"
PLATFORM_mx8dx = "imx8dx" PLATFORM_mx8dx = "imx8dx"
PLATFORM_mx8dxlevk-phantom = "imx8qx" PLATFORM_mx8dxlevk-phantom = "imx8qx"
PLATFORM_mx8mm = "imx8mm" PLATFORM_mx8mm = "imx8mm"