From: Kristi Rifenbark Date: Tue, 19 Sep 2017 20:17:00 +0000 (-0700) Subject: ref-manual: Added NOAUTOPACKAGEDEBUG to variable glossary X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=adcb7b7e73d423f565a48ff1ba8143476be308c8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added NOAUTOPACKAGEDEBUG to variable glossary Fixes [YOCTO #11800] (From yocto-docs rev: 789a11aee778f6082134102659b317bc6c155b4c) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 62c070ff29a..d881d2cb9ec 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" + NOAUTOPACKAGEDEBUG + + NOAUTOPACKAGEDEBUG[doc] = "Disables auto package from splitting .debug files." + + + + + Disables auto package from splitting + .debug files. If a recipe requires + FILES_${PN}-dbg to be set manually, + the NOAUTOPACKAGEDEBUG can be defined + allowing you to define the content of the debug package. + For example: + + NOAUTOPACKAGEDEBUG = "1" + FILES_${PN}-dev = "${includedir}/${QT_DIR_NAME}/Qt/*" + FILES_${PN}-dbg = "/usr/src/debug/" + FILES_${QT_BASE_NAME}-demos-doc = "${docdir}/${QT_DIR_NAME}/qch/qt.qch" + + + + + NOHDD NOHDD[doc] = "Causes the OpenEmbedded build system to skip building the .hddimg image."