imx-atf: update recipe to use the 8qxp_beta2 branch

The ATF binary's source code needs to be updated for the new U-Boot to work
properly.

https://jira.digi.com/browse/DEL-6085

Signed-off-by: Gabriel Valcazar <gabriel.valcazar@digi.com>
This commit is contained in:
Gabriel Valcazar 2018-07-25 10:58:20 +02:00
parent 01be6cf386
commit 035221039e
1 changed files with 7 additions and 5 deletions

View File

@ -1,19 +1,19 @@
# Copyright 2017 NXP # Copyright 2017-2018 NXP
DESCRIPTION = "i.MX ARM Trusted Firmware" DESCRIPTION = "i.MX ARM Trusted Firmware"
SECTION = "BSP" SECTION = "BSP"
LICENSE = "BSD-3-Clause" LICENSE = "BSD-3-Clause"
LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;md5=550794465ba0ec5312d6919e203a55f9"
inherit fsl-eula-unpack pkgconfig deploy inherit pkgconfig deploy
PV = "1.4.1+git${SRCPV}" PV = "1.4.1+git${SRCPV}"
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"
ATF_BRANCH = "imx_4.9.51_imx8_beta1" SRCBRANCH = "imx_4.9.88_imx8qxp_beta2"
SRC_URI = "${ATF_SRC};branch=${ATF_BRANCH}" SRC_URI = "${ATF_SRC};branch=${SRCBRANCH}"
SRCREV = "a4388010f06ceb8fa9a33391bff47dabd027dbb1" SRCREV = "00b653ec4b51a211ae735ffe0d3c9de7a8979947"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
@ -26,6 +26,8 @@ SOC_ATF_mx8mq = "imx8mq"
SYSROOT_DIRS += "/boot" SYSROOT_DIRS += "/boot"
EXTRA_OEMAKE_append = " ${@bb.utils.contains('COMBINED_FEATURES', 'optee', 'SPD=opteed', '', d)}"
do_compile () { do_compile () {
export CROSS_COMPILE="${TARGET_PREFIX}" export CROSS_COMPILE="${TARGET_PREFIX}"
cd ${S} cd ${S}