summaryrefslogtreecommitdiffstats
path: root/conf/machine/include/imx8dxl-evk.inc
Commit message (Collapse)AuthorAgeFilesLines
* conf/machine: Add NXP WiFi/BT support to NXP boardsTom Hochstein2022-12-271-1/+1
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* machines: follow kernel deployment changesMax Krummenacher2022-05-161-1/+1
| | | | | | | | | | | | | | The kernel binary image is by default deployed into the rootfs, /boot/. openembedded-core changed the way it is done in a not backwards compatible way. I.e. it now RRECOMMENDS instead of RDEPENDS the package which contains the kernel binary image. Commit 1c90b27d2c ("kernel: make kernel-base recommend kernel-image, not depend") So the way to not deploy also changed. Change machines and recipes which want to prevent kernel deployment accordingly. Signed-off-by: Max Krummenacher <max.krummenacher@toradex.com>
* imx8dxl-lpddr4-evk: Cleanup BOARD_TYPE assignmentTom Hochstein2022-05-091-3/+0
| | | | | | | The BOARD_TYPE is board-specific, so move it from the .inc to the .conf. Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx8dxl-ddr3l-evk: Add uboot config fspiTom Hochstein2022-05-091-0/+1
| | | | Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>
* imx8x: The mx8x override is handled in extender so drop itOtavio Salvador2022-02-241-1/+1
| | | | | Refs: 9b9f9bb1 ("imx-base.inc: Add missing mx8x overrides") Signed-off-by: Otavio Salvador <otavio@ossystems.com.br>
* machines: Adjust for using new location of tune files from coreKhem Raj2021-08-181-1/+1
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* layer: Convert to new override syntaxKhem Raj2021-08-121-3/+3
| | | | Signed-off-by: Khem Raj <raj.khem@gmail.com>
* imx8dxl-lpddr4-evk: Rework machine for re-useTom Hochstein2021-04-101-0/+62
Signed-off-by: Tom Hochstein <tom.hochstein@nxp.com>