diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-07-23 14:24:36 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2022-07-29 13:23:06 -0300 |
commit | 205b34dce629f7345a29b659e3d6bbb7fae8ffb3 (patch) | |
tree | c072906ceea9afa5d228d41054b52f17577b6b9e /recipes-bsp/imx-atf | |
parent | 09ed3f6ad94544bdeb74439470cf510e786c8d5e (diff) | |
download | meta-freescale-205b34dce629f7345a29b659e3d6bbb7fae8ffb3.tar.gz |
imx-atf: mark `do_configure` as `noexec`
There is no configure step or script so avoid running the task.
Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
Diffstat (limited to 'recipes-bsp/imx-atf')
-rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.6.bb | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.6.bb b/recipes-bsp/imx-atf/imx-atf_2.6.bb index 5007ee75..95258247 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'))}"' | |||
48 | 48 | ||
49 | EXTRA_OEMAKE += 'CC="${@remove_options_tail(d.getVar('CC'))}"' | 49 | EXTRA_OEMAKE += 'CC="${@remove_options_tail(d.getVar('CC'))}"' |
50 | 50 | ||
51 | do_configure[noexec] = "1" | ||
52 | |||
51 | do_compile() { | 53 | do_compile() { |
52 | # Clear LDFLAGS to avoid the option -Wl recognize issue | 54 | # Clear LDFLAGS to avoid the option -Wl recognize issue |
53 | oe_runmake bl31 | 55 | oe_runmake bl31 |