From c5fc32ecdda340971638dbc4c11f7d8dcc0769ab Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Mon, 13 Jul 2020 15:03:49 +0200 Subject: Also build the crosssdk image for qemux86-64 on gerrit reviews Add the crosssdk build to the qemux86-64 variant. Signed-off-by: Jan-Simon Moeller Change-Id: I614032b9712a80434883fafdd05f368d62b0e31c --- jjb/common/include-agl-bitbake-sdk-x64only.sh | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 jjb/common/include-agl-bitbake-sdk-x64only.sh (limited to 'jjb/common/include-agl-bitbake-sdk-x64only.sh') diff --git a/jjb/common/include-agl-bitbake-sdk-x64only.sh b/jjb/common/include-agl-bitbake-sdk-x64only.sh new file mode 100644 index 00000000..8bc47635 --- /dev/null +++ b/jjb/common/include-agl-bitbake-sdk-x64only.sh @@ -0,0 +1,13 @@ +# (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 -- cgit 1.2.3-korg