| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
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>
|
|
|
|
|
|
|
|
| |
The three machines require imx93-evk.inc, and the mx93 override is
common to all of them, so it can be moved to imx93-evk.inc to avoid
repetition.
Signed-off-by: Joao Marcos Costa <joaomarcos.costa@bootlin.com>
|
|
|
|
|
|
|
| |
imx-base.inc uses nxpiw612-sdio instead of iw612 when adding the
relevant firmware packages.
Signed-off-by: Ricardo Salveti <ricardo@foundries.io>
|
|
It is based on 5.15.71_2.2.0 NXP BSP release.
Signed-off-by: Daiane Angolini <daiane.angolini@foundries.io>
|