diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2013-09-23 10:13:03 -0700 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2013-10-01 22:52:51 +0100 |
commit | 5cb082812952fff8c07a4f0948f0d98f0650c70a (patch) | |
tree | a80f0c6866ffa4ffe438add1bfde7f2c28044608 /documentation/ref-manual/ref-variables.xml | |
parent | e44538f4e4d17c5fcdebc973e45e0b1b56e58803 (diff) | |
download | ast2050-yocto-poky-5cb082812952fff8c07a4f0948f0d98f0650c70a.zip ast2050-yocto-poky-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/ref-manual/ref-variables.xml')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index d71378d..4963236 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" <listitem><para><emphasis><filename>striplevel</filename> -</emphasis> Which striplevel to use when applying the patch. The default level is 1.</para></listitem> + <listitem><para><emphasis><filename>patchdir</filename> -</emphasis> Specifies + the directory in which the patch should be applied. + The default is <filename>${</filename><link linkend='var-S'><filename>S</filename></link><filename>}</filename>. + </para></listitem> </itemizedlist> </para> <para>Here are options specific to recipes building code from a revision control system: |