mirror of
https://git.yoctoproject.org/poky
synced 2026-06-01 00:59:48 +00:00
manuals: simplify references to the BitBake User Manual
- Replacing :ref:`bitbake:bitbake-user-manual/...` by :ref:`bitbake-user-manual/...` Adding "bitbake:" as a prefix is not necessary as there is no naming conflict between the YP and the BitBake manuals (all documents are in "bitbake-user-manual/") - Explaining the rules in the README file - When necessary, fixing line length in the modified paragraphs. (From yocto-docs rev: d80b31705450cfb98d217ea44ba2edace2d64095) Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1f8322c832
commit
8355326ffa
@@ -121,11 +121,10 @@ compared to uClibc.
|
||||
``${B}`` No Longer Default Working Directory for Tasks
|
||||
------------------------------------------------------
|
||||
|
||||
``${``\ :term:`B`\ ``}`` is no longer the default working
|
||||
directory for tasks. Consequently, any custom tasks you define now need
|
||||
to either have the
|
||||
``[``\ :ref:`dirs <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:variable flags>`\ ``]`` flag
|
||||
set, or the task needs to change into the appropriate working directory
|
||||
``${``\ :term:`B`\ ``}`` is no longer the default working directory for tasks.
|
||||
Consequently, any custom tasks you define now need to either have the
|
||||
``[``\ :ref:`dirs <bitbake-user-manual/bitbake-user-manual-metadata:variable flags>`\ ``]``
|
||||
flag set, or the task needs to change into the appropriate working directory
|
||||
manually (e.g using ``cd`` for a shell task).
|
||||
|
||||
.. note::
|
||||
|
||||
@@ -198,9 +198,9 @@ The following changes took place for BitBake:
|
||||
fetcher passes the new parameter through the ``SVN_SSH`` environment
|
||||
variable during the :ref:`ref-tasks-fetch` task.
|
||||
|
||||
See the ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-fetching:subversion (svn) fetcher (\`\`svn://\`\`)`"
|
||||
section in the BitBake
|
||||
User Manual for additional information.
|
||||
See the
|
||||
":ref:`bitbake-user-manual/bitbake-user-manual-fetching:subversion (svn) fetcher (\`\`svn://\`\`)`"
|
||||
section in the BitBake User Manual for additional information.
|
||||
|
||||
- ``BB_SETSCENE_VERIFY_FUNCTION`` and ``BB_SETSCENE_VERIFY_FUNCTION2``
|
||||
Removed: Because the mechanism they were part of is no longer
|
||||
|
||||
@@ -286,7 +286,7 @@ The following are additional changes:
|
||||
|
||||
- BitBake fires multiple "BuildStarted" events when multiconfig is
|
||||
enabled (one per configuration). For more information, see the
|
||||
":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:events`"
|
||||
":ref:`bitbake-user-manual/bitbake-user-manual-metadata:events`"
|
||||
section in the BitBake User Manual.
|
||||
|
||||
- By default, the ``security_flags.inc`` file sets a
|
||||
|
||||
@@ -274,7 +274,7 @@ The following changes have occurred:
|
||||
specifying list items to remove, be aware that leading and trailing
|
||||
whitespace resulting from the removal is retained.
|
||||
|
||||
See the ":ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:removal (override style syntax)`"
|
||||
See the ":ref:`bitbake-user-manual/bitbake-user-manual-metadata:removal (override style syntax)`"
|
||||
section in the BitBake User Manual for a detailed example.
|
||||
|
||||
.. _migration-2.6-systemd-configuration-now-split-out-to-system-conf:
|
||||
|
||||
@@ -45,7 +45,7 @@ would now become::
|
||||
BB_TASK_NICE_LEVEL:task-testimage = '0'
|
||||
|
||||
This also applies to
|
||||
:ref:`variable queries to the datastore <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:functions for accessing datastore variables>`,
|
||||
:ref:`variable queries to the datastore <bitbake-user-manual/bitbake-user-manual-metadata:functions for accessing datastore variables>`,
|
||||
for example using ``getVar`` and similar so ``d.getVar("RDEPENDS_${PN}")``
|
||||
becomes ``d.getVar("RDEPENDS:${PN}")``.
|
||||
|
||||
|
||||
@@ -207,8 +207,8 @@ For the ``append`` plus ``+=`` (and ``prepend`` plus ``=+``) combinations,
|
||||
the content should be prefixed (respectively suffixed) by a space to maintain
|
||||
the same behavior. You can learn more about override style syntax operators
|
||||
(``append``, ``prepend`` and ``remove``) in the BitBake documentation:
|
||||
:ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:appending and prepending (override style syntax)`
|
||||
and :ref:`bitbake:bitbake-user-manual/bitbake-user-manual-metadata:removal (override style syntax)`.
|
||||
:ref:`bitbake-user-manual/bitbake-user-manual-metadata:appending and prepending (override style syntax)`
|
||||
and :ref:`bitbake-user-manual/bitbake-user-manual-metadata:removal (override style syntax)`.
|
||||
|
||||
Miscellaneous changes
|
||||
~~~~~~~~~~~~~~~~~~~~~
|
||||
|
||||
@@ -115,7 +115,7 @@ New Features / Enhancements in 4.0
|
||||
|
||||
- Fetcher enhancements:
|
||||
|
||||
- New :ref:`bitbake:bitbake-user-manual/bitbake-user-manual-fetching:crate fetcher (\`\`crate://\`\`)` for Rust packages
|
||||
- New :ref:`bitbake-user-manual/bitbake-user-manual-fetching:crate fetcher (\`\`crate://\`\`)` for Rust packages
|
||||
- Added striplevel support to unpack
|
||||
- git: Add a warning asking users to set a branch in git urls
|
||||
- git: Allow git fetcher to support subdir param
|
||||
|
||||
Reference in New Issue
Block a user