From 9f65834ede3dc27716ff0de154a23551d155dc18 Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Thu, 2 May 2019 12:01:38 +0200 Subject: utils/agljobtemplate.py: Fix APPURL generation The generated APPURL was invalid: - it needed to be always using ci - it missed branch and arches path This patch move the generation of the application url in the jinja file for accessing the new sdk_arch Bug-AGL: SPEC-1850 Change-Id: Ie3ffff5f6181fdc89c3ebbd41078e4d60a06992b Signed-off-by: Corentin LABBE --- templates/machines/dra7xx-evm.jinja2 | 1 + 1 file changed, 1 insertion(+) (limited to 'templates/machines/dra7xx-evm.jinja2') diff --git a/templates/machines/dra7xx-evm.jinja2 b/templates/machines/dra7xx-evm.jinja2 index f430059..7241ab2 100644 --- a/templates/machines/dra7xx-evm.jinja2 +++ b/templates/machines/dra7xx-evm.jinja2 @@ -1,6 +1,7 @@ {%- extends 'boot/generic-uboot-tftp.jinja2' %} {%- set device_type = "dra7-evm" %} {%- set device_arch = "arm" %} +{%- set sdk_arch = "arm" %} {%- set device_mach = "omap2" %} {%- set dtb = dtb|default("dra7-evm.dtb") %} {%- set kernel_image = kernel_image|default("zImage") %} -- cgit 1.2.3-korg