1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 12:29:55 +00:00

bitbake: bitbake-user-manual-fetching.xml: Minor edits to clearcase fetcher

(Bitbake rev: 33cd736d84eb8d4719e430450f26acaee5b31782)

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
2014-07-22 12:17:05 +03:00
committed by Richard Purdie
parent d0dec8496f
commit 4643e6b76c
@@ -609,7 +609,7 @@
</section> </section>
<section id='clearcase-fetcher'> <section id='clearcase-fetcher'>
<title>Git Submodule Fetcher (<filename>gitsm://</filename>)</title> <title>ClearCase Fetcher (<filename>ccrc://</filename>)</title>
<para> <para>
This fetcher submodule fetches code from a This fetcher submodule fetches code from a
@@ -619,9 +619,9 @@
<para> <para>
To use this fetcher, make sure your recipe has proper To use this fetcher, make sure your recipe has proper
<ulink url='var-SRC_URI'><filename>SRC_URI</filename></ulink>, <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link>,
<ulink url='var-SRCREV'><filename>SRCREV</filename></ulink>, and <link linkend='var-SRCREV'><filename>SRCREV</filename></link>, and
<ulink url='var-PV'><filename>PV</filename></ulink> settings. <link linkend='var-PV'><filename>PV</filename></link> settings.
Here is an example: Here is an example:
<literallayout class='monospaced'> <literallayout class='monospaced'>
SRC_URI = "ccrc://cc.example.org/ccrc;vob=/example_vob;module=/example_module" SRC_URI = "ccrc://cc.example.org/ccrc;vob=/example_vob;module=/example_module"