Harald Welte has uploaded this change for review. (
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(-)
git pull ssh://gerrit.osmocom.org:29418/docker-playground
refs/changes/68/14268/1
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: newchange
Gerrit-Change-Id: I0aabd73e2778b9144aa7945f25cae5cefea4111b
Gerrit-Change-Number: 14268
Gerrit-PatchSet: 1
Gerrit-Owner: Harald Welte <[email protected]>