Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | imx-oei: use `MACHINE_ARCH` as `PACKAGE_ARCH` | Alexander Stein | 2024-09-13 | 1 | -0/+2 |
| | | | | | | | The recipe build changes depending on the `OEI_BOARD` value, which is machine-specific. Signed-off-by: Alexander Stein <alexander.stein@ew.tq-group.com> | ||||
* | imx-oei: move to dynamic-layers and add arm-toolchain | Hiago De Franco | 2024-09-08 | 1 | -0/+57 |
The recipe depends on meta-arm-toolchain, therefore it should be on dynamic-layers/arm-toolchain folder. Create it and make the necessary changes for conf/layer.conf. Fixes: 61beaf5861f2 ("recipes-bsp: introduce imx-oei recipe") Signed-off-by: Hiago De Franco <hiago.franco@toradex.com> |