diff options
author | Kristi Rifenbark <kristi.rifenbark@gmail.com> | 2017-09-19 13:17:00 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2017-10-06 12:06:32 +0100 |
commit | adcb7b7e73d423f565a48ff1ba8143476be308c8 (patch) | |
tree | 7fabef7e61fba08c279cc5ff5cc0cb37161b276b /documentation/ref-manual/ref-variables.xml | |
parent | b8dfb037646c4ccbfda61241e654a703a16cf14b (diff) | |
download | poky-adcb7b7e73d423f565a48ff1ba8143476be308c8.tar.gz |
ref-manual: Added NOAUTOPACKAGEDEBUG to variable glossary
Fixes [YOCTO #11800]
(From yocto-docs rev: 789a11aee778f6082134102659b317bc6c155b4c)
Signed-off-by: Kristi Rifenbark <kristi.rifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 23 |
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." |