From 6f4ccc4dad8bee587d19b1cdc8732ad4b3ae63c4 Mon Sep 17 00:00:00 2001 From: Michael Opdenacker Date: Thu, 27 Oct 2022 13:37:19 +0200 Subject: [PATCH] manuals: stop referring to the meta-openembedded repo from GitHub (From yocto-docs rev: de6e7c05fbcff99a6f1fe2a2bf889b559b9b576b) Signed-off-by: Michael Opdenacker Signed-off-by: Richard Purdie --- documentation/bsp-guide/bsp.rst | 3 +-- documentation/dev-manual/common-tasks.rst | 4 ++-- documentation/ref-manual/terms.rst | 8 +++----- documentation/ref-manual/variables.rst | 5 ++--- 4 files changed, 8 insertions(+), 12 deletions(-) diff --git a/documentation/bsp-guide/bsp.rst b/documentation/bsp-guide/bsp.rst index 7e17b42886..efdaf80f63 100644 --- a/documentation/bsp-guide/bsp.rst +++ b/documentation/bsp-guide/bsp.rst @@ -109,8 +109,7 @@ them to the "Dependencies" section. Some layers function as a layer to hold other BSP layers. These layers are known as ":term:`container layers `". An example of -this type of layer is OpenEmbedded's -`meta-openembedded `__ +this type of layer is OpenEmbedded's :oe_git:`meta-openbedded ` layer. The ``meta-openembedded`` layer contains many ``meta-*`` layers. In cases like this, you need to include the names of the actual layers you want to work with, such as:: diff --git a/documentation/dev-manual/common-tasks.rst b/documentation/dev-manual/common-tasks.rst index eb1f917012..189f415c8c 100644 --- a/documentation/dev-manual/common-tasks.rst +++ b/documentation/dev-manual/common-tasks.rst @@ -7562,8 +7562,8 @@ NPM packages: - The NPM host tools need the native ``nodejs-npm`` package, which is part of the OpenEmbedded environment. You need to get the package by - cloning the https://github.com/openembedded/meta-openembedded - repository out of GitHub. Be sure to add the path to your local copy + cloning the :oe_git:`meta-openembedded ` + repository. Be sure to add the path to your local copy to your ``bblayers.conf`` file. - ``devtool`` cannot detect native libraries in module dependencies. diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst index 1a2c055591..ee14df5684 100644 --- a/documentation/ref-manual/terms.rst +++ b/documentation/ref-manual/terms.rst @@ -138,14 +138,12 @@ universal, the list includes them just in case: which contains multiple (and typically related) sub-layers which can be included independently in your project's ``bblayers.conf`` file. - In some cases, such as with OpenEmbedded's - `meta-openembedded `__ + In some cases, such as with OpenEmbedded's :oe_git:`meta-openembedded ` 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; rather, you would include any number of its layer subdirectories, such as - `meta-openembedded/meta-oe `__, - `meta-openembedded/meta-python `__ - and so on. + :oe_git:`meta-oe `, :oe_git:`meta-python + ` and so on. On the other hand, some container layers (such as :yocto_git:`meta-security `) diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 601db6f42f..f8c6e6db1e 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst @@ -7908,9 +7908,8 @@ system and gives an overview of their function and contents. `__ for details. - For example, this variable is used in the - `core-image-minimal-xfce.bb - `__ + For example, this variable is used in the :oe_git:`core-image-minimal-xfce.bb + ` recipe:: SYSTEMD_DEFAULT_TARGET = "graphical.target"