]> rtime.felk.cvut.cz Git - coffee/buildroot.git/commit
utils/test-pkg: add option to use an alternate toolchains CSV file
authorArnout Vandecappelle <arnout@mind.be>
Tue, 25 Jul 2017 21:36:12 +0000 (23:36 +0200)
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>
Sat, 29 Jul 2017 13:40:55 +0000 (15:40 +0200)
commited59f81a3cb4ddb461afa1360c7eee9b0be5e2b2
treeee69f2c4919d8e1b3cbf94adf05f88ad583d421a
parent49229b157c30646b8961c64419921af0aa54024b
utils/test-pkg: add option to use an alternate toolchains CSV file

When testing a package with test-pkg, it may be useful to override the
set of toolchains used. For example:
- to test with toolchains used in your company;
- to test against a subset that is known to be problematic;
- to use only toolchains you already have available locally when you
  have no network access.

Add an option to use an alternate CSV file containing the config
fragments of toolchains to try.

Cc: "Yann E. MORIN" <yann.morin.1998@free.fr>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
utils/test-pkg