summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/ref-variables.xml23
1 files changed, 23 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 62c070ff29..d881d2cb9e 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -8841,6 +8841,29 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
8841 </glossdef> 8841 </glossdef>
8842 </glossentry> 8842 </glossentry>
8843 8843
8844 <glossentry id='var-NOAUTOPACKAGEDEBUG'><glossterm>NOAUTOPACKAGEDEBUG</glossterm>
8845 <info>
8846 NOAUTOPACKAGEDEBUG[doc] = "Disables auto package from splitting .debug files."
8847 </info>
8848 <glossdef>
8849 <para role="glossdeffirst">
8850<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
8851 Disables auto package from splitting
8852 <filename>.debug</filename> files. If a recipe requires
8853 <filename>FILES_${PN}-dbg</filename> to be set manually,
8854 the <filename>NOAUTOPACKAGEDEBUG</filename> can be defined
8855 allowing you to define the content of the debug package.
8856 For example:
8857 <literallayout class='monospaced'>
8858 NOAUTOPACKAGEDEBUG = "1"
8859 FILES_${PN}-dev = "${includedir}/${QT_DIR_NAME}/Qt/*"
8860 FILES_${PN}-dbg = "/usr/src/debug/"
8861 FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/${QT_DIR_NAME}/qch/qt.qch"
8862 </literallayout>
8863 </para>
8864 </glossdef>
8865 </glossentry>
8866
8844 <glossentry id='var-NOHDD'><glossterm>NOHDD</glossterm> 8867 <glossentry id='var-NOHDD'><glossterm>NOHDD</glossterm>
8845 <info> 8868 <info>
8846 NOHDD[doc] = "Causes the OpenEmbedded build system to skip building the .hddimg image." 8869 NOHDD[doc] = "Causes the OpenEmbedded build system to skip building the .hddimg image."