utils/test-pkg: add mode to only prepare .config files
authorYann E. MORIN <yann.morin.1998@free.fr>
Sat, 21 Aug 2021 13:46:45 +0000 (15:46 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Sat, 28 Aug 2021 15:01:11 +0000 (17:01 +0200)
commita30204b005f484937a8b0a6a8b58a514394bfcfb
tree5342d4d04818a2841269e6266af5a933aff28992
parent2ff70353948f60047d2e7c747378cc1402d59dce
utils/test-pkg: add mode to only prepare .config files

Currently, running test-pkg is only done locally on the developers
machine.

In a follow up commit, we'll add the possibility to run test-pkg in a
gitlab-ci pipeline and, to speed things up, with one job per buildable
configuration.

As such, we will need to make sure that test-pkg only prepares the
configurations, and that it does not build them.

Add such a mode, with a new option, --prepare-only

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