From 3fb5640211e4c3874036a6d4a61e852b348eb4ad Mon Sep 17 00:00:00 2001 From: Denys Dmytriyenko Date: Sat, 9 Mar 2024 18:02:53 -0500 Subject: 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 Reviewed-on: https://gerrit.automotivelinux.org/gerrit/c/AGL/meta-agl/+/29735 Reviewed-by: Jan-Simon Moeller Tested-by: Jenkins Job builder account ci-image-build: Jenkins Job builder account ci-image-boot-test: Jenkins Job builder account --- templates/machine/raspberrypi5/50_bblayers.conf.inc | 1 + templates/machine/raspberrypi5/50_local.conf.inc | 4 ++++ 2 files changed, 5 insertions(+) create mode 100644 templates/machine/raspberrypi5/50_bblayers.conf.inc create mode 100644 templates/machine/raspberrypi5/50_local.conf.inc (limited to 'templates') 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 -- cgit 1.2.3-korg