summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorQuentin Schulz <foss@0leil.net>2021-06-01 21:32:48 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-05 09:38:27 +0100
commit67d8de7df40c739a81c15bc9a5ebcffe6d4b7fcb (patch)
tree4eeb9f85bf07a11c05a100bbb98b7b9eae6bbde2
parent8bcbec073fd5a7eb1fcfda58ff2aac762cfcc8c5 (diff)
downloadpoky-67d8de7df40c739a81c15bc9a5ebcffe6d4b7fcb.tar.gz
docs: ref-manual: migration-3.0: remove reference to non-existing BB_SETSCENE_VERIFY_FUNCTION2
This variable has been removed in July 2019 with commit 5deaa5df730a "runqueue: Drop unused BB_SETSCENE_VERIFY_FUNCTION2" in bitbake git repo. The glossary entry for the variable has been recently removed from bitbake documentation, therefore the ref breaks the build. Let's remove the reference so that the build still passes. (From yocto-docs rev: 4db673a559d290547d4d6006ea692becb574deb7) Signed-off-by: Quentin Schulz <foss@0leil.net> Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/migration-3.0.rst7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation/ref-manual/migration-3.0.rst b/documentation/ref-manual/migration-3.0.rst
index f3d20e2eda..a3da850150 100644
--- a/documentation/ref-manual/migration-3.0.rst
+++ b/documentation/ref-manual/migration-3.0.rst
@@ -184,10 +184,9 @@ The following BitBake changes have occurred.
184 exceptions. Remove this argument in any calls to 184 exceptions. Remove this argument in any calls to
185 ``bb.build.exec_func()`` in custom classes or scripts. 185 ``bb.build.exec_func()`` in custom classes or scripts.
186 186
187- The 187- The ``BB_SETSCENE_VERIFY_FUNCTION2`` variable is no longer used. In
188 :term:`bitbake:BB_SETSCENE_VERIFY_FUNCTION2` 188 the unlikely event that you have any references to it, they should be
189 is no longer used. In the unlikely event that you have any references 189 removed.
190 to it, they should be removed.
191 190
192- The ``RunQueueExecuteScenequeue`` and ``RunQueueExecuteTasks`` events 191- The ``RunQueueExecuteScenequeue`` and ``RunQueueExecuteTasks`` events
193 have been removed since setscene tasks are now executed as part of 192 have been removed since setscene tasks are now executed as part of