Skip to content

Commit

Permalink
templates/machines: porter: add device_arch and device_mach
Browse files Browse the repository at this point in the history
Add missing fields to machine templated.  Needed for correct LAVA job
output.

Change-Id: Ia4d55dad0c3fee7d5b5faa4e756a13a5e91af86c
Signed-off-by: Kevin Hilman <khilman@baylibre.com>
  • Loading branch information
khilman committed May 3, 2018
1 parent 9359439 commit 71712ff
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions templates/machines/porter.jinja2
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
{%- extends 'boot/generic-uboot-tftp.jinja2' %}
{%- set device_arch = "arm64" %}
{%- set device_mach = "renesas" %}
{%- set device_type = "renesas-porter-uboot" %}
{%- set dtb = dtb|default("uImage-r8a7791-porter.dtb") %}
{%- set initrd = initrd|default("initramfs-netboot-image-" + yocto_machine +".ext4.gz.u-boot") %}
Expand Down

0 comments on commit 71712ff

Please sign in to comment.