Change in simtrace2[master]: contrib/jenkins.sh: build ngff_Cardem dfu bootloader

This is merely a historical archive of years 2008-2021, before the migration to mailman3.

A maintained and still updated list archive can be found at https://lists.osmocom.org/hyperkitty/list/gerrit-log@lists.osmocom.org/.

laforge gerrit-no-reply at lists.osmocom.org
Mon Aug 9 11:51:01 UTC 2021


laforge has submitted this change. ( https://gerrit.osmocom.org/c/simtrace2/+/25176 )

Change subject: contrib/jenkins.sh: build ngff_Cardem dfu bootloader
......................................................................

contrib/jenkins.sh: build ngff_Cardem dfu bootloader

It does fit with some compiler versions, while others overflow the bl region,
so just reduce the trace level a bit to make it fits all the time.

Change-Id: I168a847da8dfc585aaeef0030f95fc225a713147
---
M contrib/jenkins.sh
1 file changed, 7 insertions(+), 2 deletions(-)

Approvals:
  Jenkins Builder: Verified
  laforge: Looks good to me, approved



diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 46482f2..5f68cf1 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -32,7 +32,7 @@
 BUILDS+="qmod/dfu qmod/cardem "
 BUILDS+="owhw/dfu owhw/cardem "
 BUILDS+="octsimtest/cardem "
-BUILDS+="ngff_cardem/cardem "
+BUILDS+="ngff_cardem/dfu ngff_cardem/cardem "
 
 cd $TOPDIR/firmware
 for build in $BUILDS; do
@@ -40,7 +40,12 @@
 	app=`echo $build | cut -d "/" -f 2`
 	echo
 	echo "=============== $board / $app START  =============="
-	make BOARD="$board" APP="$app"
+	# reduce the trace level so the bl fits
+	if [ $board = "ngff_cardem" ] && [ $app = "dfu" ]; then
+		make BOARD="$board" APP="$app" TRACE_LEVEL=2
+	else
+		make BOARD="$board" APP="$app"
+	fi
 	echo "=============== $board / $app RES:$? =============="
 done
 

-- 
To view, visit https://gerrit.osmocom.org/c/simtrace2/+/25176
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: simtrace2
Gerrit-Branch: master
Gerrit-Change-Id: I168a847da8dfc585aaeef0030f95fc225a713147
Gerrit-Change-Number: 25176
Gerrit-PatchSet: 4
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210809/523ccc9b/attachment.htm>


More information about the gerrit-log mailing list