diff options
author | Otavio Salvador <otavio@ossystems.com.br> | 2022-07-23 13:34:02 -0300 |
---|---|---|
committer | Otavio Salvador <otavio@ossystems.com.br> | 2022-07-29 13:23:06 -0300 |
commit | 09ed3f6ad94544bdeb74439470cf510e786c8d5e (patch) | |
tree | 03689c46ffaf3b4cc96af828af37471603fda489 | |
parent | 896b5adc3fb85bd2817174d7aa2a07b64409f422 (diff) | |
download | meta-freescale-09ed3f6ad94544bdeb74439470cf510e786c8d5e.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>
-rw-r--r-- | recipes-bsp/imx-atf/imx-atf_2.6.bb | 2 |
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 | } |
68 | addtask deploy after do_compile | 68 | addtask deploy after do_compile |
69 | 69 | ||
70 | PACKAGE_ARCH = "${MACHINE_SOCARCH}" | 70 | PACKAGE_ARCH = "${MACHINE_ARCH}" |
71 | COMPATIBLE_MACHINE = "(mx8-generic-bsp)" | 71 | COMPATIBLE_MACHINE = "(mx8-generic-bsp)" |