devtools: add script to ease backport of renamed files
authorBruce Richardson <bruce.richardson@intel.com>
Tue, 20 Apr 2021 10:22:31 +0000 (11:22 +0100)
committerThomas Monjalon <thomas@monjalon.net>
Wed, 21 Apr 2021 12:17:29 +0000 (14:17 +0200)
commit7e06c0fe309c3fc4af3f33545877cbf4414d5b59
tree162e356104656b90c7c8c0fca923ecd8c5b4d1da
parent99a2dd955fba6e4cc23b77d590a033650ced9c45
devtools: add script to ease backport of renamed files

With all the library folders renamed to remove the "librte_" prefix,
we need to fixup patches for easier backport, i.e. add back in the
prefix for any references to those renamed files.

In the script itself we use a general approach to allow other functions
to be added in future for other modifications needed to patches.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
MAINTAINERS
devtools/update-patches.py [new file with mode: 0755]