aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--jjb/common/include-agl-header.sh2
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