summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.rst
diff options
context:
space:
mode:
authorNicolas Dechesne <nicolas.dechesne@linaro.org>2020-07-31 17:58:42 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2020-09-17 10:09:34 +0100
commitf3e7db78adf417231ce29eb6a9a28a74857a2954 (patch)
treec6faab74fc9b7b2d368bd610486065f3ab53e580 /documentation/ref-manual/migration.rst
parent18df4a836845c6d7dec389a95623a472c19acdfe (diff)
downloadpoky-f3e7db78adf417231ce29eb6a9a28a74857a2954.tar.gz
sphinx: add links to section in the Bitbake manual
Use intersphinx extension to replace links to the Bitbake manual with proper cross references. (From yocto-docs rev: 458a6e540a2286ac838812d802306806f77b885c) Signed-off-by: Nicolas Dechesne <nicolas.dechesne@linaro.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration.rst')
-rw-r--r--documentation/ref-manual/migration.rst11
1 files changed, 5 insertions, 6 deletions
diff --git a/documentation/ref-manual/migration.rst b/documentation/ref-manual/migration.rst
index 9e821c5dd3..f834ba7004 100644
--- a/documentation/ref-manual/migration.rst
+++ b/documentation/ref-manual/migration.rst
@@ -2452,7 +2452,7 @@ compared to uClibc.
2452``${``\ :term:`B`\ ``}`` is no longer the default working 2452``${``\ :term:`B`\ ``}`` is no longer the default working
2453directory for tasks. Consequently, any custom tasks you define now need 2453directory for tasks. Consequently, any custom tasks you define now need
2454to either have the 2454to either have the
2455``[``\ ```dirs`` <&YOCTO_DOCS_BB_URL;#variable-flags>`__\ ``]`` flag 2455``[``\ :ref:`dirs <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:variable flags>`\ ``]`` flag
2456set, or the task needs to change into the appropriate working directory 2456set, or the task needs to change into the appropriate working directory
2457manually (e.g using ``cd`` for a shell task). 2457manually (e.g using ``cd`` for a shell task).
2458 2458
@@ -2942,8 +2942,8 @@ The following changes took place for BitBake:
2942 fetcher passes the new parameter through the ``SVN_SSH`` environment 2942 fetcher passes the new parameter through the ``SVN_SSH`` environment
2943 variable during the :ref:`ref-tasks-fetch` task. 2943 variable during the :ref:`ref-tasks-fetch` task.
2944 2944
2945 See the "`Subversion (SVN) Fetcher 2945 See the ":ref:`bitbake:svn-fetcher`"
2946 (svn://) <&YOCTO_DOCS_BB_URL;#svn-fetcher>`__" section in the BitBake 2946 section in the BitBake
2947 User Manual for additional information. 2947 User Manual for additional information.
2948 2948
2949- *``BB_SETSCENE_VERIFY_FUNCTION`` and ``BB_SETSCENE_VERIFY_FUNCTION2`` 2949- *``BB_SETSCENE_VERIFY_FUNCTION`` and ``BB_SETSCENE_VERIFY_FUNCTION2``
@@ -3546,7 +3546,7 @@ The following are additional changes:
3546 3546
3547- BitBake fires multiple "BuildStarted" events when multiconfig is 3547- BitBake fires multiple "BuildStarted" events when multiconfig is
3548 enabled (one per configuration). For more information, see the 3548 enabled (one per configuration). For more information, see the
3549 "`Events <&YOCTO_DOCS_BB_URL;#events>`__" section in the BitBake User 3549 ":ref:`Events <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:events>`" section in the BitBake User
3550 Manual. 3550 Manual.
3551 3551
3552- By default, the ``security_flags.inc`` file sets a 3552- By default, the ``security_flags.inc`` file sets a
@@ -4143,8 +4143,7 @@ The following changes have occurred:
4143 specifying list items to remove, be aware that leading and trailing 4143 specifying list items to remove, be aware that leading and trailing
4144 whitespace resulting from the removal is retained. 4144 whitespace resulting from the removal is retained.
4145 4145
4146 See the "`Removal (Override Style 4146 See the ":ref:`bitbake:removing-override-style-syntax`"
4147 Syntax) <&YOCTO_DOCS_BB_URL;#removing-override-style-syntax>`__"
4148 section in the BitBake User Manual for a detailed example. 4147 section in the BitBake User Manual for a detailed example.
4149 4148
4150.. _migration-2.6-systemd-configuration-now-split-out-to-system-conf: 4149.. _migration-2.6-systemd-configuration-now-split-out-to-system-conf: