diff options
| author | Khem Raj <raj.khem@gmail.com> | 2021-08-02 11:01:05 -0700 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2021-08-12 10:08:24 -0700 |
| commit | 59d36c9832702989bfcca8a5af29fb2dff01efcc (patch) | |
| tree | b2b07d98cb22bc5241cde7403b6a15d99821318e /recipes-bsp/imx-atf | |
| parent | 72f59d35816cd2be6159013e4d96d03abf7f1c4b (diff) | |
| download | meta-freescale-59d36c9832702989bfcca8a5af29fb2dff01efcc.tar.gz | |
layer: Convert to new override syntax
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'recipes-bsp/imx-atf')
| -rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.4.bb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.4.bb b/recipes-bsp/imx-atf/imx-atf_2.4.bb index f4db002be..536a0a737 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.4.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.4.bb | |||
| @@ -27,7 +27,7 @@ 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" | 30 | CFLAGS:remove:mx8mq = "-O2" |
| 31 | 31 | ||
| 32 | do_compile() { | 32 | do_compile() { |
| 33 | # Clear LDFLAGS to avoid the option -Wl recognize issue | 33 | # Clear LDFLAGS to avoid the option -Wl recognize issue |
