summaryrefslogtreecommitdiffstats
path: root/templates/boot
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2024-11-25 10:19:02 +0000
committerCorentin LABBE <clabbe@baylibre.com>2024-11-26 10:37:42 +0000
commit564d15845ac1839a669e665b70f84b8a2bb38ddc (patch)
treed5c84cf3f40c8d4627f04a79e32f53b0a20fcaf5 /templates/boot
parent305dc9712d072f0fc1a783cbb579e5f7203bd1ce (diff)
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 <clabbe@baylibre.com>
Diffstat (limited to 'templates/boot')
-rw-r--r--templates/boot/generic-uboot-tftp.jinja22
1 files changed, 1 insertions, 1 deletions
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' %}