From e7f263d097155cfbc7ade1eda3ff08ceb90b9266 Mon Sep 17 00:00:00 2001 From: Saalim Quadri Date: Tue, 26 Mar 2024 04:06:53 +0530 Subject: Initial support for TI AM62XX EVM This adds templates to build for the TI AM62XX platform. Bug-AGL: SPEC-5103 Change-Id: Ica467a7ca464da87c5a50a54b6cd1f1f86c50d98 Signed-off-by: Saalim Quadri Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29782 Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account --- templates/machine/am62xx-evm/50_bblayers.conf.inc | 5 +++++ templates/machine/am62xx-evm/50_local.conf.inc | 3 +++ 2 files changed, 8 insertions(+) create mode 100644 templates/machine/am62xx-evm/50_bblayers.conf.inc create mode 100644 templates/machine/am62xx-evm/50_local.conf.inc (limited to 'templates') diff --git a/templates/machine/am62xx-evm/50_bblayers.conf.inc b/templates/machine/am62xx-evm/50_bblayers.conf.inc new file mode 100644 index 000000000..6ef08c43e --- /dev/null +++ b/templates/machine/am62xx-evm/50_bblayers.conf.inc @@ -0,0 +1,5 @@ +BBLAYERS =+ "\ + ${METADIR}/bsp/meta-arm/meta-arm \ + ${METADIR}/bsp/meta-arm/meta-arm-toolchain \ + ${METADIR}/bsp/meta-ti/meta-ti-bsp \ + " diff --git a/templates/machine/am62xx-evm/50_local.conf.inc b/templates/machine/am62xx-evm/50_local.conf.inc new file mode 100644 index 000000000..782d11a76 --- /dev/null +++ b/templates/machine/am62xx-evm/50_local.conf.inc @@ -0,0 +1,3 @@ +MACHINE = "am62xx-evm" +#see meta-agl/meta-agl-bsp/conf/include/agl_am62xx-evm.inc +require conf/include/agl_am62xx-evm.inc -- cgit 1.2.3-korg