diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-12-16 15:16:51 +0000 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2020-12-16 15:22:18 +0000 |
commit | 333987657da60f51e06ce737f44c6345d3ba30bf (patch) | |
tree | 0253b66ac5324af011f9467868be59388cc5dac3 | |
parent | 2af84c8b7ba324c719aee2b0c8de7aed4e184531 (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.py | 3 |
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": |