contrib: jenkins-build-osmo-pcu-oc2g: Enable oc2gbts-phy

Depends on osmo-pcu Change-Id I7cd89a549c9463e81893ca7dd925299f728e4453.

Change-Id: I1384f4adeca7583e48dd94fcb09a1b58d108f1de
This commit is contained in:
Pau Espin 2019-03-21 15:05:33 +01:00
parent 8369cc321b
commit d581010568
1 changed files with 7 additions and 1 deletions

View File

@ -18,7 +18,13 @@ prefix="/usr/local/jenkins-build/inst-$name"
prefix_real="$DESTDIR$prefix"
. "$(dirname "$0")/jenkins-build-common.sh"
prev_git_url="${git_url}"
git_url="https://gitlab.com/nrw_oc2g/"
have_repo "oc2g-fw" "nrw/oc2g"
git_url="${prev_git_url}"
L1_OC2G_HEADERS="$PWD/oc2g-fw/inc"
build_repo libosmocore --disable-pcsc --disable-doxygen --disable-gnutls
build_repo osmo-pcu --disable-sysmocom-dsp
build_repo osmo-pcu --disable-sysmocom-dsp -enable-oc2gbts-phy --with-oc2g="$L1_OC2G_HEADERS"
create_bin_tgz osmo-pcu