utils/test-pkg: remove configurations that are skipped
authorYann E. MORIN <yann.morin.1998@free.fr>
Mon, 28 Jun 2021 20:15:13 +0000 (22:15 +0200)
committerArnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
Thu, 5 Aug 2021 20:35:24 +0000 (22:35 +0200)
commit3418a068befff3cf15c0a49ba1539a162f6bce53
treede1a290d7320cfad68123edcbb38dd2a41533710
parent208e98beb2d550529d39b098ebd6a692d6ce822d
utils/test-pkg: remove configurations that are skipped

When the config fragment provided by the user is not usable with a
specific toolchain configuration, the resulting .config file was kept
around.

In a follow up commit, we'll need to know, from outside test-pkg, if a
specific configuration was indeed usable or not.

So, unless if the user actually requested to keep the build directories,
remove the .config file when it contains a configration that would be
skipped.

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: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
utils/test-pkg