aboutsummaryrefslogtreecommitdiffstats
path: root/templates/machines
diff options
context:
space:
mode:
authorKevin Hilman <khilman@baylibre.com>2018-05-07 15:48:10 +0000
committerGerrit Code Review <gerrit@automotivelinux.org>2018-05-07 15:48:10 +0000
commit3ca619760d765d265675fe94695ea6115285572b (patch)
treeb439e9a8d02a4462b871b7db7df2762ce1f32194 /templates/machines
parent4896b30be18ddabf7565cc8ed89a90de86a22bbc (diff)
parent71712ffb1245519612e220d9e8bc7d38e46f7e67 (diff)
Merge "templates/machines: porter: add device_arch and device_mach"
Diffstat (limited to 'templates/machines')
-rw-r--r--templates/machines/porter.jinja22
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/machines/porter.jinja2 b/templates/machines/porter.jinja2
index b455922..1de7f2d 100644
--- a/templates/machines/porter.jinja2
+++ b/templates/machines/porter.jinja2
@@ -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") %}