SPEC-3482: use the new package-all target 54/24954/1
authorCorentin LABBE <clabbe@baylibre.com>
Wed, 8 Jul 2020 09:06:07 +0000 (11:06 +0200)
committerCorentin LABBE <clabbe@baylibre.com>
Wed, 8 Jul 2020 09:07:43 +0000 (11:07 +0200)
The new cmake templates expose the target 'make package-all' to produce
all the different wgt types.

Extend the CI app pipeline to use it.

Change-Id: I5750fadcb1c92e5ce7ec13d25cb6c564b9e3bb84
Bug-AGL: SPEC-3482
Signed-off-by: Corentin LABBE <clabbe@baylibre.com>
jjb/common/include-apps-build-app.sh

index a39b0c8..ac1a0ec 100644 (file)
@@ -115,6 +115,7 @@ if [[ ! x"yes" = x"$HANDLED" ]] && $(echo "$TARGETPROJECT" | grep -q "apps/"); t
                 export isAUTOBUILD=1
            else
                 make package || true
+               make package-all || true
            fi
             popd
             export isCMAKE=1