[0/4] Further inclusive language fixes

Message ID cover.1645135230.git.scott.murray@konsulko.com
Headers show
Series Further inclusive language fixes | expand

Message

Scott Murray Feb. 17, 2022, 10:09 p.m. UTC
A set of patches to address the remaining blacklist/whitelist/abort
clean up tasks in BitBake on the list at:

https://wiki.yoctoproject.org/wiki/Inclusive_language

The BB_DISKMON_DIRS change is the most user visible, and I'll
be sending corresponding changes for oe-core and meta-poky to
quiet the new warning with respect to it that Richard requested.

Scott Murray (4):
  Replace remaining "blacklist"/"whitelist" usage
  Replace "abort" usage in task handling
  Replace "ABORT" action in BB_DISKMON_DIRS
  Replace remaining "abort" usage

 bin/toaster                                   |  4 ++--
 .../bitbake-user-manual-ref-variables.rst     | 12 +++++-----
 lib/bb/cooker.py                              | 24 +++++++++----------
 lib/bb/cookerdata.py                          |  4 ++--
 lib/bb/event.py                               |  2 +-
 lib/bb/fetch2/__init__.py                     |  2 +-
 lib/bb/main.py                                |  2 +-
 lib/bb/monitordisk.py                         | 17 ++++++++-----
 lib/bb/runqueue.py                            | 12 +++++-----
 lib/bb/siggen.py                              |  2 +-
 lib/bb/taskdata.py                            | 10 ++++----
 lib/bblayers/action.py                        |  2 +-
 lib/layerindexlib/__init__.py                 |  4 ++--
 lib/layerindexlib/cooker.py                   |  2 +-
 .../bldcontrol/localhostbecontroller.py       |  4 ++--
 .../orm/management/commands/lsupdates.py      | 12 +++++-----
 .../toastergui/templates/projectconf.html     | 10 ++++----
 lib/toaster/toastergui/views.py               | 18 +++++++-------
 18 files changed, 74 insertions(+), 69 deletions(-)