diff --git a/documentation/poky-ref-manual/ref-variables.xml b/documentation/poky-ref-manual/ref-variables.xml
index b416337da6..3b7ae79eae 100644
--- a/documentation/poky-ref-manual/ref-variables.xml
+++ b/documentation/poky-ref-manual/ref-variables.xml
@@ -497,9 +497,16 @@
DISTRO_FEATURES
if not also present in
DISTRO_FEATURES_BACKFILL_CONSIDERED.
- See the "Feature Backfilling" section for
+
+
+
+ This variable is set in the meta/conf/bitbake.conf file.
+ It is not intended to be user-configurable.
+ It is best to just reference the variable to see which distro features are
+ being backfilled for all distro configurations.
+ See the Feature backfilling section for
more information.
-
+
@@ -507,8 +514,9 @@
Features from
DISTRO_FEATURES_BACKFILL
- that should not be added to
- DISTRO_FEATURES.
+ that should not backfilled (i.e. added to
+ DISTRO_FEATURES)
+ during the build.
See the "Feature Backfilling" section for
more information.
@@ -1631,9 +1639,16 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
MACHINE_FEATURES
if not also present in
MACHINE_FEATURES_BACKFILL_CONSIDERED.
+
+
+
+ This variable is set in the meta/conf/bitbake.conf file.
+ It is not intended to be user-configurable.
+ It is best to just reference the variable to see which machine features are
+ being backfilled for all machine configurations.
See the Feature backfilling section for
more information.
-
+
@@ -1641,8 +1656,9 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
Features from
MACHINE_FEATURES_BACKFILL
- that should not be added to
- MACHINE_FEATURES.
+ that should not be backfilled (i.e. added to
+ MACHINE_FEATURES)
+ during the build.
See the Feature backfilling section for
more information.