summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/migration.xml
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-04-16 08:54:00 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-04-17 22:34:16 +0100
commitcedb4ce2d86f55791325e5b4a8e30f97710ce75e (patch)
treecd5807f99dd144e8b6830a2200532ada0cad1d6c /documentation/ref-manual/migration.xml
parentbf64daa2ab88f40bcc9aace2098cd49cbce850d1 (diff)
downloadpoky-cedb4ce2d86f55791325e5b4a8e30f97710ce75e.tar.gz
ref-manual: Changes to the migration section
Paul gave this a review and we found some issues. Slight changes. (From yocto-docs rev: 1e64fe277a6daaf484e56c3e9117fd72bb107614) 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.xml17
1 files changed, 13 insertions, 4 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index e1faea0fa9..69f0f8d3a2 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -314,6 +314,10 @@
314 <link linkend='var-MACHINEOVERRIDES'><filename>MACHINEOVERRIDES</filename></link> 314 <link linkend='var-MACHINEOVERRIDES'><filename>MACHINEOVERRIDES</filename></link>
315 or <link linkend='var-DISTROOVERRIDES'><filename>DISTROOVERRIDES</filename></link> 315 or <link linkend='var-DISTROOVERRIDES'><filename>DISTROOVERRIDES</filename></link>
316 variables, as appropriate. 316 variables, as appropriate.
317 For more changes regarding the
318 <filename>SRC_URI</filename> variable, see the
319 "<link linkend='migration-1.4-variables'>Variables</link>"
320 section.
317 </para></listitem> 321 </para></listitem>
318 </itemizedlist> 322 </itemizedlist>
319 </para> 323 </para>
@@ -367,16 +371,21 @@
367 <listitem><para><emphasis><filename>SRC_URI</filename>:</emphasis> 371 <listitem><para><emphasis><filename>SRC_URI</filename>:</emphasis>
368 The <filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}</filename>, 372 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>, 373 <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> 374 <filename>${</filename><link linkend='var-P'><filename>P</filename></link><filename>}</filename>,
371 directories have been dropped from the default value of the 375 and <filename>FILE_DIRNAME</filename> directories have been
376 dropped from the default value of the
372 <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link> 377 <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link>
373 variable, which is used as the search path for finding files 378 variable, which is used as the search path for finding files
374 referred to in 379 referred to in
375 <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link>. 380 <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link>.
376 If you have a recipe that relied upon these directories, 381 If you have a recipe that relied upon these directories,
377 which would be unusual, then you will need to add the 382 which would be unusual, then you will need to add the
378 appropriate paths to 383 appropriate paths within the recipe or, alternatively,
379 <link linkend='var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></link>. 384 rearrange the files.
385 The most common locations are still covered by
386 <filename>${BP}</filename>, <filename>${BPN}</filename>,
387 and "files", which all remain in the default value of
388 <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link>.
380 </para></listitem> 389 </para></listitem>
381 </itemizedlist> 390 </itemizedlist>
382 </para> 391 </para>