diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2023-12-12 22:57:39 +0000 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2023-12-15 07:38:47 +0000 |
commit | 95e4a48b05cffa04b32a5e41b421863be910184f (patch) | |
tree | 08ecd722f589a458c116e18fdc518c2458daa2ec /templates/machine/beagleplay/50_local.conf.inc | |
parent | 24cb7d0a50d63bf3923e7ddf3b5f6c167736adae (diff) |
Add BeaglePlay template
This adds templates to build for the BeagleBoard.org BeaglePlay platform,
which is based on Texas Instruments AM625x SoC.
https://www.beagleboard.org/boards/beagleplay
https://www.ti.com/product/AM625
Bug-AGL: SPEC-4941
Change-Id: I21130e2b8f719f227f5c33045b7e5a3728247bfc
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29522
ci-image-boot-test: Jenkins Job builder account
Tested-by: Jenkins Job builder account
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
ci-image-build: Jenkins Job builder account
Diffstat (limited to 'templates/machine/beagleplay/50_local.conf.inc')
-rw-r--r-- | templates/machine/beagleplay/50_local.conf.inc | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/machine/beagleplay/50_local.conf.inc b/templates/machine/beagleplay/50_local.conf.inc new file mode 100644 index 000000000..334f81819 --- /dev/null +++ b/templates/machine/beagleplay/50_local.conf.inc @@ -0,0 +1,3 @@ +MACHINE = "beagleplay" +#see meta-agl/meta-agl-bsp/conf/include/agl_beagleplay.inc +require conf/include/agl_beagleplay.inc |