forked from gnuradio/pybombs
-
Notifications
You must be signed in to change notification settings - Fork 0
/
config.defaults
50 lines (47 loc) · 1.9 KB
/
config.defaults
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
[defaults]
gituser=
gitcache=
prefix=/usr/local/
satisfy_order=deb,src
forcepkgs=
forcebuild = gnuradio,uhd,gr-air-modes,gr-osmosdr,gr-iqbal,gr-fcdproplus,uhd,rtl-sdr,osmo-sdr,hackrf,gqrx,bladerf,airspy
timeout=30
cmakebuildtype=RelWithDebInfo
builddocs=OFF
CC=gcc
CXX=g++
makewidth=4
[descriptions]
gituser=Username for GIT access
gitcache=Directory of git cache repository
testkey=useless test key
prefix=Install Prefix
satisfy_order=Order in which to attempt installations when available, options are: src, rpm, deb
forcepkgs=Comma separated list of package names to assume are already installed
forcebuild=Comma separated list of package names to always build from source
timeout=Time the monitor thread waits (in seconds) before retrying downloads
cmakebuildtype=CMAKE_BUILD_TYPE args to pass to cmake projects, options are: Debug, Release, RelWithDebInfo, MinSizeRel
builddocs=Build doxygen while compiling packages? options are: ON, OFF
CC=C Compiler Executable [gcc, clang, icc, etc]
CXX=C++ Compiler Executable [g++, clang++, icpc, etc]
makewidth=Concurrent make threads [1,2,4,8...]
[sdk]
sdk_prefix=/usr
sandbox=~/sdk_target
device_prefix=/target/usr
toolchain=
env=
inv=
sdk_forcepkgs=
sdk_forcebuild = gnuradio,uhd,gr-air-modes,gr-osmosdr,gr-iqbal,gr-fcdproplus,uhd,rtl-sdr,osmo-sdr,hackrf,gqrx,bladerf,airspy
sdk_satisfy_order=src
[sdk_descriptions]
sdk_prefix=(sdk override) Install Prefix
sandbox=Local sdk sandbox location
device_prefix=Device mountpoint for sandbox (for generating setup_env.py)
toolchain=Location of the toolchain file for sdk
env=Location of environment setup script for sdk
inv=Location of the sdk inventory file
sdk_forcepkgs=(sdk override) Comma separated list of package names to assume are already installed
sdk_forcebuild=(sdk override) Comma separated list of package names to always build from source
sdk_satisfy_order=Order in which to attempt installations when available, options are: src, rpm, deb