summaryrefslogtreecommitdiffstats
path: root/documentation/migration-guides
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2021-06-17 14:34:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2021-06-19 16:54:01 +0100
commite0ab2c01d6ffc7319b5f85d18330d17bcb36435c (patch)
treeb3fda64838f4235291e828e530249b9ca863d3cb /documentation/migration-guides
parent7d3f57cfd2e4322bcd96d67d330124f221a9aedd (diff)
downloadpoky-e0ab2c01d6ffc7319b5f85d18330d17bcb36435c.tar.gz
migration guides: remove index reference to BB_SETSCENE_VERIFY_FUNCTION2
This variable is no longer documented in Bitbake's manual as it's not in use any more. (From yocto-docs rev: 68328d93023d2e3251a05ea2830c4f6b6de65708) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/migration-guides')
-rw-r--r--documentation/migration-guides/migration-2.2.rst2
-rw-r--r--documentation/migration-guides/migration-2.3.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/documentation/migration-guides/migration-2.2.rst b/documentation/migration-guides/migration-2.2.rst
index c93081e1da..d6dacdf34a 100644
--- a/documentation/migration-guides/migration-2.2.rst
+++ b/documentation/migration-guides/migration-2.2.rst
@@ -308,7 +308,7 @@ The following changes took place for BitBake:
308 to cause any problems for most users. However, the setscene 308 to cause any problems for most users. However, the setscene
309 verification function as pointed to by 309 verification function as pointed to by
310 ``BB_SETSCENE_VERIFY_FUNCTION`` needed to change signature. 310 ``BB_SETSCENE_VERIFY_FUNCTION`` needed to change signature.
311 Consequently, a new variable named :term:`BB_SETSCENE_VERIFY_FUNCTION2` 311 Consequently, a new variable named ``BB_SETSCENE_VERIFY_FUNCTION2``
312 has been added allowing multiple versions of BitBake to work with 312 has been added allowing multiple versions of BitBake to work with
313 suitably written metadata, which includes OpenEmbedded-Core and Poky. 313 suitably written metadata, which includes OpenEmbedded-Core and Poky.
314 Anyone with custom BitBake task scheduler code might also need to 314 Anyone with custom BitBake task scheduler code might also need to
diff --git a/documentation/migration-guides/migration-2.3.rst b/documentation/migration-guides/migration-2.3.rst
index f9bdf0d27b..886d579f9b 100644
--- a/documentation/migration-guides/migration-2.3.rst
+++ b/documentation/migration-guides/migration-2.3.rst
@@ -200,10 +200,10 @@ The following changes took place for BitBake:
200 section in the BitBake 200 section in the BitBake
201 User Manual for additional information. 201 User Manual for additional information.
202 202
203- ``BB_SETSCENE_VERIFY_FUNCTION`` and :term:`BB_SETSCENE_VERIFY_FUNCTION2` 203- ``BB_SETSCENE_VERIFY_FUNCTION`` and ``BB_SETSCENE_VERIFY_FUNCTION2``
204 Removed: Because the mechanism they were part of is no longer 204 Removed: Because the mechanism they were part of is no longer
205 necessary with recipe-specific sysroots, the 205 necessary with recipe-specific sysroots, the
206 ``BB_SETSCENE_VERIFY_FUNCTION`` and :term:`BB_SETSCENE_VERIFY_FUNCTION2` 206 ``BB_SETSCENE_VERIFY_FUNCTION`` and ``BB_SETSCENE_VERIFY_FUNCTION2``
207 variables have been removed. 207 variables have been removed.
208 208
209.. _migration-2.3-absolute-symlinks: 209.. _migration-2.3-absolute-symlinks: