summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/variables.rst
diff options
context:
space:
mode:
Diffstat (limited to 'documentation/ref-manual/variables.rst')
-rw-r--r--documentation/ref-manual/variables.rst7
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