diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 62e2d0de45..8de8eed25e 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -990,8 +990,8 @@ Core layer for images cannot be removed EXTRA_IMAGEDEPENDS - A list of recipes to be built that do not provide packages to be installed in - the root filesystem. + A list of recipes to build that do not provide packages + for installing into the root filesystem. Sometimes a recipe is required to build the final image but is not needed in the root filesystem. @@ -1001,7 +1001,8 @@ Core layer for images cannot be removed To add packages to the root filesystem, see the various - *DEPENDS and *RECOMMENDS + *RDEPENDS + and *RRECOMMENDS variables.