Do build the html5 demo for qemux86-64
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 9 Feb 2021 15:19:50 +0000 (16:19 +0100)
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>
Tue, 9 Feb 2021 15:19:50 +0000 (16:19 +0100)
Signed-off-by: Jan-Simon Moeller <jsmoeller@linuxfoundation.org>
Change-Id: Ia4c8bea4b57bceccd9b339be1be912330a6b8ac7

jjb/release-jjb-koi-snapshot/bitbake-html5-image-qemux86-64.sh [new file with mode: 0644]
jjb/release-jjb-koi-snapshot/release-jjb-koi-snapshot.yaml

diff --git a/jjb/release-jjb-koi-snapshot/bitbake-html5-image-qemux86-64.sh b/jjb/release-jjb-koi-snapshot/bitbake-html5-image-qemux86-64.sh
new file mode 100644 (file)
index 0000000..78af747
--- /dev/null
@@ -0,0 +1,21 @@
+# (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
index 4b2d92e..fc09b4f 100644 (file)
           description: "Project to build"
       - string:
           name: GERRIT_BRANCH
-          default: master
+          default: koi
           description: "branch to build"
       - string:
           name: GERRIT_REFSPEC
-          default: refs/tags/koi_10.91.0
+          default: refs/tags/koi_11.0.0
           description: "refspec to build"
       - string:
           name: RELEASE_VERSION
-          default: 10.91.0
+          default: 11.0.0
           description: "release version number for build"
       - string:
           name: RELEASE_BRANCH
           - ../common/include-agl-local-conf-rpi3-imagetype.sh
           #- ../common/include-agl-bitbake-image.sh
           - ../common/include-agl-bitbake-sdk.sh
+          - bitbake-html5-image-qemux86-64.sh
       - shell:
           !include-raw-escape: include-release-jjb-koi-snapshot-rsync.sh
       - shell: