mirror of
https://git.yoctoproject.org/poky
synced 2026-04-28 15:32:27 +02:00
Changing the folder that holds the YP Reference Manual to be "ref-manual". This will help with confustion over the manual's intended purpose. (From yocto-docs rev: 1106442964b5080cb0b6b3bd3af32e9407c0f7c1) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
38 lines
2.6 KiB
HTML
38 lines
2.6 KiB
HTML
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||
<title>5.2.2. build/conf/local.conf</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="The Yocto Project Reference Manual">
|
||
<link rel="up" href="structure-build.html" title="5.2. The Build Directory - build/">
|
||
<link rel="prev" href="structure-build-pseudodone.html" title="5.2.1. build/pseudodone">
|
||
<link rel="next" href="structure-build-conf-bblayers.conf.html" title="5.2.3. build/conf/bblayers.conf">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="5.2.2. build/conf/local.conf">
|
||
<div class="titlepage"><div><div><h3 class="title">
|
||
<a name="structure-build-conf-local.conf"></a>5.2.2. <code class="filename">build/conf/local.conf</code>
|
||
</h3></div></div></div>
|
||
<p>
|
||
This file contains all the local user configuration for your build environment.
|
||
If there is no <code class="filename">local.conf</code> present, it is created from
|
||
<code class="filename">local.conf.sample</code>.
|
||
The <code class="filename">local.conf</code> file contains documentation on the various configuration options.
|
||
Any variable set here overrides any variable set elsewhere within the environment unless
|
||
that variable is hard-coded within a file (e.g. by using '=' instead of '?=').
|
||
Some variables are hard-coded for various reasons but these variables are
|
||
relatively rare.
|
||
</p>
|
||
<p>
|
||
Edit this file to set the <code class="filename"><a class="link" href="ref-variables-glos.html#var-MACHINE" title="MACHINE">MACHINE</a></code>
|
||
for which you want to build, which package types you wish to use
|
||
(<a class="link" href="ref-variables-glos.html#var-PACKAGE_CLASSES" title="PACKAGE_CLASSES"><code class="filename">PACKAGE_CLASSES</code></a>),
|
||
where you want to downloaded files
|
||
(<code class="filename"><a class="link" href="ref-variables-glos.html#var-DL_DIR" title="DL_DIR">DL_DIR</a></code>),
|
||
and how you want your host machine to use resources
|
||
(<a class="link" href="ref-variables-glos.html#var-BB_NUMBER_THREADS" title="BB_NUMBER_THREADS"><code class="filename">BB_NUMBER_THREADS</code></a> and
|
||
<a class="link" href="ref-variables-glos.html#var-PARALLEL_MAKE" title="PARALLEL_MAKE"><code class="filename">PARALLEL_MAKE</code></a>).
|
||
</p>
|
||
</div></body>
|
||
</html>
|