diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2024-11-25 10:19:02 +0000 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2024-11-26 10:37:42 +0000 |
commit | 564d15845ac1839a669e665b70f84b8a2bb38ddc (patch) | |
tree | d5c84cf3f40c8d4627f04a79e32f53b0a20fcaf5 /templates/machines/raspberrypi5-64.jinja2 | |
parent | 305dc9712d072f0fc1a783cbb579e5f7203bd1ce (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/machines/raspberrypi5-64.jinja2')
-rw-r--r-- | templates/machines/raspberrypi5-64.jinja2 | 1 |
1 files changed, 0 insertions, 1 deletions
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' %} |