generic-poky/documentation/ref-manual/eclipse/html/poky-ref-manual/ref-bitbake-dependencies.html

35 lines
2.1 KiB
HTML
Raw Normal View History

<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>6.3.<2E>Dependencies</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="ref-bitbake.html" title="Chapter<65>6.<2E>BitBake">
<link rel="prev" href="ref-bitbake-providers.html" title="6.2.<2E>Preferences and Providers">
<link rel="next" href="ref-bitbake-tasklist.html" title="6.4.<2E>The Task List">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="6.3.<2E>Dependencies">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="ref-bitbake-dependencies"></a>6.3.<2E>Dependencies</h2></div></div></div>
<p>
Each target BitBake builds consists of multiple tasks such as
<code class="filename">fetch</code>, <code class="filename">unpack</code>,
<code class="filename">patch</code>, <code class="filename">configure</code>,
and <code class="filename">compile</code>.
For best performance on multi-core systems, BitBake considers each task as an independent
entity with its own set of dependencies.
</p>
<p>
Dependencies are defined through several variables.
You can find information about variables BitBake uses in the BitBake documentation,
which is found in the <code class="filename">bitbake/doc/manual</code> directory within the
<a class="link" href="../dev-manual/source-directory.html" target="_self">Source Directory</a>.
At a basic level, it is sufficient to know that BitBake uses the
<code class="filename"><a class="link" href="ref-variables-glos.html#var-DEPENDS" title="DEPENDS">DEPENDS</a></code> and
<code class="filename"><a class="link" href="ref-variables-glos.html#var-RDEPENDS" title="RDEPENDS">RDEPENDS</a></code> variables when
calculating dependencies.
</p>
</div></body>
</html>