aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Willmann <dwillmann@sysmocom.de>2019-03-27 14:06:21 +0100
committerDaniel Willmann <dwillmann@sysmocom.de>2019-03-27 14:26:22 +0100
commit8ab35b14e920fd7752b9f98e2e67e00e6601d3da (patch)
tree02600282e5b1b553a3eeb059ae2da5fc205c414d
parent32518cce5a6883caf3c8b593d5b290ae35cfdb1b (diff)
jenkins.sh: Add oc2g build support
-rwxr-xr-xcontrib/jenkins.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 7af73091..e805080e 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -48,6 +48,12 @@ elif [ "$with_dsp" = lc15 ]; then
osmo-layer1-headers.sh lc15 "$FIRMWARE_VERSION"
cd "$base"
+elif [ "$with_dsp" = oc2g ]; then
+ PCU_CONFIG="$PCU_CONFIG --enable-oc2gbts-phy --with-oc2g=$deps/layer1-headers/inc"
+ cd "$deps"
+ osmo-layer1-headers.sh oc2g "$FIRMWARE_VERSION"
+ cd "$base"
+
elif [ -z "$with_dsp" -o "$with_dsp" = none ]; then
echo "Direct DSP access disabled, sanitizer enabled"
PCU_CONFIG="$PCU_CONFIG --enable-werror --enable-sanitize"