Browse Source

Delete build dir after install.

tags/v4.1.0-rc1
Luigi Cruz 3 years ago
parent
commit
08763d31be
35 changed files with 69 additions and 30 deletions
  1. +1
    -3
      builder/stage4/00-install-packages/00-packages
  2. +4
    -22
      builder/stage4/00-install-packages/01-packages
  3. +0
    -4
      builder/stage4/00-install-packages/02-packages
  4. +2
    -0
      builder/stage4/05-pisdr-uhd/00-run.sh
  5. +2
    -0
      builder/stage4/06-pisdr-gnuradio/00-run.sh
  6. +2
    -0
      builder/stage4/07-pisdr-soapysdr/01-run.sh
  7. +2
    -0
      builder/stage4/07-pisdr-soapysdr/02-run.sh
  8. +2
    -0
      builder/stage4/07-pisdr-soapysdr/03-run.sh
  9. +3
    -1
      builder/stage4/08-pisdr-limesdr/00-run.sh
  10. +2
    -0
      builder/stage4/08-pisdr-limesdr/01-run.sh
  11. +2
    -0
      builder/stage4/09-pisdr-airspy/00-run.sh
  12. +2
    -0
      builder/stage4/09-pisdr-airspy/01-run.sh
  13. +2
    -0
      builder/stage4/09-pisdr-airspy/02-run.sh
  14. +2
    -0
      builder/stage4/09-pisdr-airspy/03-run.sh
  15. +2
    -0
      builder/stage4/10-pisdr-rtlsdr/00-run.sh
  16. +2
    -0
      builder/stage4/10-pisdr-rtlsdr/01-run.sh
  17. +2
    -0
      builder/stage4/11-pisdr-plutosdr/00-run.sh
  18. +2
    -0
      builder/stage4/11-pisdr-plutosdr/01-run.sh
  19. +2
    -0
      builder/stage4/11-pisdr-plutosdr/02-run.sh
  20. +2
    -0
      builder/stage4/11-pisdr-plutosdr/03-run.sh
  21. +2
    -0
      builder/stage4/12-pisdr-hackrf/00-run.sh
  22. +2
    -0
      builder/stage4/12-pisdr-hackrf/01-run.sh
  23. +2
    -0
      builder/stage4/13-pisdr-osmocom/00-run.sh
  24. +2
    -0
      builder/stage4/14-pisdr-gqrx/00-run.sh
  25. +2
    -0
      builder/stage4/16-pisdr-rtl443/00-run.sh
  26. +2
    -0
      builder/stage4/17-pisdr-sdrangel/00-run.sh
  27. +2
    -0
      builder/stage4/17-pisdr-sdrangel/01-run.sh
  28. +2
    -0
      builder/stage4/17-pisdr-sdrangel/02-run.sh
  29. +2
    -0
      builder/stage4/17-pisdr-sdrangel/03-run.sh
  30. +2
    -0
      builder/stage4/17-pisdr-sdrangel/04-run.sh
  31. +2
    -0
      builder/stage4/17-pisdr-sdrangel/05-run.sh
  32. +2
    -0
      builder/stage4/18-pisdr-libacars/00-run.sh
  33. +2
    -0
      builder/stage4/19-pisdr-acarsdec/00-run.sh
  34. +2
    -0
      builder/stage4/20-pisdr-multimonng/00-run.sh
  35. +1
    -0
      builder/stage4/26-pisdr-udev/00-run.sh

+ 1
- 3
builder/stage4/00-install-packages/00-packages View File

@@ -1,4 +1,4 @@
python python3-pygame python-pygame python-tk
python python-tk
python3 python3-tk thonny
python3-pgzero
python-serial python3-serial
@@ -13,11 +13,9 @@ tree
libgl1-mesa-dri libgles1 libgles2-mesa xcompmgr
geany
piclone
wiringpi pigpio python-pigpio python3-pigpio raspi-gpio python-gpiozero python3-gpiozero python3-rpi.gpio
python-spidev python3-spidev
python-twython python3-twython
python-smbus python3-smbus
python-flask python3-flask
pprompt
piwiz
rp-prefapps


+ 4
- 22
builder/stage4/00-install-packages/01-packages View File

@@ -1,22 +1,4 @@
python-automationhat python3-automationhat
python-blinkt python3-blinkt
python-cap1xxx python3-cap1xxx
python-drumhat python3-drumhat
python-envirophat python3-envirophat
python-explorerhat python3-explorerhat
python-fourletterphat python3-fourletterphat
python-microdotphat python3-microdotphat
python-mote python3-mote
python-motephat python3-motephat
python-phatbeat python3-phatbeat
python-pianohat python3-pianohat
python-piglow python3-piglow
python-rainbowhat python3-rainbowhat
python-scrollphat python3-scrollphat
python-scrollphathd python3-scrollphathd
python-sn3218 python3-sn3218
python-skywriter python3-skywriter
python-touchphat python3-touchphat
python-buttonshim python3-buttonshim
python-unicornhathd python3-unicornhathd
python-pantilthat python3-pantilthat
hunspell-en-gb
hyphen-en-gb
wamerican
wbritish

+ 0
- 4
builder/stage4/00-install-packages/02-packages View File

@@ -1,4 +0,0 @@
hunspell-en-gb
hyphen-en-gb
wamerican
wbritish

+ 2
- 0
builder/stage4/05-pisdr-uhd/00-run.sh View File

@@ -20,4 +20,6 @@ ninja install
cp /usr/local/lib/uhd/utils/uhd-usrp.rules /etc/udev/rules.d/
ldconfig
uhd_images_downloader
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/06-pisdr-gnuradio/00-run.sh View File

@@ -16,4 +16,6 @@ cd build
cmake -GNinja -DCMAKE_BUILD_TYPE=Release ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/07-pisdr-soapysdr/01-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/07-pisdr-soapysdr/02-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/07-pisdr-soapysdr/03-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 3
- 1
builder/stage4/08-pisdr-limesdr/00-run.sh View File

@@ -14,7 +14,9 @@ cd build
cmake -GNinja -DCMAKE_CXX_FLAGS=-latomic ..
ninja install
ldconfig
cd ..
rm -fr build

cd ../udev-rules
cd udev-rules
./install.sh
EOF

+ 2
- 0
builder/stage4/08-pisdr-limesdr/01-run.sh View File

@@ -15,4 +15,6 @@ cd build
cmake -GNinja -DCMAKE_CXX_FLAGS=-latomic ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/09-pisdr-airspy/00-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja -DINSTALL_UDEV_RULES=ON ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/09-pisdr-airspy/01-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja -DINSTALL_UDEV_RULES=ON ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/09-pisdr-airspy/02-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja -DCMAKE_CXX_FLAGS=-latomic ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/09-pisdr-airspy/03-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja -DCMAKE_CXX_FLAGS=-latomic ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/10-pisdr-rtlsdr/00-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja -DINSTALL_UDEV_RULES=ON -DDETACH_KERNEL_DRIVER=ON ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/10-pisdr-rtlsdr/01-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja -DCMAKE_CXX_FLAGS=-latomic ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/11-pisdr-plutosdr/00-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja -DINSTALL_UDEV_RULE=ON ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/11-pisdr-plutosdr/01-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja -DINSTALL_UDEV_RULE=ON ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/11-pisdr-plutosdr/02-run.sh View File

@@ -15,4 +15,6 @@ cd build
cmake -GNinja -DINSTALL_UDEV_RULE=ON ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/11-pisdr-plutosdr/03-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja -DCMAKE_CXX_FLAGS=-latomic ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/12-pisdr-hackrf/00-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja -DINSTALL_UDEV_RULES=ON ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/12-pisdr-hackrf/01-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja -DCMAKE_CXX_FLAGS=-latomic ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/13-pisdr-osmocom/00-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/14-pisdr-gqrx/00-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/16-pisdr-rtl443/00-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/17-pisdr-sdrangel/00-run.sh View File

@@ -15,4 +15,6 @@ cd build
cmake -GNinja ..
ninja
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/17-pisdr-sdrangel/01-run.sh View File

@@ -15,4 +15,6 @@ cd build
cmake -GNinja ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/17-pisdr-sdrangel/02-run.sh View File

@@ -15,4 +15,6 @@ cd build
cmake -GNinja ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/17-pisdr-sdrangel/03-run.sh View File

@@ -15,4 +15,6 @@ cd build
cmake -GNinja -DUSE_MBELIB=ON ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/17-pisdr-sdrangel/04-run.sh View File

@@ -15,4 +15,6 @@ cd build
cmake -GNinja ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/17-pisdr-sdrangel/05-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/18-pisdr-libacars/00-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/19-pisdr-acarsdec/00-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 2
- 0
builder/stage4/20-pisdr-multimonng/00-run.sh View File

@@ -14,4 +14,6 @@ cd build
cmake -GNinja ..
ninja install
ldconfig
cd ..
rm -fr build
EOF

+ 1
- 0
builder/stage4/26-pisdr-udev/00-run.sh View File

@@ -7,6 +7,7 @@ chown pi:pi /etc/udev/rules.d/rtl-sdr.rules
chown pi:pi /lib/udev/rules.d/90-libiio.rules
chown pi:pi /etc/udev/rules.d/53-hackrf.rules
chown pi:pi /etc/udev/rules.d/uhd-usrp.rules
chown pi:pi /etc/udev/rules.d/64-limesuite.rules
udevadm control --reload-rules
udevadm trigger
EOF

Loading…
Cancel
Save