]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
scripts/patchreview: Add a custom pattern for finding recipe patches
authorMickael RAMILISON <mickael.ramilison@smile.fr>
Tue, 10 Oct 2023 20:58:57 +0000 (22:58 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 15 Oct 2023 08:11:40 +0000 (09:11 +0100)
commit599046ea9302af0cf856d3fcd827f6a2be75b7e1
treeaf6fbbf1abc0672783eb5d95ac6e5e5f8c98e0cf
parentf943ff80aaaf9745847da80ba98c9837fe77ca51
scripts/patchreview: Add a custom pattern for finding recipe patches

This introduces support for specifying a search pattern with the -p/--pattern
option in the patchreview.py script. This is designed to accommodate
the directory structure of meta-openembedded.

Signed-off-by: Mickael RAMILISON <mickael.ramilison@smile.fr>
Reviewed-by: Yoann Congal <yoann.congal@smile.fr>
Signed-off-by: Luca Ceresoli <luca.ceresoli@bootlin.com>
scripts/contrib/patchreview.py