Peter Barker
0f99196972
Tools: build_binaries.sh references renamed generate-manifest.py
7 years ago
Peter Barker
d8e260874d
Tools: copyit must always be given fourth, src, parameter
8 years ago
Andrew Tridgell
4c6922e413
Tools: fixed ardusub build
...
and manifest generation without PX4IO
8 years ago
Andrew Tridgell
42b181b652
Tools: updates to build_binaries.sh (use waf)
...
this switches to waf for all the px4 builds, plus adds px4pro It also
removes apm1/apm2 for plane build, and removes the download directory
for PX4IO
8 years ago
Lucas De Marchi
eb61bb86ee
Tools: build_binaries: split configure, clean and build on waf
...
All 3 together breaks PX4 boards that have to go through the external
CMake build system.
8 years ago
Lucas De Marchi
d04dab3a30
Tools: build_binaries: fix typo and binary name
8 years ago
Lucas De Marchi
cb2f472445
Tools: add aerofc-v1 to autobuild
8 years ago
Grant Morphett
4ee313c046
Build Rover: Fix build so correctly updates firmware-version.txt
8 years ago
Jacob Walser
289aab06bc
scripts: Add Sub
8 years ago
Andrew Tridgell
746b0dd376
Tools: fixed build_binaries for new build names
8 years ago
Andrew Tridgell
2a1408becf
Tools: no need to build tri separately
8 years ago
Andrew Tridgell
90516f1064
autotest: fixed checkout bug in build_binaries.sh
8 years ago
Andrew Tridgell
cc5e9da6ef
autotest: added some debug to build_binaries.sh
8 years ago
Andrew Tridgell
2101f7c0c1
autotest: fixed stable build of multicopter frame types
8 years ago
Andrew Tridgell
7df30ffe4d
scripts: avoid building redundent binaries for copter
...
hexa, octa, y6 and octa-quad are no longer needed if we have FRAME_CLASS
8 years ago
Andrew Tridgell
bebf16b804
Tools: added FMUv3 to autobuild
8 years ago
Peter Barker
729765bd30
Tools: correct firmware-version.txt file creation
8 years ago
Andrew Tridgell
2d2ed7b06e
autotest: added autobuild of disco
9 years ago
Andrew Tridgell
65bcead1bd
autotest: build bebop static in build_binaries.sh
9 years ago
Andrew Tridgell
6e2c600fe7
autotest: make px4-clean between px4 builds
...
avoids an issue where vehicle object files are re-used from other
targets
9 years ago
Andrew Tridgell
d529b5e3b8
autotest: build each set of px4 binaries separately
9 years ago
Lucas De Marchi
46be2cf026
Tools: build_binaries: fix generation of firmware-version.txt
...
For waf builds we build from root directory.
9 years ago
Lucas De Marchi
cd333cb43a
Tools: build_binaries: fix check for wrong file
...
We get the version from version.h not APM_Config.h.
9 years ago
Lucas De Marchi
a511f97971
Tools: build_binaries: fix inverted condition
9 years ago
Lucas De Marchi
53968e5d78
Tools: build_binaries: add bebop to arducopter-quad
9 years ago
Lucas De Marchi
6553e428c0
Tools: build_binaries: add navio/navio2 to antennatracker
9 years ago
Lucas De Marchi
6e9686a16b
Tools: build_binaries: use waf for Linux boards
9 years ago
Andrew Tridgell
475579e8ff
autotest: skip build of boards we don't support
...
this prevents us trying to build for boards like navio2 for
ArduCopter-stable which didn't support that board
9 years ago
Lucas De Marchi
f04b954a1c
build_binaries.sh: fix typo on rebase
9 years ago
Lucas De Marchi
06f5a3ac39
build_binaries.sh: replace tabs with spaces
9 years ago
abilbaotm
9814955eef
Update build_binaries.sh
9 years ago
LanderU
df84cde3e6
Added erlebrain2 in build_binaries.sh
9 years ago
Lucas De Marchi
b07acea6b6
Tools: get version exclusively from version.h
9 years ago
Staroselskii Georgii
2b77bc02bf
build: add navio 2 target to build server
9 years ago
Peter Barker
009bb7fa9c
build_binaries: regenerate manifest after building binaries
9 years ago
Andrew Tridgell
e90edd0abc
autotest: build in a constant directory
...
this gives a much higher hit rate in ccache
9 years ago
Andrew Tridgell
e0a465f8f4
autotest: added some parallelism to px4 build in build_binaries
9 years ago
Andrew Tridgell
af68fa94c0
autotest: fixed build_binaries.sh script bug
9 years ago
Andrew Tridgell
2806171839
autotest: use recursive forced update in build_binaries.sh
9 years ago
Peter Barker
39ab0e5b7d
autotest: buildand retain version files
9 years ago
Andrew Tridgell
15945c50cb
scripts: ensure we have clean build for px4
9 years ago
Andrew Tridgell
889da98ca6
scripts: cope with older releases that don't support FMUv4
9 years ago
Andrew Tridgell
1416780976
scripts: copy px4-v4 binaries to autobuild published directories
...
this allows users to use pre-built binaries for pixracer
9 years ago
Andrew Tridgell
df64a63243
scripts: use BUILDROOT in build_all.sh and build_binaries.sh
...
better ccache performance
fixup
9 years ago
Andrew Tridgell
6bad33c922
scripts: use px4-clean for all binaries targets
9 years ago
Grant Morphett
00e6cd40e5
scripts: Support to build for frame specific tags
...
The driver for this is to separate the Copter and TradHeli builds so
Copter and TradHeli do not have to be released at the same time. This
will also work for all frame times but it is anticipated only required
by Heli.
10 years ago
Grant Morphett
c0a28c45f8
scripts: using the wrong variable for the board type
10 years ago
Andrew Tridgell
81d4864c10
autotest: added more autotest build logging
10 years ago
Andrew Tridgell
1cd5b9da9b
scripts: use AVR specific branches for builds for APM1/APM2
10 years ago
Andrew Tridgell
42023eb17a
autotest: check for .gitmodules before ldir check
...
another attempt to get build_binaries going
10 years ago