SPEC-3714: Add build feature for AGL refhw 07/25807/1
authorCorentin LABBE <clabbe@baylibre.com>
Tue, 15 Dec 2020 09:21:32 +0000 (09:21 +0000)
committerCorentin LABBE <clabbe@baylibre.com>
Tue, 15 Dec 2020 09:21:32 +0000 (09:21 +0000)
The h3ulcb build must build also the AGL refhw.

Change-Id: I2cb3acc57358b656f01e7a8731f10a0becdeab18
Bug-AGL: SPEC-3714
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
jjb/common/include-agl-header.sh

index 02e9cb9..d62e5b1 100644 (file)
@@ -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