mirror of
https://github.com/svpcom/wfb-ng.git
synced 2025-02-22 08:23:47 -04:00
Remove broken docker cross-build
This commit is contained in:
parent
36263c5ea1
commit
51251b8c48
6
Makefile
6
Makefile
@ -34,12 +34,6 @@ wfb_tx: src/tx.o src/fec.o src/wifibroadcast.o
|
||||
wfb_keygen: src/keygen.o
|
||||
$(CC) -o $@ $^ $(_LDFLAGS)
|
||||
|
||||
build_rpi: clean
|
||||
docker build rpi_docker -t wifibroadcast:rpi_raspbian
|
||||
docker run -i -t --rm -v $(PWD):/build -v $(PWD):/rpxc/sysroot/build wifibroadcast:rpi_raspbian make all_bin CFLAGS=--sysroot=/rpxc/sysroot LDFLAGS="--sysroot=/rpxc/sysroot" CXX=arm-linux-gnueabihf-g++ CC=arm-linux-gnueabihf-gcc VERSION=$(VERSION) COMMIT=$(COMMIT) ARCH=arm
|
||||
make deb ARCH=arm
|
||||
rm -f wfb_rx wfb_tx wfb_keygen src/*.o
|
||||
|
||||
test:
|
||||
PYTHONPATH=`pwd` trial telemetry.tests
|
||||
|
||||
|
@ -1,2 +0,0 @@
|
||||
FROM sdthirlwall/raspberry-pi-cross-compiler
|
||||
RUN install-raspbian --update libsodium-dev libpcap-dev python-dev
|
Loading…
Reference in New Issue
Block a user