From 826383984d5b4d8ca5c3a7bbcf4bcc0d4a5b55d8 Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Wed, 21 Sep 2016 14:26:06 -0700 Subject: [PATCH] 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 --- documentation/ref-manual/ref-variables.xml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 89970421ad..9d53fea0f3 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. +