diff options
| author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-12-14 09:36:00 +0100 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-12-18 10:41:21 +0000 |
| commit | eb5042210c872d9d1a19d9ea251ad48ce589e905 (patch) | |
| tree | 6a494267296ee932d66cf2cd24b63ff87943decc /documentation/ref-manual/terms.rst | |
| parent | 4925cd416820ab2b48aaa780a053b6fa52d794e9 (diff) | |
| download | poky-eb5042210c872d9d1a19d9ea251ad48ce589e905.tar.gz | |
manuals: create references to buildtools
On the side, also simplify a reference to the section describing them.
(From yocto-docs rev: 0c13a7f9ccee4ddc9c6034d03f47625a09598cec)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/terms.rst')
| -rw-r--r-- | documentation/ref-manual/terms.rst | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/documentation/ref-manual/terms.rst b/documentation/ref-manual/terms.rst index 4081dbebd7..ec447d35d2 100644 --- a/documentation/ref-manual/terms.rst +++ b/documentation/ref-manual/terms.rst | |||
| @@ -109,6 +109,24 @@ universal, the list includes them just in case: | |||
| 109 | environment. The build system is sometimes referred to as the development | 109 | environment. The build system is sometimes referred to as the development |
| 110 | host. | 110 | host. |
| 111 | 111 | ||
| 112 | :term:`buildtools` | ||
| 113 | Build tools in binary form, providing required versions of development | ||
| 114 | tools (such as Git, GCC, Python and make), to run the OpenEmbedded build | ||
| 115 | system on a development host without such minimum versions. | ||
| 116 | |||
| 117 | See the ":ref:`system-requirements-buildtools`" paragraph in the | ||
| 118 | Reference Manual for details about downloading or building an archive | ||
| 119 | of such tools. | ||
| 120 | |||
| 121 | :term:`buildtools-extended` | ||
| 122 | A set of :term:`buildtools` binaries extended with additional development | ||
| 123 | tools, such as a required version of the GCC compiler to run the | ||
| 124 | OpenEmbedded build system. | ||
| 125 | |||
| 126 | :term:`buildtools-make` | ||
| 127 | A variant of :term:`buildtools`, just providing the required | ||
| 128 | version of ``make`` to run the OpenEmbedded build system. | ||
| 129 | |||
| 112 | :term:`Classes` | 130 | :term:`Classes` |
| 113 | Files that provide for logic encapsulation and inheritance so that | 131 | Files that provide for logic encapsulation and inheritance so that |
| 114 | commonly used patterns can be defined once and then easily used in | 132 | commonly used patterns can be defined once and then easily used in |
