From 83139b69e344d80c377e007bc0d4887296d9ad8b Mon Sep 17 00:00:00 2001 From: Jan-Simon Moeller Date: Tue, 9 Feb 2021 16:19:50 +0100 Subject: Do build the html5 demo for qemux86-64 Signed-off-by: Jan-Simon Moeller Change-Id: Ia4c8bea4b57bceccd9b339be1be912330a6b8ac7 --- .../bitbake-html5-image-qemux86-64.sh | 21 +++++++++++++++++++++ .../release-jjb-koi-snapshot.yaml | 7 ++++--- 2 files changed, 25 insertions(+), 3 deletions(-) create mode 100644 jjb/release-jjb-koi-snapshot/bitbake-html5-image-qemux86-64.sh (limited to 'jjb') 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 index 00000000..78af7470 --- /dev/null +++ b/jjb/release-jjb-koi-snapshot/bitbake-html5-image-qemux86-64.sh @@ -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 diff --git a/jjb/release-jjb-koi-snapshot/release-jjb-koi-snapshot.yaml b/jjb/release-jjb-koi-snapshot/release-jjb-koi-snapshot.yaml index 4b2d92ec..fc09b4f6 100644 --- a/jjb/release-jjb-koi-snapshot/release-jjb-koi-snapshot.yaml +++ b/jjb/release-jjb-koi-snapshot/release-jjb-koi-snapshot.yaml @@ -17,15 +17,15 @@ 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 @@ -113,6 +113,7 @@ - ../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: -- cgit 1.2.3-korg