summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorOtavio Salvador <otavio@ossystems.com.br>2022-07-23 13:34:02 -0300
committergithub-actions[bot] <github-actions[bot]@users.noreply.github.com>2022-07-29 21:20:34 +0000
commita74f445b81fcc8eba14898460eeb27a4b7d5a059 (patch)
tree28ebbfc1fd87e28a181555476abb70e3f664c18f
parent017b7c7767258615db3855d0756e51be787c3b45 (diff)
downloadmeta-freescale-a74f445b81fcc8eba14898460eeb27a4b7d5a059.tar.gz
imx-atf: use `MACHINE_ARCH` as `PACKAGE_ARCH`
The recipe build changes depending on the `MACHINE_FEATURES` value (`optee` presence) so we need to set this as machine-specific. Signed-off-by: Otavio Salvador <otavio@ossystems.com.br> (cherry picked from commit 09ed3f6ad94544bdeb74439470cf510e786c8d5e)
-rw-r--r--recipes-bsp/imx-atf/imx-atf_2.6.bb2
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes-bsp/imx-atf/imx-atf_2.6.bb b/recipes-bsp/imx-atf/imx-atf_2.6.bb
index 9047fd09..5007ee75 100644
--- a/recipes-bsp/imx-atf/imx-atf_2.6.bb
+++ b/recipes-bsp/imx-atf/imx-atf_2.6.bb
@@ -67,5 +67,5 @@ do_deploy() {
67} 67}
68addtask deploy after do_compile 68addtask deploy after do_compile
69 69
70PACKAGE_ARCH = "${MACHINE_SOCARCH}" 70PACKAGE_ARCH = "${MACHINE_ARCH}"
71COMPATIBLE_MACHINE = "(mx8-generic-bsp)" 71COMPATIBLE_MACHINE = "(mx8-generic-bsp)"