summaryrefslogtreecommitdiffstats
path: root/templates/machines/raspberrypi3.jinja2
diff options
context:
space:
mode:
authorKhouloud Touil <ktouil@baylibre.com>2019-04-12 17:31:16 +0200
committerKhouloud Touil <ktouil@baylibre.com>2019-04-16 18:18:33 +0200
commit04388618788b36246c78ff439acd1cd17bd6b4bf (patch)
tree62e846366285fcf82fc48d551c36a903b77113e7 /templates/machines/raspberrypi3.jinja2
parent6a9f283137987a74a30d0e634442bed748f198c4 (diff)
Change dtb file names to match the new convention names
As we are upgrading to a new branch we had to change dtb file names to match the new convention names. Change-Id: I6cda162056e6074c730d3ec64aa0e37b3eb8642f Signed-off-by: Khouloud Touil <ktouil@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 2ebe84a..08affa7 100644
--- a/templates/machines/raspberrypi3.jinja2
+++ b/templates/machines/raspberrypi3.jinja2
@@ -8,7 +8,7 @@
{%- if rootfs_type == 'nbd' %}
{%- set initrd = "initramfs-netboot-image-" + yocto_machine +".ext4.gz.u-boot" %}
{%- endif %}
-{%- set dtb = dtb|default("uImage-bcm2710-rpi-3-b+vc4+ft5406.dtb") %}
+{%- set dtb = dtb|default("bcm2710-rpi-3-b+vc4+ft5406.dtb") %}
{%- if (build_type == 'daily') or (build_type == 'release') %}
{%- set rfs_image = rfs_image|default("agl-demo-platform-crosssdk-raspberrypi3.ext4.xz") %}
{%- else %}