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/.
laforge gerrit-no-reply at lists.osmocom.orglaforge has submitted this change. ( 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(-)
Approvals:
laforge: Looks good to me, approved
pespin: Looks good to me, but someone else must approve
Jenkins Builder: Verified
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: 2
Gerrit-Owner: fixeria <vyanitskiy at sysmocom.de>
Gerrit-Reviewer: Jenkins Builder
Gerrit-Reviewer: laforge <laforge at osmocom.org>
Gerrit-Reviewer: pespin <pespin at sysmocom.de>
Gerrit-MessageType: merged
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20211024/0eb07838/attachment.htm>