diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
index 4d06ff950c..e26422a421 100644
--- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
+++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-ref-variables.xml
@@ -986,6 +986,27 @@
BBCLASSEXTEND =+ "native nativesdk"
BBCLASSEXTEND =+ "multilib:multilib_name"
+
+
+ Internally, the BBCLASSEXTEND
+ mechanism generates recipe variants by rewriting
+ variable values and applying overrides such as
+ _class-native.
+ For example, to generate a native version of a recipe
+ named "foo", a
+ DEPENDS
+ on "foo" is rewritten to a DEPENDS
+ on "foo-native".
+
+
+
+ No reparsing, which adds some limitations, of the
+ recipe is done for each variant.
+ For example, it is not possible to "include" a
+ different file depending on the variant, since
+ "include's" are processed when the recipe is parsed.
+
+