diff options
author | Scott Rifenbark <scott.m.rifenbark@intel.com> | 2014-07-22 12:17:05 +0300 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2014-08-02 09:30:01 +0100 |
commit | 4643e6b76c54f36744dbba4d41f0d0a32658e5cd (patch) | |
tree | ec9eb2feb9929e86ea5e06b038d5cdc3b45355fb /bitbake/doc | |
parent | d0dec8496fe91c862360095dbbfcec9aed9c6033 (diff) | |
download | poky-4643e6b76c54f36744dbba4d41f0d0a32658e5cd.tar.gz |
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>
Diffstat (limited to 'bitbake/doc')
-rw-r--r-- | bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml index 30f7c141d1..0dff736dea 100644 --- a/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml +++ b/bitbake/doc/bitbake-user-manual/bitbake-user-manual-fetching.xml | |||
@@ -609,7 +609,7 @@ | |||
609 | </section> | 609 | </section> |
610 | 610 | ||
611 | <section id='clearcase-fetcher'> | 611 | <section id='clearcase-fetcher'> |
612 | <title>Git Submodule Fetcher (<filename>gitsm://</filename>)</title> | 612 | <title>ClearCase Fetcher (<filename>ccrc://</filename>)</title> |
613 | 613 | ||
614 | <para> | 614 | <para> |
615 | This fetcher submodule fetches code from a | 615 | This fetcher submodule fetches code from a |
@@ -619,9 +619,9 @@ | |||
619 | 619 | ||
620 | <para> | 620 | <para> |
621 | To use this fetcher, make sure your recipe has proper | 621 | To use this fetcher, make sure your recipe has proper |
622 | <ulink url='var-SRC_URI'><filename>SRC_URI</filename></ulink>, | 622 | <link linkend='var-SRC_URI'><filename>SRC_URI</filename></link>, |
623 | <ulink url='var-SRCREV'><filename>SRCREV</filename></ulink>, and | 623 | <link linkend='var-SRCREV'><filename>SRCREV</filename></link>, and |
624 | <ulink url='var-PV'><filename>PV</filename></ulink> settings. | 624 | <link linkend='var-PV'><filename>PV</filename></link> settings. |
625 | Here is an example: | 625 | Here is an example: |
626 | <literallayout class='monospaced'> | 626 | <literallayout class='monospaced'> |
627 | SRC_URI = "ccrc://cc.example.org/ccrc;vob=/example_vob;module=/example_module" | 627 | SRC_URI = "ccrc://cc.example.org/ccrc;vob=/example_vob;module=/example_module" |