Support dvb-box on openembedded build tree.
[vuplus_xbmc] / tools / buildsteps / README
1 This folder holds all the platform dependend build scripts which are called from the jenkins buildserver.
2
3 The following ENV variables are available on all scripts:
4
5 $WORKSPACE - the folder where jenkins checked out the source - XBMC_HOME so to say
6 $Configuration - its either Debug, Release or Default and should be taken into account if possible (Defaults select platform default from <platformdir>/startbuild)
7 $SDK_VERSION - the requested SDK_VERSION to be used for building. If "Default" is passed it uses the platform default from <platformdir>/startbuild
8 $BUILDTHREADS - number of threads which can be used when building (e.x. use it for make -j$BUILDTHREADS)
9 $XBMC_DEPENDS_ROOT - root for installing the xbmc build depends and toolchain helpers. If "Default" is passed it uses the platform default from <platformdir>/startbuild
10
11 Additional ENV variables might be specified by the buildnodes. For android buildslaves these are:
12
13 TOOLCHAIN - the used toolchain dir
14 TOOLCHAIN_X86 - this is the toolchain dir for x86 toolchain of android. This needs this extra var for beeing able to specify both toolchains (arm & x86) at the same slave.
15 NDK_PATH  - the path to the android native ndk
16 SDK_PATH  - the path to the android sdk