aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-bitbake-image.sh
diff options
context:
space:
mode:
Diffstat (limited to 'jjb/common/include-agl-bitbake-image.sh')
-rw-r--r--jjb/common/include-agl-bitbake-image.sh7
1 files changed, 0 insertions, 7 deletions
diff --git a/jjb/common/include-agl-bitbake-image.sh b/jjb/common/include-agl-bitbake-image.sh
index dd65a6b6..3372f47f 100644
--- a/jjb/common/include-agl-bitbake-image.sh
+++ b/jjb/common/include-agl-bitbake-image.sh
@@ -5,16 +5,9 @@
## bitbake the image
################################################################################
-#if ! test x"${GERRIT_BRANCH}" = x"dab" ; then
-#bitbake wic-tools
-#fi
-
cat conf/local.conf
-
# finally, build the agl-demo-platform (we retry to catch the tar-native bug)
( ( bitbake $TARGETIMAGE ) || ( echo '## Failed once, retry .. ##' ; sync ; sleep 2 ; bitbake -v -v $TARGETIMAGE ) ) || ( echo '## Failed again, bail out ...' ; exit 1 )
-#bitbake --dump-signature $TARGETIMAGE
-#cp locked-sigs.inc tmp/deploy/images/
du -hs tmp/deploy/*