diff options
author | 2018-04-05 21:50:15 +0200 | |
---|---|---|
committer | 2018-04-15 22:03:18 +0200 | |
commit | d13c3d178ce7b3e7967e9a5834ae6ed18006f1d5 (patch) | |
tree | 6cce6ebda9fdb6c1a961f933d552ccb3328ca17b /utils | |
parent | 0d0ef33bb74a96d9bf05bf3e36454a808175cfc3 (diff) | |
download | buildroot-d13c3d178ce7b3e7967e9a5834ae6ed18006f1d5.tar.gz buildroot-d13c3d178ce7b3e7967e9a5834ae6ed18006f1d5.tar.bz2 |
support/config-fragments/autobuild: remove Blackfin configuration
In preparation for the removal of the Blackfin architecture, drop the
autobuilder toolchain configuration that was testing Blackfin.
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Reviewed-by: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
Diffstat (limited to 'utils')
-rwxr-xr-x | utils/test-pkg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/test-pkg b/utils/test-pkg index 2e069b6005..54951276fa 100755 --- a/utils/test-pkg +++ b/utils/test-pkg @@ -75,7 +75,7 @@ main() { # Default mode is to test the N first toolchains, which have been # chosen to be a good selection of toolchains. if [ ${mode} -eq 0 ] ; then - number=7 + number=6 elif [ ${mode} -gt 1 ] ; then printf "error: --all, --number and --random are mutually exclusive\n" >&2; exit 1 fi |