diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 1cd82d25e2..9d5c818293 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -5669,6 +5669,24 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
+ PACKAGESPLITFUNCS
+
+
+ Specifies a list of functions run to perform additional
+ splitting of files into individual packages.
+ Recipes can either prepend to this variable or prepend
+ to the populate_packages function
+ in order to perform additional package splitting.
+ In either case, the function should set
+ PACKAGES,
+ FILES,
+ RDEPENDS
+ and other packaging variables appropriately in order to
+ perform the desired splitting.
+
+
+
+
PACKAGES_DYNAMIC