]> code.ossystems Code Review - openembedded-core.git/commit
descriptive_rename: Script for Inclusive Language variable renames
authorSaul Wold <Saul.Wold@windriver.com>
Wed, 16 Feb 2022 19:10:44 +0000 (11:10 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Feb 2022 20:31:45 +0000 (20:31 +0000)
commit50fe7ba8dba05a9681c9095506f798796cfc2750
tree94a6b05008ff7fc671e512fb92f6fd23fb2f63c8
parentb2760553afe70dcae308d3a30598f9322b9ee867
descriptive_rename: Script for Inclusive Language variable renames

This script searches for a list of variable that have been renamed
and converts them to their more descriptive names. It also searches
for a list of variables that have been removed or deprecated and
prints a message.

It will print a message to inform the user that there are terms that
need to be updated in their files. Many of these changes are context
sensitive and may not be modified as they might be existing calls to
other libraries. This message is informational only.

I have tested this on poky and meta-openembedded so far.

Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
scripts/contrib/descriptive-rename.py [new file with mode: 0755]