diff options
author | Corentin LABBE <clabbe@baylibre.com> | 2017-10-25 13:45:56 +0200 |
---|---|---|
committer | Corentin LABBE <clabbe@baylibre.com> | 2017-10-25 14:11:58 +0200 |
commit | 905a723528e499e9eae193b4d72388076d561f6c (patch) | |
tree | 71286e054b5dc8ff32ebd72a3bd2f4d392a27cae /lava-slave/Dockerfile | |
parent | 626402f90d0f8435e9268268180d46fe3b58f040 (diff) |
Add support for conmux
Diffstat (limited to 'lava-slave/Dockerfile')
-rw-r--r-- | lava-slave/Dockerfile | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lava-slave/Dockerfile b/lava-slave/Dockerfile index 6aece71..e87ac63 100644 --- a/lava-slave/Dockerfile +++ b/lava-slave/Dockerfile @@ -17,6 +17,8 @@ RUN \ git \ vim \ sudo \ + cu \ + conmux \ python-setproctitle \ tftpd-hpa \ u-boot-tools \ @@ -50,6 +52,9 @@ COPY configs/lava-slave /etc/lava-dispatcher/lava-slave COPY configs/tftpd-hpa /etc/default/tftpd-hpa +COPY scripts/cu-loop /usr/local/bin/ +COPY conmux/* /etc/conmux/ + #TODO made this customizable, 1000 ports by default is too much RUN sed -i 's,XNBD_PORT_RANGE_MIN.*,XNBD_PORT_RANGE_MIN=55950,' /usr/lib/python2.7/dist-packages/lava_dispatcher/pipeline/utils/constants.py |