diff options
author | Robert P. J. Day <rpjday@crashcourse.ca> | 2013-11-06 09:10:09 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-12-03 12:53:04 +0000 |
commit | c1f030fc938a3458518d39af362537f503bff371 (patch) | |
tree | 834c13a99dc7e04a9749ce7ae064651519f4bdf1 /documentation | |
parent | 4a5282213f00bc7361ee69930426debda1e83584 (diff) | |
download | poky-c1f030fc938a3458518d39af362537f503bff371.tar.gz |
ref-manual: Couple innocuuous tweaks to migration chapter.
(From yocto-docs rev: f7a8505970efa8a7919710fa8caa4137bfac2435)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/migration.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index bb6203998b..a3a3e88a07 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -34,7 +34,7 @@ | |||
34 | <para> | 34 | <para> |
35 | The shared state cache (sstate-cache), as pointed to by | 35 | The shared state cache (sstate-cache), as pointed to by |
36 | <link linkend='var-SSTATE_DIR'><filename>SSTATE_DIR</filename></link>, by default | 36 | <link linkend='var-SSTATE_DIR'><filename>SSTATE_DIR</filename></link>, by default |
37 | now has two-character subdirectories to prevent issues rising | 37 | now has two-character subdirectories to prevent issues arising |
38 | from too many files in the same directory. | 38 | from too many files in the same directory. |
39 | Also, native sstate-cache packages will go into a subdirectory named using | 39 | Also, native sstate-cache packages will go into a subdirectory named using |
40 | the distro ID string. | 40 | the distro ID string. |
@@ -755,7 +755,7 @@ | |||
755 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> | 755 | <ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink> |
756 | rather than | 756 | rather than |
757 | <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link>. | 757 | <link linkend='var-TMPDIR'><filename>TMPDIR</filename></link>. |
758 | Doing so makes it a easier to delete | 758 | Doing so makes it easier to delete |
759 | <filename>TMPDIR</filename> and preserve the build history. | 759 | <filename>TMPDIR</filename> and preserve the build history. |
760 | Additionally, data for produced SDKs is now split by | 760 | Additionally, data for produced SDKs is now split by |
761 | <link linkend='var-IMAGE_NAME'><filename>IMAGE_NAME</filename></link>. | 761 | <link linkend='var-IMAGE_NAME'><filename>IMAGE_NAME</filename></link>. |