<p>Hoernchen has uploaded this change for <strong>review</strong>.</p><p><a href="https://gerrit.osmocom.org/c/simtrace2/+/25176">View Change</a></p><pre style="font-family: monospace,monospace; white-space: pre-wrap;">contrib/jenkins.sh: build ngff_Cardem dfu bootloader<br><br>It does fit with some compiler versions, while others overflow the bl region,<br>so just reduce the trace level a bit to make it fits all the time.<br><br>Change-Id: I168a847da8dfc585aaeef0030f95fc225a713147<br>---<br>M contrib/jenkins.sh<br>1 file changed, 7 insertions(+), 2 deletions(-)<br><br></pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;">git pull ssh://gerrit.osmocom.org:29418/simtrace2 refs/changes/76/25176/1</pre><pre style="font-family: monospace,monospace; white-space: pre-wrap;"><span>diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh</span><br><span>index 46482f2..ed09c9f 100755</span><br><span>--- a/contrib/jenkins.sh</span><br><span>+++ b/contrib/jenkins.sh</span><br><span>@@ -32,7 +32,7 @@</span><br><span> BUILDS+="qmod/dfu qmod/cardem "</span><br><span> BUILDS+="owhw/dfu owhw/cardem "</span><br><span> BUILDS+="octsimtest/cardem "</span><br><span style="color: hsl(0, 100%, 40%);">-BUILDS+="ngff_cardem/cardem "</span><br><span style="color: hsl(120, 100%, 40%);">+BUILDS+="ngff_cardem/dfu ngff_cardem/cardem "</span><br><span> </span><br><span> cd $TOPDIR/firmware</span><br><span> for build in $BUILDS; do</span><br><span>@@ -40,7 +40,12 @@</span><br><span>        app=`echo $build | cut -d "/" -f 2`</span><br><span>        echo</span><br><span>         echo "=============== $board / $app START  =============="</span><br><span style="color: hsl(0, 100%, 40%);">-    make BOARD="$board" APP="$app"</span><br><span style="color: hsl(120, 100%, 40%);">+    # reduce the trace level so the bl fits</span><br><span style="color: hsl(120, 100%, 40%);">+       if [ board = "ngff_cardem" ] && [ app = "dfu" ]; then</span><br><span style="color: hsl(120, 100%, 40%);">+             make BOARD="$board" APP="$app" TRACE_LEVEL=2</span><br><span style="color: hsl(120, 100%, 40%);">+      else</span><br><span style="color: hsl(120, 100%, 40%);">+          make BOARD="$board" APP="$app"</span><br><span style="color: hsl(120, 100%, 40%);">+    fi</span><br><span>   echo "=============== $board / $app RES:$? =============="</span><br><span> done</span><br><span> </span><br><span></span><br></pre><p>To view, visit <a href="https://gerrit.osmocom.org/c/simtrace2/+/25176">change 25176</a>. To unsubscribe, or for help writing mail filters, visit <a href="https://gerrit.osmocom.org/settings">settings</a>.</p><div itemscope itemtype="http://schema.org/EmailMessage"><div itemscope itemprop="action" itemtype="http://schema.org/ViewAction"><link itemprop="url" href="https://gerrit.osmocom.org/c/simtrace2/+/25176"/><meta itemprop="name" content="View Change"/></div></div>

<div style="display:none"> Gerrit-Project: simtrace2 </div>
<div style="display:none"> Gerrit-Branch: master </div>
<div style="display:none"> Gerrit-Change-Id: I168a847da8dfc585aaeef0030f95fc225a713147 </div>
<div style="display:none"> Gerrit-Change-Number: 25176 </div>
<div style="display:none"> Gerrit-PatchSet: 1 </div>
<div style="display:none"> Gerrit-Owner: Hoernchen <ewild@sysmocom.de> </div>
<div style="display:none"> Gerrit-MessageType: newchange </div>