Also add a definition for PACKAGE_BEFORE_PN since the default value of PACKAGES now includes this.
Signed-off-by: Paul Eggleton <paul.eggle...@linux.intel.com> --- documentation/poky-ref-manual/ref-variables.xml | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml index bf1cce1..531ee8a 100644 --- a/documentation/poky-ref-manual/ref-variables.xml +++ b/documentation/poky-ref-manual/ref-variables.xml @@ -1482,6 +1482,13 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" </glossdef> </glossentry> + <glossentry id='var-PACKAGE_BEFORE_PN'><glossterm>PACKAGE_BEFORE_PN</glossterm> + <glossdef> + <para>Enables easily adding packages to <filename><link linkend='var-PACKAGES'>PACKAGES</link></filename> + before ${PN} so that they pick up files that would normally be included in the default package.</para> + </glossdef> + </glossentry> + <glossentry id='var-PACKAGE_CLASSES'><glossterm>PACKAGE_CLASSES</glossterm> <glossdef> <para>This variable, which is set in the <filename>local.conf</filename> configuration @@ -1512,7 +1519,7 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2" <glossentry id='var-PACKAGES'><glossterm>PACKAGES</glossterm> <glossdef> <para>The list of packages to be created from the recipe. - The default value is "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev".</para> + The default value is "${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN}".</para> </glossdef> </glossentry> -- 1.7.9.5 _______________________________________________ yocto mailing list yocto@yoctoproject.org https://lists.yoctoproject.org/listinfo/yocto