From 543337e8492059291a22472db86593606922bf11 Mon Sep 17 00:00:00 2001 From: Kristi Rifenbark Date: Wed, 16 Aug 2017 18:06:43 -0700 Subject: [PATCH] ref-manual: Added new variable Added SYSROOT_DESTDIR to the variable glossary. (From yocto-docs rev: abb83993ade1200fb99b2c9ee65ea835773c950b) Signed-off-by: Kristi Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-variables.xml | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) 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."