aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-01-14 16:41:52 +0100
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2021-01-14 16:41:52 +0100
commitfa81dad257f31423f6b1054d93388150728a0e7d (patch)
treea8a7119d9725813923e0c5fbf11a519531132dfa
parent333987657da60f51e06ce737f44c6345d3ba30bf (diff)
Add refhw to SPEC3665 workaroundkoi_10.92.0koi/10.92.010.92.0
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org> Change-Id: I1d9314766573dfc3135e6be0e2a34f7a31bdb072
-rw-r--r--templates/base/agl-base.jinja22
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/base/agl-base.jinja2 b/templates/base/agl-base.jinja2
index ab6cd93..8d3e690 100644
--- a/templates/base/agl-base.jinja2
+++ b/templates/base/agl-base.jinja2
@@ -44,7 +44,7 @@ actions:
{%- if rootfs_type == "nbd" %}
{% include "tests/veth.jinja2" %}
{%- endif %}
-{% if device_type == "r8a7795-h3ulcb-kf" or device_type == "bcm2711-rpi-4-b" %}
+{% if device_type == "r8a7795-h3ulcb-kf" or device_type == "bcm2711-rpi-4-b" or device_type == "r8a7795-agl-refhw" %}
{% include "tests/hack-SPEC3655.jinja2" %}
{%- endif %}
{%-for test_template in test_templates %}