Change in docker-playground[master]: osmoocm-bb-host-master: Build virtphy, not only trxcon

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

Harald Welte gerrit-no-reply at lists.osmocom.org
Wed May 29 20:02:59 UTC 2019


Harald Welte has submitted this change and it was merged. ( https://gerrit.osmocom.org/14268 )

Change subject: osmoocm-bb-host-master: Build virtphy, not only trxcon
......................................................................

osmoocm-bb-host-master: Build virtphy, not only trxcon

There are some BTS_Tests which (so far) don't yet work with trxcon
hence require virtphy.

Change-Id: I0aabd73e2778b9144aa7945f25cae5cefea4111b
---
M osmocom-bb-host-master/Dockerfile
1 file changed, 5 insertions(+), 0 deletions(-)

Approvals:
  Harald Welte: Looks good to me, approved; Verified



diff --git a/osmocom-bb-host-master/Dockerfile b/osmocom-bb-host-master/Dockerfile
index 6ec0c9a..a4c8c16 100644
--- a/osmocom-bb-host-master/Dockerfile
+++ b/osmocom-bb-host-master/Dockerfile
@@ -34,6 +34,11 @@
 	./configure && \
 	make -j8 install
 
+RUN	cd osmocom-bb/src/host/virt_phy && \
+	autoreconf -fi && \
+	./configure && \
+	make -j8 install
+
 RUN	mkdir -p /data/unix
 
 VOLUME	/data

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

Gerrit-Project: docker-playground
Gerrit-Branch: master
Gerrit-MessageType: merged
Gerrit-Change-Id: I0aabd73e2778b9144aa7945f25cae5cefea4111b
Gerrit-Change-Number: 14268
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <laforge at gnumonks.org>
Gerrit-Reviewer: Harald Welte <laforge at gnumonks.org>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.osmocom.org/pipermail/gerrit-log/attachments/20190529/9a1fe925/attachment.htm>


More information about the gerrit-log mailing list