diff options
author | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-22 20:54:08 +0200 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2024-05-22 23:36:10 +0200 |
commit | 3c9a45b3032b66aaba75e5192287af9414e483c8 (patch) | |
tree | b6094dafebc96c8a10f7d5a9eafa8dc6ad79309f /jjb/release-jjb-marlin-snapshot/bitbake-html5-image-qemux86-64.sh | |
parent | 04952b6c0bf9865cdde4429f262e4da3cb476e15 (diff) |
Rework for new image names and drop older releases.
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: I0323fd9053ed3679772715a0080a1990209a563a
Diffstat (limited to 'jjb/release-jjb-marlin-snapshot/bitbake-html5-image-qemux86-64.sh')
-rw-r--r-- | jjb/release-jjb-marlin-snapshot/bitbake-html5-image-qemux86-64.sh | 21 |
1 files changed, 0 insertions, 21 deletions
diff --git a/jjb/release-jjb-marlin-snapshot/bitbake-html5-image-qemux86-64.sh b/jjb/release-jjb-marlin-snapshot/bitbake-html5-image-qemux86-64.sh deleted file mode 100644 index 78af7470..00000000 --- a/jjb/release-jjb-marlin-snapshot/bitbake-html5-image-qemux86-64.sh +++ /dev/null @@ -1,21 +0,0 @@ -# (c) 2016 Jan-Simon Moeller dl9pf(at)gmx.de -# License GPLv2 - -################################################################################ -## bitbake the sdk -################################################################################ -#if ! test x"${GERRIT_BRANCH}" = x"dab" ; then -#bitbake wic-tools -#fi - -if test x"qemux86-64" = x"${TARGETMACHINE}" ; then - -# 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 ) -echo 'AGL_DEFAULT_IMAGE_FSTYPES_forcevariable = "wic.vmdk.xz wic.xz ext4.xz"' >> conf/local.conf -echo 'AGL_EXTRA_IMAGE_FSTYPES_forcevariable = ""' >> conf/local.conf -( ( bitbake agl-demo-platform-html5 ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake agl-demo-platform-html5 ) ) || ( echo '## Failed again, bail out ... ##' ; exit 1 ) - -du -hs tmp/deploy/* - -fi
\ No newline at end of file |