diff options
author | Saalim Quadri <danascape@gmail.com> | 2024-03-26 04:06:53 +0530 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-03-26 20:49:28 +0000 |
commit | e7f263d097155cfbc7ade1eda3ff08ceb90b9266 (patch) | |
tree | 14988c15b0a9a9e5f65c751cef9fb268162ba988 /templates/machine/am62xx-evm/50_local.conf.inc | |
parent | 45f70de44a6490597423de1fd09a196c1fd4d8f4 (diff) |
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 <danascape@gmail.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29782
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
Diffstat (limited to 'templates/machine/am62xx-evm/50_local.conf.inc')
-rw-r--r-- | templates/machine/am62xx-evm/50_local.conf.inc | 3 |
1 files changed, 3 insertions, 0 deletions
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 |