]> code.ossystems Code Review - openembedded-core.git/commit
blacklist: Replace class with SKIP_RECIPE variable
authorSaul Wold <Saul.Wold@windriver.com>
Fri, 4 Feb 2022 17:01:40 +0000 (09:01 -0800)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Wed, 16 Feb 2022 20:31:45 +0000 (20:31 +0000)
commit8c18a6b5f42945ed7361434b0da3e3b71848c5cd
tree9845f1cc5ca7fc9d554189edc7d607ea63751e1e
parent4f09bc5da8b2a4f23d49254716a08027f127d8f3
blacklist: Replace class with SKIP_RECIPE variable

Remove the old class and rename VarFlag to SKIP_RECIPE, handling this
in base.bbclass for efficiency. This means a separate inherit is no longer
needed.

This change better describes what the VarFlag is doing since it
is implemeted with the SkipRecipe() function.

By moving this into base.bbclass we simplify the distro inherit.

Signed-off-by: Saul Wold <saul.wold@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/classes/base.bbclass
meta/classes/blacklist.bbclass [deleted file]
meta/conf/bitbake.conf
meta/conf/distro/defaultsetup.conf
meta/conf/documentation.conf