From e97ddde29c27ad0f9f791bb969122d022156f1d0 Mon Sep 17 00:00:00 2001 From: Kevin Hilman Date: Thu, 1 Feb 2018 09:15:31 -0800 Subject: templates/machines: raspberrypi3: use right device-type Until the upstream device-type is fully validated, use the device-type used in both AGL and BayLibre labs. Change-Id: I87b699983dd50efd9f0013685b06f2d4c5d5f210 Signed-off-by: Kevin Hilman --- templates/machines/raspberrypi3.jinja2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/machines/raspberrypi3.jinja2 b/templates/machines/raspberrypi3.jinja2 index 0e743a8..8123586 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 = "raspberrypi3" %} +{%- set device_type = "raspberrypi3-uboot" %} {# 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