From: Corentin LABBE Date: Tue, 15 Dec 2020 09:21:32 +0000 (+0000) Subject: SPEC-3714: Add build feature for AGL refhw X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=refs%2Fchanges%2F07%2F25807%2F1;p=ci-management.git 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 --- 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