summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-07-23 14:24:36 -0300
committerOtavio Salvador <otavio@ossystems.com.br>2022-07-29 13:23:06 -0300
commit205b34dce629f7345a29b659e3d6bbb7fae8ffb3 (patch)
treec072906ceea9afa5d228d41054b52f17577b6b9e
parent09ed3f6ad94544bdeb74439470cf510e786c8d5e (diff)
downloadmeta-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>
-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