add soapy module for hackrf

This commit is contained in:
Jakob Ketterl 2020-05-30 23:41:30 +02:00
parent 3371697e18
commit 7681830256
3 changed files with 5 additions and 2 deletions

View File

@ -5,8 +5,8 @@ ADD docker/scripts/install-dependencies-*.sh /
ADD docker/files/sdrplay/install-lib.*.patch /
RUN /install-dependencies-rtlsdr.sh &&\
/install-dependencies-hackrf.sh &&\
/install-dependencies-soapysdr.sh &&\
/install-dependencies-hackrf.sh &&\
/install-dependencies-sdrplay.sh &&\
/install-dependencies-airspy.sh &&\
/install-dependencies-rtlsdr-soapy.sh &&\

View File

@ -1,5 +1,5 @@
ARG ARCHTAG
FROM openwebrx-base:$ARCHTAG
FROM openwebrx-soapysdr-base:$ARCHTAG
ADD docker/scripts/install-dependencies-hackrf.sh /
RUN /install-dependencies-hackrf.sh &&\

View File

@ -31,6 +31,9 @@ cmakebuild host
cd ..
rm -rf hackrf
git clone https://github.com/pothosware/SoapyHackRF.git
cmakebuild SoapyHackRF 3c514cecd3dd2fdf4794aebc96c482940c11d7ff
SUDO_FORCE_REMOVE=yes apt-get -y purge --autoremove $BUILD_PACKAGES
apt-get clean
rm -rf /var/lib/apt/lists/*