diff options
author | Michael Opdenacker <michael.opdenacker@bootlin.com> | 2022-03-15 11:15:41 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2022-03-16 14:25:02 +0000 |
commit | adbd2348c438bfe4d83afb7dc1bb6fc346eb8907 (patch) | |
tree | 3f208701181eb03dbf751145c16602576cef0a77 /documentation/ref-manual | |
parent | 81664f1adc915ffb6445ab9a970fcf8c0d4408fa (diff) | |
download | poky-adbd2348c438bfe4d83afb7dc1bb6fc346eb8907.tar.gz |
ref-manual: sort list of variables in generated output
As already done in the BitBake manual.
Even though we're trying to keep the variable
definitions in alphabetical order, it's useful
to make sure that the variables are ordered in the
generated output.
(From yocto-docs rev: a43887858f46d2870443f7664487a36def23a90e)
Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reported-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual')
-rw-r--r-- | documentation/ref-manual/variables.rst | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index 6a4d3fcc3c..90842010c9 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -17,6 +17,7 @@ system and gives an overview of their function and contents. | |||
17 | :term:`W <WARN_QA>` :term:`X <XSERVER>` | 17 | :term:`W <WARN_QA>` :term:`X <XSERVER>` |
18 | 18 | ||
19 | .. glossary:: | 19 | .. glossary:: |
20 | :sorted: | ||
20 | 21 | ||
21 | :term:`ABIEXTENSION` | 22 | :term:`ABIEXTENSION` |
22 | Extension to the Application Binary Interface (ABI) field of the GNU | 23 | Extension to the Application Binary Interface (ABI) field of the GNU |