[0/5] Use more descriptive variable for skipping recipes

Message ID 20220204170144.105536-1-saul.wold@windriver.com
Headers show
Series Use more descriptive variable for skipping recipes | expand

Message

Saul Wold Feb. 4, 2022, 5:01 p.m. UTC
This patchset in conjuction with a meta-yocto and documentation patch
change the varFlag for skipping a recipe to be SKIP_RECIPE.
This removes the need to have to explicitly use the class by moving the
code to base.bbclass.

Tested with the Autobuilder (a-quick) and by using the PNBLACKLIST
variable.

Sau!

Saul Wold (5):
  skip_recipe: remove old class and rename VarFlag to SKIP_RECIPE
  imagefeatures: selftest: Change variable to be more descriptive
  multilib:  Use renamed SKIP_RECIPE varFlag
  dnf: Use renamed SKIP_RECIPE varFlag
  documentation: Update for skip_recipe rename

 meta/classes/base.bbclass                     | 10 ++++++++++
 meta/classes/blacklist.bbclass                | 20 -------------------
 meta/classes/multilib.bbclass                 |  8 ++++----
 meta/conf/distro/defaultsetup.conf            |  3 +--
 meta/conf/documentation.conf                  |  2 +-
 meta/lib/oeqa/selftest/cases/imagefeatures.py |  8 ++++----
 meta/recipes-devtools/dnf/dnf_4.10.0.bb       |  2 +-
 meta/recipes-devtools/libdnf/libdnf_0.65.0.bb |  2 +-
 8 files changed, 22 insertions(+), 33 deletions(-)
 delete mode 100644 meta/classes/blacklist.bbclass