jenkins.sh: Add oc2g build support

Related: OS#3749, SYS#4524
Change-Id: I014e5e59bc5e904a616ddf50ebfb8247f0d428cf
This commit is contained in:
Daniel Willmann 2019-03-27 14:06:21 +01:00
parent 32518cce5a
commit 8ab35b14e9
1 changed files with 6 additions and 0 deletions

View File

@ -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"