Add the crosssdk build to the qemux86-64 variant.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I614032b9712a80434883fafdd05f368d62b0e31c
- ../common/include-agl-cat-auto-conf.sh
- include-release-eel-fix-task-depends.sh
- ../common/include-agl-bitbake-image.sh
+ - ../common/include-agl-bitbake-sdk-x64only.sh
- ../common/include-agl-run-test-prepare.sh
- ../common/include-agl-run-test-rsync-changeid.sh
- conditional-step:
--- /dev/null
+# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de
+# License GPLv2
+
+################################################################################
+## bitbake the sdk
+################################################################################
+
+# finally, build the agl-demo-platform (we retry to catch the tar-native bug)
+if test x"qemux86-64" = x"${TARGETMACHINE}" ; then
+( ( bitbake $TARGETSDKIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake $TARGETSDKIMAGE ) ) || ( echo '## Failed again, bail out ... ##' ; exit 1 )
+
+du -hs tmp/deploy/*
+fi