summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPaul Eggleton <bluelightning@bluelightning.org>2023-04-22 15:19:47 +1200
committerRichard Purdie <richard.purdie@linuxfoundation.org>2023-04-22 10:59:12 +0100
commit338bc72e4d062113ca5bac79efbd9f7db09575cc (patch)
treed3c63f1f5fc792022c25aab9d92f76f49b303108
parent3c0b78802d817b87c3d2b377d8f1d9aeae60b151 (diff)
downloadpoky-338bc72e4d062113ca5bac79efbd9f7db09575cc.tar.gz
ref-manual: add section link also to buildtools-extended entry
I realise it's already in the buildtools entry above, but for completeness let's add it to the buildtools-extended entry as well. (From yocto-docs rev: d9db1d380120e976a30e9eddb86b391084178c94) Signed-off-by: Paul Eggleton <bluelightning@bluelightning.org> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
-rw-r--r--documentation/ref-manual/terms.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst
index 5a7363acad..92cc723ff6 100644
--- a/documentation/ref-manual/terms.rst
+++ b/documentation/ref-manual/terms.rst
@@ -123,6 +123,10 @@ universal, the list includes them just in case:
123 tools, such as a required version of the GCC compiler to run the 123 tools, such as a required version of the GCC compiler to run the
124 OpenEmbedded build system. 124 OpenEmbedded build system.
125 125
126 See the ":ref:`system-requirements-buildtools`" paragraph in the
127 Reference Manual for details about downloading or building an archive
128 of such tools.
129
126 :term:`buildtools-make` 130 :term:`buildtools-make`
127 A variant of :term:`buildtools`, just providing the required 131 A variant of :term:`buildtools`, just providing the required
128 version of ``make`` to run the OpenEmbedded build system. 132 version of ``make`` to run the OpenEmbedded build system.