diff options
author | wsnipex <wsnipex@a1.net> | 2017-11-08 11:21:44 +0100 |
---|---|---|
committer | wsnipex <wsnipex@a1.net> | 2017-11-08 22:19:56 +0100 |
commit | da16d08315f08459b4b66be77364a84c33275840 (patch) | |
tree | ada70939ef8025fa969b6ac28e88cde7e801f7dc /tools | |
parent | f556b714cdd90428d8c8514b657eb0ed5a7103e2 (diff) |
[rbpi] buildsteps: switch to platform raspberry-pi2
Diffstat (limited to 'tools')
-rwxr-xr-x | tools/buildsteps/rbpi/configure-depends | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/buildsteps/rbpi/configure-depends b/tools/buildsteps/rbpi/configure-depends index ac7a691af4..13d5ca27cb 100755 --- a/tools/buildsteps/rbpi/configure-depends +++ b/tools/buildsteps/rbpi/configure-depends @@ -6,7 +6,7 @@ if [ "$(pathChanged $WORKSPACE/tools/depends)" == "1" ] then cd $WORKSPACE/tools/depends; - ./configure --with-platform=raspberry-pi --host=arm-linux-gnueabihf --prefix=$XBMC_DEPENDS_ROOT --with-tarballs=$TARBALLS \ + ./configure --with-platform=raspberry-pi2 --host=arm-linux-gnueabihf --prefix=$XBMC_DEPENDS_ROOT --with-tarballs=$TARBALLS \ --with-firmware=$JENKINS_RBPI_DEVENV/firmware --build=i686-linux $DEBUG_SWITCH \ --with-toolchain=$JENKINS_RBPI_DEVENV/tools/arm-bcm2708/arm-rpi-4.9.3-linux-gnueabihf fi |