Change in osmo-ci[master]: coverity: build osmo-trx with USRP1 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/.

fixeria gerrit-no-reply at lists.osmocom.org
Wed Oct 20 20:46:29 UTC 2021


fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/25860 )


Change subject: coverity: build osmo-trx with USRP1 support
......................................................................

coverity: build osmo-trx with USRP1 support

This allows Coverity to analyze the libusrp specific code.

Change-Id: I36df72149a32cb0df43c74af910d1fbb92b88f4a
---
M coverity/build_Osmocom.sh
M coverity/prepare_source_Osmcocom.sh
2 files changed, 12 insertions(+), 0 deletions(-)



  git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/60/25860/1

diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh
index 78767ee..cf71a6f 100755
--- a/coverity/build_Osmocom.sh
+++ b/coverity/build_Osmocom.sh
@@ -39,6 +39,15 @@
 	popd
 }
 
+build_libusrp() {
+	pushd libusrp
+	PM=$PARALLEL_MAKE
+	PARALLEL_MAKE=""
+	do_build
+	PARALLEL_MAKE=$PM
+	popd
+}
+
 build_osmocombb() {
 	pushd osmocom-bb/src/
 	make nofirmware
@@ -53,6 +62,7 @@
 build_default asn1c
 build_default libosmocore
 build_libasn1c
+build_libusrp
 build_default libosmo-abis
 build_default libosmo-netif
 build_default libosmo-sccp
@@ -85,6 +95,7 @@
 build_default osmo-sip-connector
 
 build_default osmo-trx \
+	--with-usrp1 \
 	--with-uhd \
 	--with-lms \
 	--with-ipc
diff --git a/coverity/prepare_source_Osmcocom.sh b/coverity/prepare_source_Osmcocom.sh
index ab1525e..cad9b16 100755
--- a/coverity/prepare_source_Osmcocom.sh
+++ b/coverity/prepare_source_Osmcocom.sh
@@ -13,6 +13,7 @@
   libosmo-netif \
   libosmo-sccp \
   libsmpp34 \
+  libusrp \
   osmo-bsc \
   osmo-msc \
   osmo-mgw \

-- 
To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/25860
To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings

Gerrit-Project: osmo-ci
Gerrit-Branch: master
Gerrit-Change-Id: I36df72149a32cb0df43c74af910d1fbb92b88f4a
Gerrit-Change-Number: 25860
Gerrit-PatchSet: 1
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-MessageType: newchange
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211020/c3801c91/attachment.htm>


More information about the gerrit-log mailing list