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/.

Hoernchen gerrit-no-reply at lists.osmocom.org
Mon Aug 9 10:22:12 UTC 2021


Hoernchen has uploaded this change for review. ( 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(-)



  git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/76/25176/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 46482f2..ed09c9f 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: 1
Gerrit-Owner: Hoernchen <ewild at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20210809/43864587/attachment.htm>


More information about the gerrit-log mailing list