diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2021-05-23 07:00:57 -0400 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2021-06-02 23:32:34 +0100 |
commit | c26ea554a7613d4561712fdd3060c7de7c0584d4 (patch) | |
tree | 57b823a6019d7a51c779bf7f10ef371c8d133ff3 /documentation | |
parent | e736434156da553d3f923a534d2ecb685f6d6370 (diff) | |
download | poky-c26ea554a7613d4561712fdd3060c7de7c0584d4.tar.gz |
ref-manual: add glossary entry for NON_MULTILIB_RECIPES
(From yocto-docs rev: 6ed8e747265df899d8ce464d83281b0e0f04f9b2)
Signed-off-by: Robert P. J. Day <rpjday@crashcourse.ca>
Reviewed-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
Reviewed-by: Quentin Schulz <foss@0leil.net>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/variables.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/documentation/ref-manual/variables.rst b/documentation/ref-manual/variables.rst index e2276e29e3..4156aa2b58 100644 --- a/documentation/ref-manual/variables.rst +++ b/documentation/ref-manual/variables.rst | |||
@@ -4806,6 +4806,13 @@ system and gives an overview of their function and contents. | |||
4806 | FILES_${PN}-dbg = "/usr/src/debug/" | 4806 | FILES_${PN}-dbg = "/usr/src/debug/" |
4807 | FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/${QT_DIR_NAME}/qch/qt.qch" | 4807 | FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/${QT_DIR_NAME}/qch/qt.qch" |
4808 | 4808 | ||
4809 | :term:`NON_MULTILIB_RECIPES` | ||
4810 | A list of recipes that should not be built for multilib. OE-Core's | ||
4811 | ``multilib.conf`` file defines a reasonable starting point for this | ||
4812 | list with:: | ||
4813 | |||
4814 | NON_MULTILIB_RECIPES = "grub grub-efi make-mod-scripts ovmf u-boot" | ||
4815 | |||
4809 | :term:`OBJCOPY` | 4816 | :term:`OBJCOPY` |
4810 | The minimal command and arguments to run ``objcopy``. | 4817 | The minimal command and arguments to run ``objcopy``. |
4811 | 4818 | ||