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>
This commit is contained in:
Scott Rifenbark 2013-04-16 08:54:00 -07:00 committed by Richard Purdie
parent bf64daa2ab
commit cedb4ce2d8
2 changed files with 17 additions and 8 deletions

View File

@ -314,6 +314,10 @@
<link linkend='var-MACHINEOVERRIDES'><filename>MACHINEOVERRIDES</filename></link> <link linkend='var-MACHINEOVERRIDES'><filename>MACHINEOVERRIDES</filename></link>
or <link linkend='var-DISTROOVERRIDES'><filename>DISTROOVERRIDES</filename></link> or <link linkend='var-DISTROOVERRIDES'><filename>DISTROOVERRIDES</filename></link>
variables, as appropriate. variables, as appropriate.
For more changes regarding the
<filename>SRC_URI</filename> variable, see the
"<link linkend='migration-1.4-variables'>Variables</link>"
section.
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>
</para> </para>
@ -367,16 +371,21 @@
<listitem><para><emphasis><filename>SRC_URI</filename>:</emphasis> <listitem><para><emphasis><filename>SRC_URI</filename>:</emphasis>
The <filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}</filename>, The <filename>${</filename><link linkend='var-PN'><filename>PN</filename></link><filename>}</filename>,
<filename>${</filename><link linkend='var-PF'><filename>PF</filename></link><filename>}</filename>, <filename>${</filename><link linkend='var-PF'><filename>PF</filename></link><filename>}</filename>,
and <filename>${</filename><link linkend='var-P'><filename>P</filename></link><filename>}</filename> <filename>${</filename><link linkend='var-P'><filename>P</filename></link><filename>}</filename>,
directories have been dropped from the default value of the and <filename>FILE_DIRNAME</filename> directories have been
dropped from the default value of the
<link linkend='var-FILESPATH'><filename>FILESPATH</filename></link> <link linkend='var-FILESPATH'><filename>FILESPATH</filename></link>
variable, which is used as the search path for finding files variable, which is used as the search path for finding files
referred to in referred to in
<link linkend='var-SRC_URI'><filename>SRC_URI</filename></link>. <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link>.
If you have a recipe that relied upon these directories, If you have a recipe that relied upon these directories,
which would be unusual, then you will need to add the which would be unusual, then you will need to add the
appropriate paths to appropriate paths within the recipe or, alternatively,
<link linkend='var-FILESEXTRAPATHS'><filename>FILESEXTRAPATHS</filename></link>. rearrange the files.
The most common locations are still covered by
<filename>${BP}</filename>, <filename>${BPN}</filename>,
and "files", which all remain in the default value of
<link linkend='var-FILESPATH'><filename>FILESPATH</filename></link>.
</para></listitem> </para></listitem>
</itemizedlist> </itemizedlist>
</para> </para>

View File

@ -3395,10 +3395,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
<filename>${<link linkend='var-BPN'>BPN</link>}-${PV}</filename>. <filename>${<link linkend='var-BPN'>BPN</link>}-${PV}</filename>.
The base recipe name and version but without any special The base recipe name and version but without any special
package name suffix.</para></listitem> package name suffix.</para></listitem>
<listitem><para><emphasis>Files -</emphasis> Files beneath the directory in which the recipe <listitem><para><emphasis>files -</emphasis> Files within a
resides.</para></listitem> directory, which is named <filename>files</filename>
<listitem><para><emphasis>Directory -</emphasis> The directory itself in which the recipe and is also alongside the recipe.
resides.</para></listitem> </para></listitem>
</itemizedlist></para></listitem> </itemizedlist></para></listitem>
<listitem><para><emphasis><filename>bzr://</filename> -</emphasis> Fetches files from a <listitem><para><emphasis><filename>bzr://</filename> -</emphasis> Fetches files from a
Bazaar revision control repository.</para></listitem> Bazaar revision control repository.</para></listitem>