summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2018-02-01 09:15:31 -0800
committerKevin Hilman <khilman@baylibre.com>2018-02-01 09:16:01 -0800
commite97ddde29c27ad0f9f791bb969122d022156f1d0 (patch)
tree0402a7e0d4f34097f22099634f0e859f1836eb67
parent4210157193584f27d4f712fa49f7e8b0a8ef60c2 (diff)
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 <khilman@baylibre.com>
-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 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 #}