mirror of
https://git.yoctoproject.org/poky
synced 2026-09-19 18:49:32 +02:00
manuals: stop referring to the meta-openembedded repo from GitHub
(From yocto-docs rev: de6e7c05fbcff99a6f1fe2a2bf889b559b9b576b) 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
4def515eeb
commit
6f4ccc4dad
@@ -109,8 +109,7 @@ them to the "Dependencies" section.
|
|||||||
|
|
||||||
Some layers function as a layer to hold other BSP layers. These layers
|
Some layers function as a layer to hold other BSP layers. These layers
|
||||||
are known as ":term:`container layers <Container Layer>`". An example of
|
are known as ":term:`container layers <Container Layer>`". An example of
|
||||||
this type of layer is OpenEmbedded's
|
this type of layer is OpenEmbedded's :oe_git:`meta-openbedded </meta-openembedded>`
|
||||||
`meta-openembedded <https://github.com/openembedded/meta-openembedded>`__
|
|
||||||
layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers.
|
layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers.
|
||||||
In cases like this, you need to include the names of the actual layers
|
In cases like this, you need to include the names of the actual layers
|
||||||
you want to work with, such as::
|
you want to work with, such as::
|
||||||
|
|||||||
@@ -7562,8 +7562,8 @@ NPM packages:
|
|||||||
|
|
||||||
- The NPM host tools need the native ``nodejs-npm`` package, which is
|
- The NPM host tools need the native ``nodejs-npm`` package, which is
|
||||||
part of the OpenEmbedded environment. You need to get the package by
|
part of the OpenEmbedded environment. You need to get the package by
|
||||||
cloning the https://github.com/openembedded/meta-openembedded
|
cloning the :oe_git:`meta-openembedded </meta-openembedded>`
|
||||||
repository out of GitHub. Be sure to add the path to your local copy
|
repository. Be sure to add the path to your local copy
|
||||||
to your ``bblayers.conf`` file.
|
to your ``bblayers.conf`` file.
|
||||||
|
|
||||||
- ``devtool`` cannot detect native libraries in module dependencies.
|
- ``devtool`` cannot detect native libraries in module dependencies.
|
||||||
|
|||||||
@@ -138,14 +138,12 @@ universal, the list includes them just in case:
|
|||||||
which contains multiple (and typically related) sub-layers which can
|
which contains multiple (and typically related) sub-layers which can
|
||||||
be included independently in your project's ``bblayers.conf`` file.
|
be included independently in your project's ``bblayers.conf`` file.
|
||||||
|
|
||||||
In some cases, such as with OpenEmbedded's
|
In some cases, such as with OpenEmbedded's :oe_git:`meta-openembedded </meta-openembedded>`
|
||||||
`meta-openembedded <https://github.com/openembedded/meta-openembedded>`__
|
|
||||||
layer, the top level ``meta-openembedded/`` directory is not itself an actual layer,
|
layer, the top level ``meta-openembedded/`` directory is not itself an actual layer,
|
||||||
so you would never explicitly include it in a ``bblayers.conf`` file;
|
so you would never explicitly include it in a ``bblayers.conf`` file;
|
||||||
rather, you would include any number of its layer subdirectories, such as
|
rather, you would include any number of its layer subdirectories, such as
|
||||||
`meta-openembedded/meta-oe <https://github.com/openembedded/meta-openembedded/tree/master/meta-oe>`__,
|
:oe_git:`meta-oe </meta-openembedded/tree/meta-oe>`, :oe_git:`meta-python
|
||||||
`meta-openembedded/meta-python <https://github.com/openembedded/meta-openembedded/tree/master/meta-python>`__
|
</meta-openembedded/tree/meta-python>` and so on.
|
||||||
and so on.
|
|
||||||
|
|
||||||
On the other hand, some container layers (such as
|
On the other hand, some container layers (such as
|
||||||
:yocto_git:`meta-security </meta-security>`)
|
:yocto_git:`meta-security </meta-security>`)
|
||||||
|
|||||||
@@ -7908,9 +7908,8 @@ system and gives an overview of their function and contents.
|
|||||||
<https://www.freedesktop.org/software/systemd/man/systemd.special.html>`__
|
<https://www.freedesktop.org/software/systemd/man/systemd.special.html>`__
|
||||||
for details.
|
for details.
|
||||||
|
|
||||||
For example, this variable is used in the
|
For example, this variable is used in the :oe_git:`core-image-minimal-xfce.bb
|
||||||
`core-image-minimal-xfce.bb
|
</meta-openembedded/tree/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb>`
|
||||||
<https://git.openembedded.org/meta-openembedded/tree/meta-xfce/recipes-core/images/core-image-minimal-xfce.bb>`__
|
|
||||||
recipe::
|
recipe::
|
||||||
|
|
||||||
SYSTEMD_DEFAULT_TARGET = "graphical.target"
|
SYSTEMD_DEFAULT_TARGET = "graphical.target"
|
||||||
|
|||||||
Reference in New Issue
Block a user