diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2020-12-15 09:21:32 +0000 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2020-12-15 09:21:32 +0000 |
commit | c934abbf77a57a02cb75ba773e9070318fa8407d (patch) | |
tree | 5b17e1f2d74df597070a2abf0d4dd853c9b899d5 /jjb | |
parent | 5ce6d40ac68d672a8391fb8f57033fbd03c0309f (diff) |
SPEC-3714: Add build feature for AGL refhw
The h3ulcb build must build also the AGL refhw.
Change-Id: I2cb3acc57358b656f01e7a8731f10a0becdeab18
Bug-AGL: SPEC-3714
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
Diffstat (limited to 'jjb')
-rw-r--r-- | jjb/common/include-agl-header.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jjb/common/include-agl-header.sh b/jjb/common/include-agl-header.sh index 02e9cb92..d62e5b1f 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -154,7 +154,7 @@ fi # h3ulcb-nogfx means no graphic drivers if test x"h3ulcb-nogfx" = x"$MACHINE"; then export TARGETIMAGE=${TARGETIMAGEnogfx} - export TARGETFEATURES="${TARGETFEATURESnogfx}" + export TARGETFEATURES="${TARGETFEATURESnogfx} agl-refhw-h3" export TARGETMACHINE="h3ulcb" export TARGETSDKIMAGE="agl-image-ivi-crosssdk" fi |