diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 0f3842be18..1d9e8788f3 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -13568,6 +13568,28 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" + SYSROOT_DESTDIR + + SYSROOT_DESTDIR[doc] = "Points to the temporary work directory (default ${WORKDIR}/sysroot-destdir) where the files that will be populated into the sysroot are assembled during the do_populate_sysroot task." + + + + + Points to the temporary directory under the work directory + (default + ${WORKDIR}/sysroot-destidir) + where the files + that will be populated into the sysroot are assembled + during the + do_populate_sysroot + task. + + SYSROOT_DESTDIR ?= "console=ttyS0,115200" + + + + + SYSROOT_DIRS SYSROOT_DIRS[doc] = "Directories that are staged into the sysroot by the do_populate_sysroot task."