mirror of
git://git.yoctoproject.org/poky
synced 2026-05-19 10:39:46 +00:00
Creation involved removing the overview-manual and replacing it with the getting-started manual. All links to the string "&YOCTO_DOCS_OVERVIEW_URL" had to be replaced with "&YOCTO_DOCS_GS_URL" across the entire YP manual set. I renamed files used to create the manual with prefixes suited for the new manual name, which is "Getting Started With Yocto Project". The style sheet for the new manual needed updating to display the new .PNG image for the title page. The mega-manual file had to be updated to include the files. The mega-manual.sed file had to be updated to include the new manual and not use the overview manual. (From yocto-docs rev: 6c7abf9192390121000f577d6c98f259d290d15d) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
38 lines
2.0 KiB
HTML
38 lines
2.0 KiB
HTML
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||
<title>2.8.3.4. Source Mirror(s)</title>
|
||
<link rel="stylesheet" type="text/css" href="../book.css">
|
||
<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
|
||
<link rel="home" href="index.html" title="Getting Started With Yocto Project">
|
||
<link rel="up" href="sources-dev-environment.html" title="2.8.3. Sources">
|
||
<link rel="prev" href="scms.html" title="2.8.3.3. Source Control Managers (Optional)">
|
||
<link rel="next" href="package-feeds-dev-environment.html" title="2.8.4. Package Feeds">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="2.8.3.4. Source Mirror(s)">
|
||
<div class="titlepage"><div><div><h4 class="title">
|
||
<a name="source-mirrors"></a>2.8.3.4. Source Mirror(s)</h4></div></div></div>
|
||
<p>
|
||
Two kinds of mirrors exist: pre-mirrors and regular mirrors.
|
||
The
|
||
<a class="link" href="../ref-manual/var-PREMIRRORS.html" target="_self"><code class="filename">PREMIRRORS</code></a>
|
||
and
|
||
<a class="link" href="../ref-manual/var-MIRRORS.html" target="_self"><code class="filename">MIRRORS</code></a>
|
||
variables point to these, respectively.
|
||
BitBake checks pre-mirrors before looking upstream for any
|
||
source files.
|
||
Pre-mirrors are appropriate when you have a shared directory
|
||
that is not a directory defined by the
|
||
<a class="link" href="../ref-manual/var-DL_DIR.html" target="_self"><code class="filename">DL_DIR</code></a>
|
||
variable.
|
||
A Pre-mirror typically points to a shared directory that is
|
||
local to your organization.
|
||
</p>
|
||
<p>
|
||
Regular mirrors can be any site across the Internet that is
|
||
used as an alternative location for source code should the
|
||
primary site not be functioning for some reason or another.
|
||
</p>
|
||
</div></body>
|
||
</html>
|