diff options
| author | Richard Purdie <richard@openedhand.com> | 2006-06-10 08:56:40 +0000 |
|---|---|---|
| committer | Richard Purdie <richard@openedhand.com> | 2006-06-10 08:56:40 +0000 |
| commit | bc8ad1b1cda0dd21b5b0b816b386b0bf96d5891a (patch) | |
| tree | aff958d279429942895c02807bf5da84d77cf5c7 /bitbake/doc | |
| parent | 65cef0da326e839871f21f638bdfc7fda17e4654 (diff) | |
| download | poky-bc8ad1b1cda0dd21b5b0b816b386b0bf96d5891a.tar.gz | |
bitbake: Update against upstream stable branch (includes srcdate='now' support)
git-svn-id: https://svn.o-hand.com/repos/poky/trunk@458 311d38ba-8fff-0310-9ca6-ca027cbcb966
Diffstat (limited to 'bitbake/doc')
| -rw-r--r-- | bitbake/doc/manual/usermanual.xml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/bitbake/doc/manual/usermanual.xml b/bitbake/doc/manual/usermanual.xml index 33150b10f2..c314236c6f 100644 --- a/bitbake/doc/manual/usermanual.xml +++ b/bitbake/doc/manual/usermanual.xml | |||
| @@ -250,9 +250,9 @@ a per URI parameters separated by a <quote>;</quote> consisting of a key and a v | |||
| 250 | 250 | ||
| 251 | <section> | 251 | <section> |
| 252 | <title>CVS File Fetcher</title> | 252 | <title>CVS File Fetcher</title> |
| 253 | <para>The URN for the CVS Fetcher is <emphasis>cvs</emphasis>. This Fetcher honors the variables <varname>DL_DIR</varname>, <varname>SRCDATE</varname>, <varname>FETCHCOMMAND_cvs</varname>, <varname>UPDATECOMMAND_cvs</varname>. <varname>DL_DIRS</varname> specifies where a temporary checkout is saved, <varname>SRCDATE</varname> specifies which date to use when doing the fetching, <varname>FETCHCOMMAND</varname> and <varname>UPDATECOMMAND</varname> specify which executables should be used when doing the CVS checkout or update. | 253 | <para>The URN for the CVS Fetcher is <emphasis>cvs</emphasis>. This Fetcher honors the variables <varname>DL_DIR</varname>, <varname>SRCDATE</varname>, <varname>FETCHCOMMAND_cvs</varname>, <varname>UPDATECOMMAND_cvs</varname>. <varname>DL_DIRS</varname> specifies where a temporary checkout is saved, <varname>SRCDATE</varname> specifies which date to use when doing the fetching (the special value of "now" will cause the checkout to be updated on every build), <varname>FETCHCOMMAND</varname> and <varname>UPDATECOMMAND</varname> specify which executables should be used when doing the CVS checkout or update. |
| 254 | </para> | 254 | </para> |
| 255 | <para>The supported Parameters are <varname>module</varname>, <varname>tag</varname>, <varname>date</varname>, <varname>method</varname>, <varname>localdir</varname>, <varname>rsh</varname>. The <varname>module</varname> specifies which module to check out, the <varname>tag</varname> describes which CVS TAG should be used for the checkout by default the TAG is empty. A <varname>date</varname> can be specified to override the SRCDATE of the configuration to checkout a specific date. <varname>method</varname> is by default <emphasis>pserver</emphasis>, if <emphasis>ext</emphasis> is used the <varname>rsh</varname> parameter will be evaluated and <varname>CVS_RSH</varname> will be set. Finally <varname>localdir</varname> is used to checkout into a special directory relative to <varname>CVSDIR></varname>. | 255 | <para>The supported Parameters are <varname>module</varname>, <varname>tag</varname>, <varname>date</varname>, <varname>method</varname>, <varname>localdir</varname>, <varname>rsh</varname>. The <varname>module</varname> specifies which module to check out, the <varname>tag</varname> describes which CVS TAG should be used for the checkout by default the TAG is empty. A <varname>date</varname> can be specified to override the SRCDATE of the configuration to checkout a specific date. The special value of "now" will cause the checkout to be updated on every build.<varname>method</varname> is by default <emphasis>pserver</emphasis>, if <emphasis>ext</emphasis> is used the <varname>rsh</varname> parameter will be evaluated and <varname>CVS_RSH</varname> will be set. Finally <varname>localdir</varname> is used to checkout into a special directory relative to <varname>CVSDIR></varname>. |
| 256 | <screen><varname>SRC_URI</varname> = "cvs://CVSROOT;module=mymodule;tag=some-version;method=ext" | 256 | <screen><varname>SRC_URI</varname> = "cvs://CVSROOT;module=mymodule;tag=some-version;method=ext" |
| 257 | <varname>SRC_URI</varname> = "cvs://CVSROOT;module=mymodule;date=20060126;localdir=usethat" | 257 | <varname>SRC_URI</varname> = "cvs://CVSROOT;module=mymodule;date=20060126;localdir=usethat" |
| 258 | </screen> | 258 | </screen> |
| @@ -275,7 +275,7 @@ will be tried first when fetching a file if that fails the actual file will be t | |||
| 275 | <section> | 275 | <section> |
| 276 | <title>SVK Fetcher</title> | 276 | <title>SVK Fetcher</title> |
| 277 | <para> | 277 | <para> |
| 278 | <emphasis>Currently NOT suppoered</emphasis> | 278 | <emphasis>Currently NOT supported</emphasis> |
| 279 | </para> | 279 | </para> |
| 280 | </section> | 280 | </section> |
| 281 | 281 | ||
| @@ -283,7 +283,7 @@ will be tried first when fetching a file if that fails the actual file will be t | |||
| 283 | <title>SVN Fetcher</title> | 283 | <title>SVN Fetcher</title> |
| 284 | <para>The URN for the SVN Fetcher is <emphasis>svn</emphasis>. | 284 | <para>The URN for the SVN Fetcher is <emphasis>svn</emphasis>. |
| 285 | </para> | 285 | </para> |
| 286 | <para>The Variables <varname>FETCHCOMMAND_svn</varname>, <varname>DL_DIR</varname> are used by the SVN Fetcher. <varname>FETCHCOMMAND</varname> contains the subversion command, <varname>DL_DIR</varname> is the directory where tarballs will be saved. | 286 | <para>This Fetcher honors the variables <varname>FETCHCOMMAND_svn</varname>, <varname>DL_DIR</varname>, <varname>SRCDATE</varname>. <varname>FETCHCOMMAND</varname> contains the subversion command, <varname>DL_DIR</varname> is the directory where tarballs will be saved, <varname>SRCDATE</varname> specifies which date to use when doing the fetching (the special value of "now" will cause the checkout to be updated on every build). |
| 287 | </para> | 287 | </para> |
| 288 | <para>The supported Parameters are <varname>proto</varname>, <varname>rev</varname>. <varname>proto</varname> is the subversion prototype, <varname>rev</varname> is the subversions revision. | 288 | <para>The supported Parameters are <varname>proto</varname>, <varname>rev</varname>. <varname>proto</varname> is the subversion prototype, <varname>rev</varname> is the subversions revision. |
| 289 | </para> | 289 | </para> |
