diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2021-07-08 19:35:48 -0300 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-07-08 19:35:48 -0300 |
commit | 9eea9c726c1a9e529c642d367e1244b68dfd3e34 (patch) | |
tree | 4a1b444c7468274a360f09c549e3ac8eb00c40e6 /recipes-bsp | |
parent | c8fa429ac03cbaafc2958d19e9241e5e7ce2b370 (diff) | |
parent | 79ba26618a075332ac9106f55c1aad573e42c9e0 (diff) | |
download | meta-freescale-9eea9c726c1a9e529c642d367e1244b68dfd3e34.tar.gz |
Merge pull request #818 from thochstein/master
License and kernel updates for NXP 5.10.35-2.0.0 release
Diffstat (limited to 'recipes-bsp')
-rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.4.bb | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.4.bb b/recipes-bsp/imx-atf/imx-atf_2.4.bb index 07807eff1..f4db002be 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.4.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.4.bb | |||
@@ -7,10 +7,10 @@ LIC_FILES_CHKSUM = "file://${COREBASE}/meta/files/common-licenses/BSD-3-Clause;m | |||
7 | 7 | ||
8 | PV .= "+git${SRCPV}" | 8 | PV .= "+git${SRCPV}" |
9 | 9 | ||
10 | SRCBRANCH = "imx_5.4.70_2.3.0" | 10 | SRCBRANCH = "lf_v2.4" |
11 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ | 11 | SRC_URI = "git://source.codeaurora.org/external/imx/imx-atf.git;protocol=https;branch=${SRCBRANCH} \ |
12 | " | 12 | " |
13 | SRCREV = "2a26786460edd4f0ec3111e7027c93c57fc572c1" | 13 | SRCREV = "ec35fef92b71a79075f214f8cff0738cd4482ed0" |
14 | 14 | ||
15 | S = "${WORKDIR}/git" | 15 | S = "${WORKDIR}/git" |
16 | 16 | ||
@@ -27,6 +27,8 @@ EXTRA_OEMAKE += " \ | |||
27 | 27 | ||
28 | BUILD_OPTEE = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'true', 'false', d)}" | 28 | BUILD_OPTEE = "${@bb.utils.contains('MACHINE_FEATURES', 'optee', 'true', 'false', d)}" |
29 | 29 | ||
30 | CFLAGS_remove_mx8mq = "-O2" | ||
31 | |||
30 | do_compile() { | 32 | do_compile() { |
31 | # Clear LDFLAGS to avoid the option -Wl recognize issue | 33 | # Clear LDFLAGS to avoid the option -Wl recognize issue |
32 | unset LDFLAGS | 34 | unset LDFLAGS |