]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commit
scripts: convert-overrides: Allow command-line customizations
authorJoshua Watt <JPEWhacker@gmail.com>
Fri, 11 Nov 2022 14:55:51 +0000 (08:55 -0600)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 14 Nov 2022 16:19:39 +0000 (16:19 +0000)
commitb9551f9180bf9f13fb1c480b5b7892fdc831ffcd
treefca62ba770ecd7e3ec51446d5c6cdeb70836cb53
parentd801d866e1d70abe229d17a637636634f81b87e3
scripts: convert-overrides: Allow command-line customizations

Adds argument parsing to the conversion script so that the fields that
the script uses to do conversions can be customized on the command line.
The intention is to allows easier customization without having to fork
the script, and allow automated checking on 3rd party layers via CI
without false positives

Signed-off-by: Joshua Watt <JPEWhacker@gmail.com>
Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com>
scripts/contrib/convert-overrides.py