fixeria has uploaded this change for review. ( https://gerrit.osmocom.org/c/osmo-ci/+/35291?usp=email )
Change subject: Revert "coverity: build osmo-trx with USRP1 support" ...................................................................... Revert "coverity: build osmo-trx with USRP1 support" This reverts commit 27e5f8ac15cd2d40897e16fdd98381370973d0b7. libusrp is not actively maintained by the Osmocom community (nor by anybody else, as far as I know) and we don't want to see dozens of CIDs in Coverity's defect browser, which nobody is going to fix... Change-Id: I5f47bbcc1388fd7bbe6830481e6a8abcdc582029 --- M coverity/build_Osmocom.sh M coverity/prepare_source_Osmocom.sh 2 files changed, 15 insertions(+), 12 deletions(-) git pull ssh://gerrit.osmocom.org:29418/osmo-ci refs/changes/91/35291/1 diff --git a/coverity/build_Osmocom.sh b/coverity/build_Osmocom.sh index 3bf9d4b..8fde7e6 100755 --- a/coverity/build_Osmocom.sh +++ b/coverity/build_Osmocom.sh @@ -43,15 +43,6 @@ popd } -build_libusrp() { - pushd libusrp - PM=$PARALLEL_MAKE - PARALLEL_MAKE="" - do_build - PARALLEL_MAKE=$PM - popd -} - build_osmocombb() { pushd osmocom-bb/src/ make nofirmware @@ -72,7 +63,6 @@ build_default asn1c build_default libosmocore build_libasn1c -build_libusrp build_default libosmo-abis build_default libosmo-gprs build_default libosmo-netif @@ -115,7 +105,6 @@ build_default osmo-trx \ --with-mstrx \ - --with-usrp1 \ --with-uhd \ --with-lms \ --with-ipc diff --git a/coverity/prepare_source_Osmocom.sh b/coverity/prepare_source_Osmocom.sh index 2c69356..6237f84 100755 --- a/coverity/prepare_source_Osmocom.sh +++ b/coverity/prepare_source_Osmocom.sh @@ -20,7 +20,6 @@ libosmo-pfcp libosmo-sccp libsmpp34 - libusrp osmo-bsc osmo-msc osmo-mgw -- To view, visit https://gerrit.osmocom.org/c/osmo-ci/+/35291?usp=email To unsubscribe, or for help writing mail filters, visit https://gerrit.osmocom.org/settings Gerrit-Project: osmo-ci Gerrit-Branch: master Gerrit-Change-Id: I5f47bbcc1388fd7bbe6830481e6a8abcdc582029 Gerrit-Change-Number: 35291 Gerrit-PatchSet: 1 Gerrit-Owner: fixeria <vyanits...@sysmocom.de> Gerrit-MessageType: newchange