Change-Id: Ie2684e4d27cde5f62d4ed4988f6f543b52f2946c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
################################################################################
# finally, build the agl-demo-platform (we retry to catch the tar-native bug)
-( ( bitbake -c $TARGETSDK $TARGETIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake -c $TARGETSDK $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ... ##' ; exit 1 )
+#( ( bitbake -c $TARGETSDK $TARGETIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake -c $TARGETSDK $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ... ##' ; exit 1 )
+( ( bitbake $TARGETSDKIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake $TARGETSDKIMAGE ) ) || ( echo '## Failed again, bail out ... ##' ; exit 1 )
du -hs tmp/deploy/*
export TARGETIMAGEnogfx="core-image-minimal"
export TARGETSDK="populate_sdk"
+export TARGETSDKIMAGE="agl-demo-platform-crosssdk"
export TARGETMACHINE=${MACHINE}
if test x"porter-nogfx" = x"${MACHINE}" ; then