diff options
author | Denys Dmytriyenko <denys@konsulko.com> | 2024-03-09 18:02:53 -0500 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-03-11 12:42:06 +0000 |
commit | 3fb5640211e4c3874036a6d4a61e852b348eb4ad (patch) | |
tree | f6a3d0a16fb880eb5249d792769d9740b347abc5 /templates | |
parent | 79ffaf0d4a25bb72474bed849a9e35a38602a71c (diff) |
Add RaspberryPi 5 platform template
This adds templates to build for the RaspberryPi 5 platform.
Note that meta-raspberrypi doesn't yet have U-boot updates for the platform,
will be added later.
Bug-AGL: SPEC-5094
Change-Id: Idede92ca5d9b678ee2f9ea0869e64da04dd719ea
Signed-off-by: Denys Dmytriyenko <denys@konsulko.com>
Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29735
Reviewed-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tested-by: Jenkins Job builder account
ci-image-build: Jenkins Job builder account
ci-image-boot-test: Jenkins Job builder account
Diffstat (limited to 'templates')
-rw-r--r-- | templates/machine/raspberrypi5/50_bblayers.conf.inc | 1 | ||||
-rw-r--r-- | templates/machine/raspberrypi5/50_local.conf.inc | 4 |
2 files changed, 5 insertions, 0 deletions
diff --git a/templates/machine/raspberrypi5/50_bblayers.conf.inc b/templates/machine/raspberrypi5/50_bblayers.conf.inc new file mode 100644 index 000000000..2e677dd8a --- /dev/null +++ b/templates/machine/raspberrypi5/50_bblayers.conf.inc @@ -0,0 +1 @@ +BBLAYERS =+ "${METADIR}/bsp/meta-raspberrypi" diff --git a/templates/machine/raspberrypi5/50_local.conf.inc b/templates/machine/raspberrypi5/50_local.conf.inc new file mode 100644 index 000000000..9ee2644ab --- /dev/null +++ b/templates/machine/raspberrypi5/50_local.conf.inc @@ -0,0 +1,4 @@ +MACHINE = "raspberrypi5" + +#see meta-agl/meta-agl-bsp/conf/include/agl_raspberrypi5.inc +require conf/include/agl_raspberrypi5.inc |