summaryrefslogtreecommitdiffstats
path: root/recipes-bsp/imx-atf/imx-atf_2.6.bb
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2023-05-02 12:54:09 -0300
committerGitHub <noreply@github.com>2023-05-02 12:54:09 -0300
commit9e4dadb78ea72e871fd00e612b1d0fc7e4abaf39 (patch)
treeb2ea48affde20e07b47631887c197629c37f3508 /recipes-bsp/imx-atf/imx-atf_2.6.bb
parentc112655d9b4b4ca79a14237c658a9fec7db325c0 (diff)
parent2fb5cf54c552669f2c78266c292988e0499344db (diff)
downloadmeta-freescale-9e4dadb78ea72e871fd00e612b1d0fc7e4abaf39.tar.gz
Merge pull request #1519 from MrCry0/master-atf
imx-atf: Update lf-5.15.71-2.2.0 to lf-6.1.1-1.0.0
Diffstat (limited to 'recipes-bsp/imx-atf/imx-atf_2.6.bb')
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.6.bb10
1 files changed, 3 insertions, 7 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.6.bb b/recipes-bsp/imx-atf/imx-atf_2.6.bb
index 33663a3a..ea83b9e8 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.6.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.6.bb
@@ -7,13 +7,9 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;m
7 7
8PV .= "+git${SRCPV}" 8PV .= "+git${SRCPV}"
9 9
10SRC_URI = " \ 10SRC_URI = "git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH}"
11 git://github.com/nxp-imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \
12 file://0001-Makefile-Suppress-array-bounds-error.patch \
13 file://rwx-segments.patch \
14"
15SRCBRANCH = "lf_v2.6" 11SRCBRANCH = "lf_v2.6"
16SRCREV = "3c1583ba0a5d11e5116332e91065cb3740153a46" 12SRCREV = "616a4588f333522d50a55bedd2b9a90a51474a75"
17 13
18S = "${WORKDIR}/git" 14S = "${WORKDIR}/git"
19 15
@@ -26,7 +22,7 @@ ATF_PLATFORM ??= "INVALID"
26ATF_BOOT_UART_BASE ?= "" 22ATF_BOOT_UART_BASE ?= ""
27 23
28EXTRA_OEMAKE += " \ 24EXTRA_OEMAKE += " \
29 CROSS_COMPILE="${TARGET_PREFIX}" \ 25 CROSS_COMPILE=${TARGET_PREFIX} \
30 PLAT=${ATF_PLATFORM} \ 26 PLAT=${ATF_PLATFORM} \
31" 27"
32 28