Files
poky/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-varlocality.html
Scott Rifenbark ed0a240e16 documentation: Rename of poky-ref-manual folder to ref-manual.
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>
2013-01-07 14:43:25 +00:00

42 lines
2.3 KiB
HTML
Raw Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Chapter 11. Variable Context</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="index.html" title="The Yocto Project Reference Manual">
<link rel="prev" href="ref-variables-glos.html" title="Chapter 10. Variables Glossary">
<link rel="next" href="ref-varlocality-configuration.html" title="11.1. Configuration">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" title="Chapter 11. Variable Context">
<div class="titlepage"><div><div><h2 class="title">
<a name="ref-varlocality"></a>Chapter 11. Variable Context</h2></div></div></div>
<div class="toc">
<p><b>Table of Contents</b></p>
<dl>
<dt><span class="section"><a href="ref-varlocality-configuration.html">11.1. Configuration</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="ref-varlocality-config-distro.html">11.1.1. Distribution (Distro)</a></span></dt>
<dt><span class="section"><a href="ref-varlocality-config-machine.html">11.1.2. Machine</a></span></dt>
<dt><span class="section"><a href="ref-varlocality-config-local.html">11.1.3. Local</a></span></dt>
</dl></dd>
<dt><span class="section"><a href="ref-varlocality-recipes.html">11.2. Recipes</a></span></dt>
<dd><dl>
<dt><span class="section"><a href="ref-varlocality-recipe-required.html">11.2.1. Required</a></span></dt>
<dt><span class="section"><a href="ref-varlocality-recipe-dependencies.html">11.2.2. Dependencies</a></span></dt>
<dt><span class="section"><a href="ref-varlocality-recipe-paths.html">11.2.3. Paths</a></span></dt>
<dt><span class="section"><a href="ref-varlocality-recipe-build.html">11.2.4. Extra Build Information</a></span></dt>
</dl></dd>
</dl>
</div>
<p>
While most variables can be used in almost any context such as
<code class="filename">.conf</code>, <code class="filename">.bbclass</code>,
<code class="filename">.inc</code>, and <code class="filename">.bb</code> files,
some variables are often associated with a particular locality or context.
This chapter describes some common associations.
</p>
</div></body>
</html>