From 98f645934101ee3fbe014f99c993524a59a324fc Mon Sep 17 00:00:00 2001 From: Loys Ollivier Date: Thu, 16 Nov 2017 09:37:53 +0100 Subject: 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 --- templates/machines/raspberrypi3.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'templates/machines') 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 #} -- cgit 1.2.3-korg