From c934abbf77a57a02cb75ba773e9070318fa8407d Mon Sep 17 00:00:00 2001 From: Corentin LABBE Date: Tue, 15 Dec 2020 09:21:32 +0000 Subject: 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 --- jjb/common/include-agl-header.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'jjb/common/include-agl-header.sh') 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 -- cgit 1.2.3-korg