From 205b34dce629f7345a29b659e3d6bbb7fae8ffb3 Mon Sep 17 00:00:00 2001 From: Otavio Salvador Date: Sat, 23 Jul 2022 14:24:36 -0300 Subject: imx-atf: mark `do_configure` as `noexec` There is no configure step or script so avoid running the task. Signed-off-by: Otavio Salvador --- recipes-bsp/imx-atf/imx-atf_2.6.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/imx-atf/imx-atf_2.6.bb b/recipes-bsp/imx-atf/imx-atf_2.6.bb index 5007ee755..95258247e 100644 --- a/recipes-bsp/imx-atf/imx-atf_2.6.bb +++ b/recipes-bsp/imx-atf/imx-atf_2.6.bb @@ -48,6 +48,8 @@ EXTRA_OEMAKE += 'LD="${@remove_options_tail(d.getVar('LD'))}"' EXTRA_OEMAKE += 'CC="${@remove_options_tail(d.getVar('CC'))}"' +do_configure[noexec] = "1" + do_compile() { # Clear LDFLAGS to avoid the option -Wl recognize issue oe_runmake bl31 -- cgit v1.2.3-54-g00ecf