summaryrefslogtreecommitdiffstats
path: root/templates/machines/raspberrypi3.jinja2
diff options
context:
space:
mode:
authorLoys Ollivier <lollivier@baylibre.com>2017-11-16 09:37:53 +0100
committerLoys Ollivier <lollivier@baylibre.com>2017-11-16 09:37:53 +0100
commit98f645934101ee3fbe014f99c993524a59a324fc (patch)
treed348c088faa33183a585c4640c57c76169c8818b /templates/machines/raspberrypi3.jinja2
parent798580a53aa3537f0c1127ed258dab21a92f5665 (diff)
templates/machines: rpi3 rename device type
Change the device type from bcm2837-rpi-3-b-32b to raspebrrypi3 until all labs are aligned with: bcm2837-rpi-3-b-32. Change-Id: I1ce58d37dab9895db075f658260d58a5c2ca0b0d Signed-off-by: Loys Ollivier <lollivier@baylibre.com>
Diffstat (limited to 'templates/machines/raspberrypi3.jinja2')
-rw-r--r--templates/machines/raspberrypi3.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/machines/raspberrypi3.jinja2 b/templates/machines/raspberrypi3.jinja2
index 620e447..e415c2c 100644
--- a/templates/machines/raspberrypi3.jinja2
+++ b/templates/machines/raspberrypi3.jinja2
@@ -1,7 +1,7 @@
{%- extends 'boot/generic-uboot-tftp.jinja2' %}
{%- set device_arch = "arm" %}
{%- set device_mach = "broadcom" %}
-{%- set device_type = "bcm2837-rpi-3-b-32b" %}
+{%- set device_type = "raspberrypi3" %}
{# Default boot method if not specified #}
{%- set rootfs_type = rootfs_type|default("nbd") %}
{# Defaults image names dependng on boot method #}