mirror of
https://git.yoctoproject.org/poky
synced 2026-06-02 01:19:52 +00:00
docs: replace anchor links
Anchor links are treated by Sphinx as external links and are not checked during build, meaning it is impossible to know if a link becomes broken or not. As a matter of fact, most of the anchor links replaced in this commit were actually broken. The README now states that anchor links are forbidden so that there's no need to go through such a change later on. (From yocto-docs rev: de9e4d26b46afa3c79137d07529a74553400d2e0) Signed-off-by: Quentin Schulz <foss@0leil.net> Reviewed-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
802ac0b75e
commit
c380ba5a17
@@ -178,8 +178,8 @@ resides in ``/home/user/sources/jackson``:
|
||||
$ devtool add jackson /home/user/sources/jackson
|
||||
|
||||
If you add a recipe and the workspace layer does not exist, the command
|
||||
creates the layer and populates it as described in "`The Workspace Layer
|
||||
Structure <#devtool-the-workspace-layer-structure>`__" section.
|
||||
creates the layer and populates it as described in
|
||||
":ref:`devtool-the-workspace-layer-structure`" section.
|
||||
|
||||
Running ``devtool add`` when the workspace layer exists causes the tool
|
||||
to add the recipe, append files, and source files into the existing
|
||||
|
||||
@@ -298,7 +298,7 @@ Removed and Renamed Recipes
|
||||
- ``libtool-nativesdk`` has been renamed to ``nativesdk-libtool``.
|
||||
|
||||
- ``tinylogin`` has been removed. It has been replaced by a suid
|
||||
portion of Busybox. See the "`BusyBox <#busybox>`__"
|
||||
portion of Busybox. See the ":ref:`migration-1.5-busybox`"
|
||||
section for more information.
|
||||
|
||||
- ``external-python-tarball`` has been renamed to
|
||||
|
||||
@@ -179,9 +179,8 @@ The following recipes have been removed in the 2.1 release:
|
||||
|
||||
- ``python-pygtk``: Recipe became obsolete.
|
||||
|
||||
- ``adt-installer``: Recipe became obsolete. See the "`ADT
|
||||
Removed <#adt-removed>`__" section for more
|
||||
information.
|
||||
- ``adt-installer``: Recipe became obsolete. See the
|
||||
":ref:`ref-manual/migration-2.1:adt removed`" section for more information.
|
||||
|
||||
.. _migration-2.1-class-changes:
|
||||
|
||||
|
||||
@@ -367,8 +367,8 @@ The following recipes have been removed:
|
||||
|
||||
- ``sato-icon-theme``: Became obsolete.
|
||||
|
||||
- ``swabber-native``: Swabber has been removed. See the `entry on
|
||||
Swabber <#swabber-has-been-removed>`__.
|
||||
- ``swabber-native``: Swabber has been removed. See the :ref:`entry on
|
||||
Swabber <ref-manual/migration-2.2:swabber has been removed>`.
|
||||
|
||||
- ``tslib``: No longer needed and has been moved to ``meta-oe``.
|
||||
|
||||
@@ -393,8 +393,8 @@ The following classes have been removed:
|
||||
|
||||
- ``sip``: Mostly unused.
|
||||
|
||||
- ``swabber``: See the `entry on
|
||||
Swabber <#swabber-has-been-removed>`__.
|
||||
- ``swabber``: See the :ref:`entry on
|
||||
Swabber <ref-manual/migration-2.2:swabber has been removed>`.
|
||||
|
||||
.. _migration-2.2-minor-packaging-changes:
|
||||
|
||||
|
||||
@@ -110,7 +110,7 @@ upon the older ``*proto`` recipes need to be changed to depend on the
|
||||
newer ``xorgproto`` recipe instead.
|
||||
|
||||
For names of recipes removed because of this repository change, see the
|
||||
`Removed Recipes <#removed-recipes>`__ section.
|
||||
:ref:`ref-manual/migration-2.6:removed recipes` section.
|
||||
|
||||
.. _migration-2.6-distutils-distutils3-fetching-dependencies:
|
||||
|
||||
|
||||
@@ -15,9 +15,8 @@ Major and Minor Release Cadence
|
||||
The Yocto Project delivers major releases (e.g. &DISTRO;) using a six
|
||||
month cadence roughly timed each April and October of the year.
|
||||
Following are examples of some major YP releases with their codenames
|
||||
also shown. See the "`Major Release
|
||||
Codenames <#major-release-codenames>`__" section for information on
|
||||
codenames used with major releases.
|
||||
also shown. See the ":ref:`ref-manual/release-process:major release codenames`"
|
||||
section for information on codenames used with major releases.
|
||||
|
||||
- 2.2 (Morty)
|
||||
- 2.1 (Krogoth)
|
||||
|
||||
Reference in New Issue
Block a user