@@ -77,7 +77,7 @@ Default :term:`INIT_MANAGER` definition changed to ``systemd``
--------------------------------------------------------------
The default definition of :term:`INIT_MANAGER` in the :oe_git:`defaultsetup.conf
-<openembedded-core/tree/meta/conf/distro/defaultsetup.conf>` file was changed
+</openembedded-core/tree/meta/conf/distro/defaultsetup.conf>` file was changed
from ``none`` to ``systemd``.
This means that users of the default distro setup (appearing as the ``nodistro``
@@ -243,7 +243,7 @@ See commit :oecore_rev:`cd9e7304481b24b27df61c03ad73496d18e4d47c` for more infor
All the :ref:`ref-classes-pkgconfig`-related variables, such as
:term:`PKG_CONFIG_PATH`, are no longer exported in
-:oe_git:`meta/conf/bitbake.conf <bitbake/tree/meta/conf/bitbake.conf>` with the
+:oe_git:`meta/conf/bitbake.conf </bitbake/tree/meta/conf/bitbake.conf>` with the
:ref:`export <bitbake:bitbake-user-manual/bitbake-user-manual-metadata:Exporting
Variables to the Environment>` directive.
@@ -200,7 +200,7 @@ openembedded-core
meta-mingw
-- Repository Location: :yocto_git:`meta-mingw`
+- Repository Location: :yocto_git:`/meta-mingw`
- Branch: :yocto_git:`honister </meta-mingw/log/?h=honister>`
- Tag: :yocto_git:`yocto-3.4.2 </meta-mingw/tag/?h=yocto-3.4.2>`
- Git Revision: :yocto_git:`f5d761cbd5c957e4405c5d40b0c236d263c916a8 </meta-mingw/commit/?id=f5d761cbd5c957e4405c5d40b0c236d263c916a8>`
@@ -225,20 +225,20 @@ New Features / Enhancements in |yocto-ver|
(:oecore_rev:`722897f96d30e978b20e140419fb044d850f5c74`)
- The :oe_git:`no-static-libs.inc
- <openembedded-core/tree/meta/conf/distro/include/no-static-libs.inc>`
+ </openembedded-core/tree/meta/conf/distro/include/no-static-libs.inc>`
file, disabling most static libraries in various recipes, is now included
by default in the default distro setup (appearing as the ``nodistro``
:term:`DISTRO`) (:oecore_rev:`03fc931bfe9ea3fa9f33553e6020cbc067b24291`)
- The :oe_git:`security_flags.inc
- <openembedded-core/tree/meta/conf/distro/include/security_flags.inc>`
+ </openembedded-core/tree/meta/conf/distro/include/security_flags.inc>`
file, adding various security related flags to the default compiler and
linker, is now included by default in the default distro setup (appearing
as ``nodistro`` :term:`DISTRO`)
(:oecore_rev:`4c2d64c10a5b0437ab1ea04df22386f0f95124d1`)
- The :oe_git:`yocto-space-optimize.inc
- <openembedded-core/tree/meta/conf/distro/include/yocto-space-optimize.inc>`
+ </openembedded-core/tree/meta/conf/distro/include/yocto-space-optimize.inc>`
file, adding various space optimization tweaks, is now included by default
in the default distro setup (appearing as ``nodistro`` :term:`DISTRO`)
(:oecore_rev:`175fcf9fad699dd122680d3f6961af9bf8487046`)
@@ -22,7 +22,7 @@ System` and :term:`BitBake`. The :term:`metadata` involved to build the
- :term:`OpenEmbedded-Core (OE-Core)`, which is hosted at
:oe_git:`/openembedded-core`.
-- :yocto_git:`meta-poky <meta-yocto/tree/meta-poky>`, which defines the
+- :yocto_git:`meta-poky </meta-yocto/tree/meta-poky>`, which defines the
``poky`` distro configuration file (:term:`DISTRO`).
.. note::
@@ -2679,7 +2679,7 @@ system and gives an overview of their function and contents.
:term:`EFI_ARCH`
The CPU architecture name within EFI standard. Set in
:oe_git:`meta/conf/image-uefi.conf
- <openembedded-core/tree/meta/conf/image-uefi.conf>`.
+ </openembedded-core/tree/meta/conf/image-uefi.conf>`.
:term:`EFI_PROVIDER`
When building bootable images (i.e. where ``hddimg``, ``iso``, or
@@ -5031,7 +5031,7 @@ system and gives an overview of their function and contents.
You can also find more information by referencing the
``conf/templates/default/local.conf.sample.extended``
- configuration file in :yocto_git:`meta-poky <meta-yocto/tree/meta-poky>`, the :ref:`ref-classes-image`
+ configuration file in :yocto_git:`meta-poky </meta-yocto/tree/meta-poky>`, the :ref:`ref-classes-image`
class, and the :ref:`ref-classes-kernel` class to see how to use the
:term:`INITRAMFS_IMAGE` variable.
@@ -12241,7 +12241,7 @@ system and gives an overview of their function and contents.
For more information, see
``conf/templates/default/local.conf.sample`` in
- :yocto_git:`meta-poky <meta-yocto/tree/meta-poky>`.
+ :yocto_git:`meta-poky </meta-yocto/tree/meta-poky>`.
:term:`USERADD_DEPENDS`
Specifies a list of recipes that create users / groups (via
Fix link that forget to add a leading '/', by looking at the output of 'grep -E -r --no-filename -o 'href="http.://[^/"]+' | sort | uniq' in the HTML output. Signed-off-by: Antonin Godard <antonin.godard@bootlin.com> --- documentation/migration-guides/migration-6.0.rst | 4 ++-- documentation/migration-guides/release-notes-3.4.2.rst | 2 +- documentation/migration-guides/release-notes-6.0.rst | 6 +++--- documentation/ref-manual/faq.rst | 2 +- documentation/ref-manual/variables.rst | 6 +++--- 5 files changed, 10 insertions(+), 10 deletions(-)