aboutsummaryrefslogtreecommitdiffstats
path: root/jjb/common/include-agl-bitbake-image-nofail.sh
diff options
context:
space:
mode:
authorJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-22 20:54:08 +0200
committerJan-Simon Moeller <jsmoeller@linuxfoundation.org>2024-05-22 23:36:10 +0200
commit3c9a45b3032b66aaba75e5192287af9414e483c8 (patch)
treeb6094dafebc96c8a10f7d5a9eafa8dc6ad79309f /jjb/common/include-agl-bitbake-image-nofail.sh
parent04952b6c0bf9865cdde4429f262e4da3cb476e15 (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/common/include-agl-bitbake-image-nofail.sh')
-rw-r--r--jjb/common/include-agl-bitbake-image-nofail.sh4
1 files changed, 0 insertions, 4 deletions
diff --git a/jjb/common/include-agl-bitbake-image-nofail.sh b/jjb/common/include-agl-bitbake-image-nofail.sh
index 8f6320c2..a215cbbf 100644
--- a/jjb/common/include-agl-bitbake-image-nofail.sh
+++ b/jjb/common/include-agl-bitbake-image-nofail.sh
@@ -5,10 +5,6 @@
## bitbake the image
################################################################################
-#if ! test x"${GERRIT_BRANCH}" = x"dab" ; then
-#bitbake wic-tools
-#fi
-
# 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 0 )