summaryrefslogtreecommitdiffstats
path: root/bitbake/doc
diff options
context:
space:
mode:
authorRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-18 15:13:13 +0000
committerRichard Purdie <richard.purdie@linuxfoundation.org>2014-01-27 21:03:23 +0000
commit0de491b766ffb49543392a43f004fbe5dff2540b (patch)
tree1f73ffb9735d467b602d162ad868fd73259e5527 /bitbake/doc
parentd0c16f9467e239203be04678b7b5652fd2436833 (diff)
downloadast2050-yocto-poky-0de491b766ffb49543392a43f004fbe5dff2540b.zip
ast2050-yocto-poky-0de491b766ffb49543392a43f004fbe5dff2540b.tar.gz
bitbake: user-manual-fetching: Change screen -> literallayout
(Bitbake rev: e0474be77c954cac3bb9b403d6c854ff447cc02d) Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'bitbake/doc')
-rw-r--r--bitbake/doc/user-manual/user-manual-fetching.xml76
1 files changed, 37 insertions, 39 deletions
diff --git a/bitbake/doc/user-manual/user-manual-fetching.xml b/bitbake/doc/user-manual/user-manual-fetching.xml
index 23ff348..18c0214 100644
--- a/bitbake/doc/user-manual/user-manual-fetching.xml
+++ b/bitbake/doc/user-manual/user-manual-fetching.xml
@@ -41,23 +41,22 @@
a git repository on an http server as a tarball for example.
Some example commonly used mirror
definitions are:
- </para>
+ <literallayout class='monospaced'>
+PREMIRRORS ?= "\
+ bzr://.*/.* http://somemirror.org/sources/ \n \
+ cvs://.*/.* http://somemirror.org/sources/ \n \
+ git://.*/.* http://somemirror.org/sources/ \n \
+ hg://.*/.* http://somemirror.org/sources/ \n \
+ osc://.*/.* http://somemirror.org/sources/ \n \
+ p4://.*/.* http://somemirror.org/sources/ \n \
+ svk://.*/.* http://somemirror.org/sources/ \n \
+ svn://.*/.* http://somemirror.org/sources/ \n"
- <para>
- <screen><varname>PREMIRRORS</varname> ?= "\
-bzr://.*/.* http://somemirror.org/sources/ \n \
-cvs://.*/.* http://somemirror.org/sources/ \n \
-git://.*/.* http://somemirror.org/sources/ \n \
-hg://.*/.* http://somemirror.org/sources/ \n \
-osc://.*/.* http://somemirror.org/sources/ \n \
-p4://.*/.* http://somemirror.org/sources/ \n \
-svk://.*/.* http://somemirror.org/sources/ \n \
-svn://.*/.* http://somemirror.org/sources/ \n"
-
-<varname>MIRRORS</varname> =+ "\
-ftp://.*/.* http://somemirror.org/sources/ \n \
-http://.*/.* http://somemirror.org/sources/ \n \
-https://.*/.* http://somemirror.org/sources/ \n"</screen>
+MIRRORS =+ "\
+ ftp://.*/.* http://somemirror.org/sources/ \n \
+ http://.*/.* http://somemirror.org/sources/ \n \
+ https://.*/.* http://somemirror.org/sources/ \n"
+ </literallayout>
</para>
<para>
@@ -96,10 +95,11 @@ https://.*/.* http://somemirror.org/sources/ \n"</screen>
The metadata usually extend these variables to include
variations of the values in <varname>OVERRIDES</varname>.
Single files and complete directories can be specified.
-<screen><varname>SRC_URI</varname>= "file://relativefile.patch"
-<varname>SRC_URI</varname>= "file://relativefile.patch;this=ignored"
-<varname>SRC_URI</varname>= "file:///Users/ich/very_important_software"
-</screen>
+ <literallayout class='monospaced'>
+ SRC_URI = "file://relativefile.patch"
+ SRC_URI = "file://relativefile.patch;this=ignored"
+ SRC_URI = "file:///Users/ich/very_important_software"
+ </literallayout>
</para>
</section>
@@ -138,9 +138,10 @@ https://.*/.* http://somemirror.org/sources/ \n"</screen>
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>.
-<screen><varname>SRC_URI</varname> = "cvs://CVSROOT;module=mymodule;tag=some-version;method=ext"
-<varname>SRC_URI</varname> = "cvs://CVSROOT;module=mymodule;date=20060126;localdir=usethat"
-</screen>
+ <literallayout class='monospaced'>
+ SRC_URI = "cvs://CVSROOT;module=mymodule;tag=some-version;method=ext"
+ SRC_URI = "cvs://CVSROOT;module=mymodule;date=20060126;localdir=usethat"
+ </literallayout>
</para>
</section>
@@ -155,12 +156,11 @@ https://.*/.* http://somemirror.org/sources/ \n"</screen>
for fetching.
<quote>${URI}</quote> and <quote>${FILES}</quote> will be replaced by the URI and
basename of the file to be fetched.
- </para>
- <para>
- <screen><varname>SRC_URI</varname> = "http://oe.handhelds.org/not_there.aac"
-<varname>SRC_URI</varname> = "ftp://oe.handhelds.org/not_there_as_well.aac"
-<varname>SRC_URI</varname> = "ftp://you@oe.handheld.sorg/home/you/secret.plan"
-</screen>
+ <literallayout class='monospaced'>
+ SRC_URI = "http://oe.handhelds.org/not_there.aac"
+ SRC_URI = "ftp://oe.handhelds.org/not_there_as_well.aac"
+ SRC_URI = "ftp://you@oe.handheld.sorg/home/you/secret.plan"
+ </literallayout>
</para>
</section>
@@ -187,11 +187,10 @@ https://.*/.* http://somemirror.org/sources/ \n"</screen>
Subversion revision.
If <varname>scmdata</varname> is set to <quote>keep</quote>, the <quote>.svn</quote> directories will
be available during compile-time.
- </para>
- <para>
- <screen><varname>SRC_URI</varname> = "svn://svn.oe.handhelds.org/svn;module=vip;proto=http;rev=667"
-<varname>SRC_URI</varname> = "svn://svn.oe.handhelds.org/svn/;module=opie;proto=svn+ssh;date=20060126"
-</screen>
+ <literallayout class='monospaced'>
+ SRC_URI = "svn://svn.oe.handhelds.org/svn;module=vip;proto=http;rev=667"
+ SRC_URI = "svn://svn.oe.handhelds.org/svn/;module=opie;proto=svn+ssh;date=20060126"
+ </literallayout>
</para>
</section>
@@ -213,11 +212,10 @@ https://.*/.* http://somemirror.org/sources/ \n"</screen>
if a hostname is set, otherwise its <quote>file</quote>.
If <emphasis>scmdata</emphasis> is set to <quote>keep</quote>, the <quote>.git</quote> directory will be available
during compile-time.
- </para>
- <para>
- <screen><varname>SRC_URI</varname> = "git://git.oe.handhelds.org/git/vip.git;tag=version-1"
-<varname>SRC_URI</varname> = "git://git.oe.handhelds.org/git/vip.git;protocol=http"
- </screen>
+ <literallayout class='monospaced'>
+ SRC_URI = "git://git.oe.handhelds.org/git/vip.git;tag=version-1"
+ SRC_URI = "git://git.oe.handhelds.org/git/vip.git;protocol=http"
+ </literallayout>
</para>
</section>
</chapter>
OpenPOWER on IntegriCloud