From c7ba4293c354ea68d963bd3351bbe4b770098d45 Mon Sep 17 00:00:00 2001 From: "Luigi F. Cruz" Date: Sat, 26 Aug 2023 16:33:11 -0300 Subject: [PATCH] Add initial module patches. --- stage4/05-pisdr-uhd/00-run.sh | 2 +- stage4/10-pisdr-plutosdr/00-packages-nr | 3 ++- stage4/10-pisdr-plutosdr/00-run.sh | 2 +- stage4/10-pisdr-plutosdr/01-run.sh | 2 +- stage4/11-pisdr-rtlsdr/00-run.sh | 2 +- stage4/12-pisdr-hackrf/00-run.sh | 2 +- stage4/13-pisdr-gnuradio/00-run.sh | 2 +- stage4/13-pisdr-gnuradio/01-run.sh | 2 +- stage4/14-pisdr-gnuradio-mod/01-run.sh | 3 +++ stage4/18-pisdr-sdrangel/05-run.sh | 2 +- 10 files changed, 13 insertions(+), 9 deletions(-) diff --git a/stage4/05-pisdr-uhd/00-run.sh b/stage4/05-pisdr-uhd/00-run.sh index 6c19a13..b11056e 100755 --- a/stage4/05-pisdr-uhd/00-run.sh +++ b/stage4/05-pisdr-uhd/00-run.sh @@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software" if [ ! -d "uhd" ]; then - git clone --single-branch --branch UHD-3.15.LTS --depth 1 https://github.com/EttusResearch/uhd.git + git clone --single-branch --branch UHD-4.4 --depth 1 https://github.com/EttusResearch/uhd.git fi cd uhd/host diff --git a/stage4/10-pisdr-plutosdr/00-packages-nr b/stage4/10-pisdr-plutosdr/00-packages-nr index ee6471b..1c75bc3 100644 --- a/stage4/10-pisdr-plutosdr/00-packages-nr +++ b/stage4/10-pisdr-plutosdr/00-packages-nr @@ -5,4 +5,5 @@ libcdk5-dev libaio-dev libusb-1.0-0-dev libserialport-dev -libavahi-client-dev \ No newline at end of file +libavahi-client-dev +libzstd-dev \ No newline at end of file diff --git a/stage4/10-pisdr-plutosdr/00-run.sh b/stage4/10-pisdr-plutosdr/00-run.sh index f99ad7d..d041924 100755 --- a/stage4/10-pisdr-plutosdr/00-run.sh +++ b/stage4/10-pisdr-plutosdr/00-run.sh @@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Radios" cd "/home/${FIRST_USER_NAME}/PiSDR/Radios" if [ ! -d "libiio" ]; then - git clone --depth 1 https://github.com/analogdevicesinc/libiio + git clone --depth 1 --branch libiio-v0 https://github.com/analogdevicesinc/libiio fi cd libiio diff --git a/stage4/10-pisdr-plutosdr/01-run.sh b/stage4/10-pisdr-plutosdr/01-run.sh index 6565e39..138a179 100755 --- a/stage4/10-pisdr-plutosdr/01-run.sh +++ b/stage4/10-pisdr-plutosdr/01-run.sh @@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Radios" cd "/home/${FIRST_USER_NAME}/PiSDR/Radios" if [ ! -d "libad9361-iio" ]; then - git clone --depth 1 https://github.com/analogdevicesinc/libad9361-iio + git clone --depth 1 --branch v0.3 https://github.com/analogdevicesinc/libad9361-iio fi cd libad9361-iio diff --git a/stage4/11-pisdr-rtlsdr/00-run.sh b/stage4/11-pisdr-rtlsdr/00-run.sh index 20d37e1..bc11ce5 100755 --- a/stage4/11-pisdr-rtlsdr/00-run.sh +++ b/stage4/11-pisdr-rtlsdr/00-run.sh @@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Radios" cd "/home/${FIRST_USER_NAME}/PiSDR/Radios" if [ ! -d "rtl-sdr" ]; then - git clone --depth 1 https://github.com/osmocom/rtl-sdr + git clone --depth 1 https://github.com/rtlsdrblog/rtl-sdr-blog.git fi cd rtl-sdr diff --git a/stage4/12-pisdr-hackrf/00-run.sh b/stage4/12-pisdr-hackrf/00-run.sh index ab8dda8..8be266c 100755 --- a/stage4/12-pisdr-hackrf/00-run.sh +++ b/stage4/12-pisdr-hackrf/00-run.sh @@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Radios" cd "/home/${FIRST_USER_NAME}/PiSDR/Radios" if [ ! -d "hackrf" ]; then - git clone https://github.com/mossmann/hackrf.git + git clone --depth 1 https://github.com/mossmann/hackrf.git fi cd hackrf/host diff --git a/stage4/13-pisdr-gnuradio/00-run.sh b/stage4/13-pisdr-gnuradio/00-run.sh index ca6e20e..e829dde 100755 --- a/stage4/13-pisdr-gnuradio/00-run.sh +++ b/stage4/13-pisdr-gnuradio/00-run.sh @@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software" if [ ! -d "volk" ]; then - git clone --single-branch --branch v2.5.0 --depth 1 --recurse-submodules --shallow-submodules https://github.com/gnuradio/volk.git + git clone --single-branch --branch v3.0.0 --depth 1 --recurse-submodules --shallow-submodules https://github.com/gnuradio/volk.git fi cd volk diff --git a/stage4/13-pisdr-gnuradio/01-run.sh b/stage4/13-pisdr-gnuradio/01-run.sh index 7396b8f..61e337c 100755 --- a/stage4/13-pisdr-gnuradio/01-run.sh +++ b/stage4/13-pisdr-gnuradio/01-run.sh @@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software" if [ ! -d "gnuradio" ]; then - git clone --single-branch --branch maint-3.9 --depth 1 --recurse-submodules --shallow-submodules https://github.com/gnuradio/gnuradio.git + git clone --single-branch --branch maint-3.10 --depth 1 --recurse-submodules --shallow-submodules https://github.com/gnuradio/gnuradio.git fi cd gnuradio diff --git a/stage4/14-pisdr-gnuradio-mod/01-run.sh b/stage4/14-pisdr-gnuradio-mod/01-run.sh index 0e4a775..0434523 100755 --- a/stage4/14-pisdr-gnuradio-mod/01-run.sh +++ b/stage4/14-pisdr-gnuradio-mod/01-run.sh @@ -1,5 +1,8 @@ #!/bin/bash -e +# gr-limesdr doesn't have a stable package for GR3.10 +exit + on_chroot << EOF mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software" diff --git a/stage4/18-pisdr-sdrangel/05-run.sh b/stage4/18-pisdr-sdrangel/05-run.sh index 8042d7b..c967b71 100755 --- a/stage4/18-pisdr-sdrangel/05-run.sh +++ b/stage4/18-pisdr-sdrangel/05-run.sh @@ -5,7 +5,7 @@ mkdir -p "/home/${FIRST_USER_NAME}/PiSDR/Software" cd "/home/${FIRST_USER_NAME}/PiSDR/Software" if [ ! -d "sdrangel" ]; then - git clone --depth 1 --branch v6.5.5 https://github.com/f4exb/sdrangel.git + git clone --depth 1 --branch v7.15.3 https://github.com/f4exb/sdrangel.git fi cd sdrangel