summaryrefslogtreecommitdiffstats
path: root/documentation/dev-manual
diff options
context:
space:
mode:
authorMichael Opdenacker <michael.opdenacker@bootlin.com>2022-10-27 13:37:19 +0200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2022-10-28 15:48:03 +0100
commit6f4ccc4dad8bee587d19b1cdc8732ad4b3ae63c4 (patch)
tree4d7b4e1b2af22eae645f38d22a2ec91266233e49 /documentation/dev-manual
parent4def515eebca300c7ac15c86caef34342dd9ed3d (diff)
downloadpoky-6f4ccc4dad8bee587d19b1cdc8732ad4b3ae63c4.tar.gz
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>
Diffstat (limited to 'documentation/dev-manual')
-rw-r--r--documentation/dev-manual/common-tasks.rst4
1 files changed, 2 insertions, 2 deletions
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:
7562 7562
7563- The NPM host tools need the native ``nodejs-npm`` package, which is 7563- The NPM host tools need the native ``nodejs-npm`` package, which is
7564 part of the OpenEmbedded environment. You need to get the package by 7564 part of the OpenEmbedded environment. You need to get the package by
7565 cloning the https://github.com/openembedded/meta-openembedded 7565 cloning the :oe_git:`meta-openembedded </meta-openembedded>`
7566 repository out of GitHub. Be sure to add the path to your local copy 7566 repository. Be sure to add the path to your local copy
7567 to your ``bblayers.conf`` file. 7567 to your ``bblayers.conf`` file.
7568 7568
7569- ``devtool`` cannot detect native libraries in module dependencies. 7569- ``devtool`` cannot detect native libraries in module dependencies.