diff options
| author | Otavio Salvador <otavio@ossystems.com.br> | 2022-07-23 14:24:36 -0300 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2022-07-29 21:20:34 +0000 |
| commit | e5d2cb13e1d1669c983eb71b9f92f8f92cd45c7d (patch) | |
| tree | 1ed648095955ece7a3aedd36f84dcbc884bbd205 | |
| parent | a74f445b81fcc8eba14898460eeb27a4b7d5a059 (diff) | |
| download | meta-freescale-e5d2cb13e1d1669c983eb71b9f92f8f92cd45c7d.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>
(cherry picked from commit 205b34dce629f7345a29b659e3d6bbb7fae8ffb3)
| -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 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'))}"' | |||
| 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 |
