diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index 7a7efbcb96..0a34f3637f 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4695,6 +4695,30 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
+ LICENSE_FLAGS
+
+
+ Specifies additional flags for a recipe you must
+ whitelist through
+ LICENSE_FLAGS_WHITELIST
+ in order to allow the recipe to be built.
+ When providing multiple flags, separate them with
+ spaces.
+
+
+
+ This value is independent of
+ LICENSE
+ and is typically used to mark recipes that might
+ require additional licenses in order to be used in a
+ commercial product.
+ For more information, see the
+ "Enabling Commercially Licensed Recipes"
+ section.
+
+
+
+
LICENSE_PATHPath to additional licenses used during the build.