aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorentin LABBE <clabbe@baylibre.com>2020-12-16 15:16:51 +0000
committerCorentin LABBE <clabbe@baylibre.com>2020-12-16 15:22:18 +0000
commit333987657da60f51e06ce737f44c6345d3ba30bf (patch)
tree0253b66ac5324af011f9467868be59388cc5dac3
parent2af84c8b7ba324c719aee2b0c8de7aed4e184531 (diff)
SPEC-3714: use h3ulcb-nogfx as build name for r8a7795-agl-refhwkoi_10.91.0koi/10.91.010.91.0
r8a7795-agl-refhw must use the h3ulcb-nogfx build name Change-Id: Iefe7c2572da1444eb894f1e696421c2615677544 Bug-AGL: SPEC-3714 Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
-rw-r--r--utils/agljobtemplate.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/utils/agljobtemplate.py b/utils/agljobtemplate.py
index 9979d2a..b207e75 100644
--- a/utils/agljobtemplate.py
+++ b/utils/agljobtemplate.py
@@ -138,6 +138,9 @@ class Agljobtemplate(object):
if (machine == 'h3ulcb-kf'):
build_name = 'h3ulcb-nogfx'
machine_frag_url = 'h3ulcb'
+ if machine == "r8a7795-agl-refhw":
+ build_name = 'h3ulcb-nogfx'
+ machine_frag_url = 'h3ulcb'
if (machine == 'm3ulcb'):
build_name = machine + '-nogfx'
if machine == "upsquare":