diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-04-12 13:27:42 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-04-13 23:57:17 +0100 |
commit | 068085f79010e3db70085d4b789f84ae721e4901 (patch) | |
tree | 5c334692293e226782801085fb32589be2dbedf4 /documentation/ref-manual/migration.xml | |
parent | 424611ace8cc5edd6f5092426a95670f35cd7527 (diff) | |
download | poky-068085f79010e3db70085d4b789f84ae721e4901.tar.gz |
ref-manual: Review comments applied for patch session
Paul Eggleton provided quite a series of patches that I previously
applied. These changes represent the edits from an interactive
review he conducted with me. The series of changes represents
his review for the entire set of changes in the original patch
series.
(From yocto-docs rev: e26f615a01de2b101e97eb6fd7175b813f74295e)
Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r-- | documentation/ref-manual/migration.xml | 37 |
1 files changed, 28 insertions, 9 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml index a0da6b75c7..e1faea0fa9 100644 --- a/documentation/ref-manual/migration.xml +++ b/documentation/ref-manual/migration.xml | |||
@@ -351,15 +351,34 @@ | |||
351 | <title>Variables</title> | 351 | <title>Variables</title> |
352 | 352 | ||
353 | <para> | 353 | <para> |
354 | The <link linkend='var-SANITY_TESTED_DISTROS'><filename>SANITY_TESTED_DISTROS</filename></link> | 354 | The following variables have changed: |
355 | variable now uses a | 355 | <itemizedlist> |
356 | distribution ID, which is composed of the host distributor ID | 356 | <listitem><para><emphasis><filename>SANITY_TESTED_DISTROS</filename>:</emphasis> |
357 | followed by the release. | 357 | This variable now uses a distribution ID, which is composed |
358 | Previously, it was composed of the description field. | 358 | of the host distributor ID followed by the release. |
359 | For example, "Ubuntu 12.10" becomes "Ubuntu-12.10". | 359 | Previously, |
360 | You do not need to worry about this change if you are not | 360 | <link linkend='var-SANITY_TESTED_DISTROS'><filename>SANITY_TESTED_DISTROS</filename></link> |
361 | specifically setting this variable, or if you are | 361 | was composed of the description field. |
362 | specifically setting it to "". | 362 | For example, "Ubuntu 12.10" becomes "Ubuntu-12.10". |
363 | You do not need to worry about this change if you are not | ||
364 | specifically setting this variable, or if you are | ||
365 | specifically setting it to "". | ||
366 | </para></listitem> | ||
367 | <listitem><para><emphasis><filename>SRC_URI</filename>:</emphasis> | ||
368 | The <filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}</filename>, | ||
369 | <filename>${</filename><link linkend='var-PF'><filename>PF</filename></link><filename>}</filename>, | ||
370 | and <filename>${</filename><link linkend='var-P'><filename>P</filename></link><filename>}</filename> | ||
371 | directories have been dropped from the default value of the | ||
372 | <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link> | ||
373 | variable, which is used as the search path for finding files | ||
374 | referred to in | ||
375 | <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link>. | ||
376 | If you have a recipe that relied upon these directories, | ||
377 | which would be unusual, then you will need to add the | ||
378 | appropriate paths to | ||
379 | <link linkend='var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></link>. | ||
380 | </para></listitem> | ||
381 | </itemizedlist> | ||
363 | </para> | 382 | </para> |
364 | </section> | 383 | </section> |
365 | 384 | ||