summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2016-06-30 13:43:41 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2016-08-19 08:42:19 +0100
commita8377d1073fe11f9065a3dbe9f64b3cc5da09134 (patch)
tree26a8977eb9f61caa420f29d390ed690ce195e16e /documentation
parent52e13fb0079e72cb88ec02f7af59af7f0d5ef6f7 (diff)
downloadpoky-a8377d1073fe11f9065a3dbe9f64b3cc5da09134.tar.gz
ref-manual: Fixed typo in the "Shared State" section.
Fixes [YOCTO #9823] The do_deploy[sstate-inputdirs] string was wrongly do_deploy[sstate-inputsdirs]. (From yocto-docs rev: e4e6cde59b81ec66af4d01b41d89f5ab9a10571a) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r--documentation/ref-manual/technical-details.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentation/ref-manual/technical-details.xml b/documentation/ref-manual/technical-details.xml
index 8e0b9573bd..193787d312 100644
--- a/documentation/ref-manual/technical-details.xml
+++ b/documentation/ref-manual/technical-details.xml
@@ -703,7 +703,7 @@
703 </para></listitem> 703 </para></listitem>
704 <listitem><para> 704 <listitem><para>
705 The 705 The
706 <filename>do_deploy[sstate-inputsdirs] = "${DEPLOYDIR}"</filename> 706 <filename>do_deploy[sstate-inputdirs] = "${DEPLOYDIR}"</filename>
707 declares that <filename>do_deploy</filename> places its 707 declares that <filename>do_deploy</filename> places its
708 output in <filename>${DEPLOYDIR}</filename> when run 708 output in <filename>${DEPLOYDIR}</filename> when run
709 normally (i.e. when not using the sstate cache). 709 normally (i.e. when not using the sstate cache).