summaryrefslogtreecommitdiffstats
path: root/conf
diff options
context:
space:
mode:
authorDaiane Angolini <daiane.angolini@foundries.io>2024-01-10 14:53:47 -0300
committerDaiane Angolini <daiane.angolini@foundries.io>2024-01-10 15:08:38 -0300
commit40446d5852e8d70928befb73c18776c5814a55c6 (patch)
tree1c2c0cf92a483776a06b6004cec4e5261cef5d09 /conf
parent87be1defae3d173ca6658882c58608f0b94c5cee (diff)
downloadmeta-freescale-40446d5852e8d70928befb73c18776c5814a55c6.tar.gz
imx93-evk.inc: Change MACHINEOVERRIDES order
After [1] the MACHINEOVERRIDES for imx93 based machines became: MACHINEOVERRIDES="imx-generic-bsp:imx-nxp-bsp:imxdrm:imxpxp:mx9-generic-bsp: mx9-nxp-bsp:mx93-generic-bsp:mx93-nxp-bsp:aarch64:armv8-2a: use-nxp-bsp:imx93-11x11-lpddr4x-evk" which is different from what we had before. It impacts how some recipes are choosen, for example u-boot. After this patch, the MACHINEOVERRIDES goes back to what we had before. Just like the following: MACHINEOVERRIDES="aarch64:armv8-2a:use-nxp-bsp:imx-generic-bsp:imx-nxp-bsp: imxdrm:imxpxp:mx9-generic-bsp:mx9-nxp-bsp:mx93-generic-bsp: mx93-nxp-bsp:imx93-11x11-lpddr4x-evk" [1] https://github.com/Freescale/meta-freescale/pull/1714 Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
Diffstat (limited to 'conf')
-rw-r--r--conf/machine/include/imx93-evk.inc3
1 files changed, 2 insertions, 1 deletions
diff --git a/conf/machine/include/imx93-evk.inc b/conf/machine/include/imx93-evk.inc
index 0647a66e..3a922282 100644
--- a/conf/machine/include/imx93-evk.inc
+++ b/conf/machine/include/imx93-evk.inc
@@ -1,7 +1,8 @@
1MACHINEOVERRIDES =. "mx93:"
2
1require conf/machine/include/imx-base.inc 3require conf/machine/include/imx-base.inc
2require conf/machine/include/arm/armv8-2a/tune-cortexa55.inc 4require conf/machine/include/arm/armv8-2a/tune-cortexa55.inc
3 5
4MACHINEOVERRIDES =. "mx93:"
5MACHINE_FEATURES += "pci wifi bluetooth" 6MACHINE_FEATURES += "pci wifi bluetooth"
6MACHINE_FEATURES:append:use-nxp-bsp = " optee jailhouse nxpiw612-sdio" 7MACHINE_FEATURES:append:use-nxp-bsp = " optee jailhouse nxpiw612-sdio"
7 8