From 80306758c6232aa852aec93dd95d2b52761cbf13 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Mon, 13 Dec 2021 16:40:56 +0100 Subject: [PATCH] remove reference to BB_SETSCENE_VERIFY_FUNCTION2 No longer defined in BitBake (From yocto-docs rev: c00596374d2c6ddd1b81e536972aa8fc807e60b9) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/ref-manual/migration-3.0.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/documentation/ref-manual/migration-3.0.rst b/documentation/ref-manual/migration-3.0.rst index 047b75526f..50f7d697b0 100644 --- a/documentation/ref-manual/migration-3.0.rst +++ b/documentation/ref-manual/migration-3.0.rst @@ -184,8 +184,7 @@ The following BitBake changes have occurred. exceptions. Remove this argument in any calls to ``bb.build.exec_func()`` in custom classes or scripts. -- The - :term:`bitbake:BB_SETSCENE_VERIFY_FUNCTION2` +- The ``BB_SETSCENE_VERIFY_FUNCTION2`` variable is no longer used. In the unlikely event that you have any references to it, they should be removed.