From 2b26c465e81886f6dad1546538143ed976969367 Mon Sep 17 00:00:00 2001 From: Jan-Simon Möller Date: Wed, 16 Dec 2020 00:45:19 +0100 Subject: Only apply refhw on master for now MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I1be3fae31cb858b0f2b346d06abd26abc78bdaeb Signed-off-by: Jan-Simon Möller --- jjb/common/include-agl-header.sh | 4 ++++ 1 file changed, 4 insertions(+) (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 d62e5b1f..1b7b31d2 100644 --- a/jjb/common/include-agl-header.sh +++ b/jjb/common/include-agl-header.sh @@ -154,7 +154,11 @@ fi # h3ulcb-nogfx means no graphic drivers if test x"h3ulcb-nogfx" = x"$MACHINE"; then export TARGETIMAGE=${TARGETIMAGEnogfx} + if test x"master" = x"${TARGETBRANCH}" ; then export TARGETFEATURES="${TARGETFEATURESnogfx} agl-refhw-h3" + else + export TARGETFEATURES="${TARGETFEATURESnogfx}" + fi export TARGETMACHINE="h3ulcb" export TARGETSDKIMAGE="agl-image-ivi-crosssdk" fi -- cgit 1.2.3-korg