From: Scott Rifenbark Date: Wed, 21 Sep 2016 21:26:06 +0000 (-0700) Subject: ref-manual: Updated the PACKAGES variable description X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=826383984d5b4d8ca5c3a7bbcf4bcc0d4a5b55d8;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Updated the PACKAGES variable description Fixes [YOCTO #10294] Provided text noting that if packages in the PACKAGES list are empty are not generated, unless generation is forced through the ALLOW_EMPTY variable. (From yocto-docs rev: 1c89e0edf7e038f733b9b95bb884648d953b9574) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 89970421ad8..9d53fea0f36 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -9297,6 +9297,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" for more than one package in PACKAGES, it will be assigned to the earliest (leftmost) package. + + + Packages in the variable's list that are empty (i.e. where + none of the patterns in + FILES_pkg + match any files installed by the + do_install + task) are not generated, unless generation is forced through + the + ALLOW_EMPTY + variable. +