Change to crosssdk image from populate_sdk 63/9463/1
authorJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 22 May 2017 17:52:42 +0000 (19:52 +0200)
committerJan-Simon Möller <jsmoeller@linuxfoundation.org>
Mon, 22 May 2017 17:52:42 +0000 (19:52 +0200)
Change-Id: Ie2684e4d27cde5f62d4ed4988f6f543b52f2946c
Signed-off-by: Jan-Simon Möller <jsmoeller@linuxfoundation.org>
jjb/common/include-agl-bitbake-sdk.sh
jjb/common/include-agl-header.sh

index b53a412..591ea6b 100644 (file)
@@ -6,6 +6,7 @@
 ################################################################################
 
 # 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/*
index 00c70c8..3414051 100644 (file)
@@ -37,6 +37,7 @@ export TARGETIMAGE="agl-demo-platform\${TARGETQA}"
 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