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/boot/generic-uboot-tftp.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/boot/generic-uboot-tftp.jinja2') diff --git a/templates/boot/generic-uboot-tftp.jinja2 b/templates/boot/generic-uboot-tftp.jinja2 index 8befb6d..d65b284 100644 --- a/templates/boot/generic-uboot-tftp.jinja2 +++ b/templates/boot/generic-uboot-tftp.jinja2 @@ -1,5 +1,5 @@ {%- extends 'boot/generic-base-boot.jinja2' %} -{%- set boot_method = "u-boot" %} +{%- set boot_method = boot_method|default("u-boot") %} {%- block main %} {{ super() }} {%- if rootfs_type == 'nbd' %} -- cgit 1.2.3-korg