diff options
Diffstat (limited to 'documentation/ref-manual/migration.xml')
-rw-r--r-- | documentation/ref-manual/migration.xml | 17 |
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> |