From 443d183e5338a195e583dd90bd1a7e331b42d707 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Mon, 25 Nov 2024 10:19:02 +0000 Subject: SPEC-5293: Add final rpi5 template This patchs adds the final raspberrypi5 machine template. Remove un-needed raspberrypi5-64 as rpi5 is 64bit only. Add an override of boot-method in templates since rpi5 start via PXE and so need to boot in "minimal" boot mode. Bug-AGL: SPEC-5293 Change-Id: Ided5312d25bee4b34ac3a5ea2d01b028664bcf73 Signed-off-by: Corentin LABBE --- templates/machines/raspberrypi5-64.jinja2 | 1 - 1 file changed, 1 deletion(-) delete mode 100644 templates/machines/raspberrypi5-64.jinja2 (limited to 'templates/machines/raspberrypi5-64.jinja2') diff --git a/templates/machines/raspberrypi5-64.jinja2 b/templates/machines/raspberrypi5-64.jinja2 deleted file mode 100644 index 063ca3b..0000000 --- a/templates/machines/raspberrypi5-64.jinja2 +++ /dev/null @@ -1 +0,0 @@ -{%- extends 'machines/raspberrypi4.jinja2' %} -- cgit 1.2.3-korg