diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 3e903327a2..38d8605bb9 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -13134,12 +13134,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSROOT_DIRS - SYSROOT_DIRS[doc] = "Directories that are staged in the sysroot." + SYSROOT_DIRS[doc] = "Directories that are staged into the sysroot by the do_populate_sysroot task." - Directories that are staged in the sysroot. + Directories that are staged into the sysroot by the + do_populate_sysroot + task. By default, the following directories are staged: SYSROOT_DIRS = " \ @@ -13156,12 +13158,18 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSROOT_DIRS_BLACKLIST - SYSROOT_DIRS_BLACKLIST[doc] = "Directories that should not be staged into sysroot." + SYSROOT_DIRS_BLACKLIST[doc] = "Directories that are not staged into the sysroot by the do_populate_sysroot task." - Directories that should not be staged into sysroot. + Directories that are not staged into the sysroot by the + do_populate_sysroot + task. + You can use this variable to exclude certain subdirectories + of directories listed in + SYSROOT_DIRS + from staging. By default, the following directories are not staged: SYSROOT_DIRS_BLACKLIST = " \ @@ -13180,13 +13188,17 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" SYSROOT_DIRS_NATIVE - SYSROOT_DIRS_NATIVE[doc] = "Extra directories staged for native into sysroot." + SYSROOT_DIRS_NATIVE[doc] = "Extra directories staged into the sysroot by the do_populate_sysroot task for -native recipes, in addition to those specified in SYSROOT_DIRS." - Extra directories staged for native into sysroot. - By default, the following directories are staged: + Extra directories staged into the sysroot by the + do_populate_sysroot + task for -native recipes, in addition + to those specified in + SYSROOT_DIRS. + By default, the following extra directories are staged: SYSROOT_DIRS_NATIVE = " \ ${bindir} \