summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-11-03 09:47:06 +0100
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-11-03 11:31:27 +0000
commite7dabaf541f29bbbaf1a51c33c0516026a097817 (patch)
tree0b14396740fe4b042faf67b2d3fd11e8ce7d2490
parent507c32b9d7c5fcc3f8bd621f1cfe2e30829df02c (diff)
downloadpoky-e7dabaf541f29bbbaf1a51c33c0516026a097817.tar.gz
ref-manual: migration-3.0: fix ref to removed variable
(From yocto-docs rev: 55483c4f354458db826555b9f5e0d3c236d9c169) Signed-off-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.rst5
1 files changed, 2 insertions, 3 deletions
diff --git a/documentation/ref-manual/migration-3.0.rst b/documentation/ref-manual/migration-3.0.rst
index f3d20e2eda..2a475fc6f4 100644
--- a/documentation/ref-manual/migration-3.0.rst
+++ b/documentation/ref-manual/migration-3.0.rst
@@ -184,9 +184,8 @@ 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.
188 :term:`bitbake:BB_SETSCENE_VERIFY_FUNCTION2` 188 In the unlikely event that you have any references
189 is no longer used. In the unlikely event that you have any references
190 to it, they should be removed. 189 to it, they should be removed.
191 190
192- The ``RunQueueExecuteScenequeue`` and ``RunQueueExecuteTasks`` events 191- The ``RunQueueExecuteScenequeue`` and ``RunQueueExecuteTasks`` events