diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index f2ef09f0a7..25f99c5364 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -1482,6 +1482,14 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
+ PACKAGE_BEFORE_PN
+
+ Enables easily adding packages to PACKAGES
+ before ${PN} so that the OpenEmbedded build process
+ picks up files that would normally be included in the default package.
+
+
+
PACKAGE_CLASSESThis variable, which is set in the local.conf configuration
@@ -1512,7 +1520,10 @@ recipes-graphics/xorg-font/xorg-font-common.inc:INC_PR = "r2"
PACKAGESThe list of packages to be created from the recipe.
- The default value is "${PN}-dbg ${PN} ${PN}-doc ${PN}-dev".
+ The default value is the following:
+
+ ${PN}-dbg ${PN}-staticdev ${PN}-dev ${PN}-doc ${PN}-locale ${PACKAGE_BEFORE_PN} ${PN}
+