summaryrefslogtreecommitdiffstats
path: root/documentation
diff options
context:
space:
mode:
authorScott Rifenbark <scott.m.rifenbark@intel.com>2013-09-23 10:13:03 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2013-10-01 22:52:51 +0100
commit5cb082812952fff8c07a4f0948f0d98f0650c70a (patch)
treea80f0c6866ffa4ffe438add1bfde7f2c28044608 /documentation
parente44538f4e4d17c5fcdebc973e45e0b1b56e58803 (diff)
downloadpoky-5cb082812952fff8c07a4f0948f0d98f0650c70a.tar.gz
ref-manual: Updated SRC_URI description
Added a "patchdir" option. (From yocto-docs rev: 2f4e51ea749406eaab2195df814a171bb4679a54) 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/ref-variables.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml
index d71378d271..49632365d2 100644
--- a/documentation/ref-manual/ref-variables.xml
+++ b/documentation/ref-manual/ref-variables.xml
@@ -4860,6 +4860,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
4860 <listitem><para><emphasis><filename>striplevel</filename> -</emphasis> Which 4860 <listitem><para><emphasis><filename>striplevel</filename> -</emphasis> Which
4861 striplevel to use when applying the patch. 4861 striplevel to use when applying the patch.
4862 The default level is 1.</para></listitem> 4862 The default level is 1.</para></listitem>
4863 <listitem><para><emphasis><filename>patchdir</filename> -</emphasis> Specifies
4864 the directory in which the patch should be applied.
4865 The default is <filename>${</filename><link linkend='var-S'><filename>S</filename></link><filename>}</filename>.
4866 </para></listitem>
4863 </itemizedlist> 4867 </itemizedlist>
4864 </para> 4868 </para>
4865 <para>Here are options specific to recipes building code from a revision control system: 4869 <para>Here are options specific to recipes building code from a revision control system: