Change in osmo-pcu[master]: jenkins.sh: Add oc2g build support

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

Daniel Willmann gerrit-no-reply at lists.osmocom.org
Wed Mar 27 13:28:24 UTC 2019


Daniel Willmann has uploaded this change for review. ( https://gerrit.osmocom.org/13428


Change subject: jenkins.sh: Add oc2g build support
......................................................................

jenkins.sh: Add oc2g build support

Related: OS#3749, SYS#4524
Change-Id: I014e5e59bc5e904a616ddf50ebfb8247f0d428cf
---
M contrib/jenkins.sh
1 file changed, 6 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-pcu refs/changes/28/13428/1

diff --git a/contrib/jenkins.sh b/contrib/jenkins.sh
index 7af7309..e805080 100755
--- a/contrib/jenkins.sh
+++ b/contrib/jenkins.sh
@@ -48,6 +48,12 @@
   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"

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

Gerrit-Project: osmo-pcu
Gerrit-Branch: master
Gerrit-MessageType: newchange
Gerrit-Change-Id: I014e5e59bc5e904a616ddf50ebfb8247f0d428cf
Gerrit-Change-Number: 13428
Gerrit-PatchSet: 1
Gerrit-Owner: Daniel Willmann <dwillmann at sysmocom.de>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190327/d2f160ac/attachment.htm>


More information about the gerrit-log mailing list