From: Kristi Rifenbark Date: Thu, 17 Aug 2017 01:06:43 +0000 (-0700) Subject: ref-manual: Added new variable X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=d8b1b09455e4d0c5550e42741ac23d5bf9e49aef;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git ref-manual: Added new variable Added SYSROOT_DESTDIR to the variable glossary. (From yocto-docs rev: 37388eccf162811ba7b9fd3ee3c110a8fa0f2556) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index ff8f4e73d04..f2414c5887a 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -13576,6 +13576,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."