summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-07-23 14:24:36 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-07-29 21:20:34 +0000
commite5d2cb13e1d1669c983eb71b9f92f8f92cd45c7d (patch)
tree1ed648095955ece7a3aedd36f84dcbc884bbd205
parenta74f445b81fcc8eba14898460eeb27a4b7d5a059 (diff)
downloadmeta-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.bb2
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
49EXTRA_OEMAKE += 'CC="${@remove_options_tail(d.getVar('CC'))}"' 49EXTRA_OEMAKE += 'CC="${@remove_options_tail(d.getVar('CC'))}"'
50 50
51do_configure[noexec] = "1"
52
51do_compile() { 53do_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