summaryrefslogtreecommitdiffstats
path: root/documentation/ref-manual/eclipse/html/poky-ref-manual/usingpoky-components.html
blob: ccd3ae5fbd2c7dca9aede635ca90314d8c3747ab (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>3.1. Yocto Project Components</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="technical-details.html" title="Chapter 3. Technical Details">
<link rel="prev" href="technical-details.html" title="Chapter 3. Technical Details">
<link rel="next" href="usingpoky-components-bitbake.html" title="3.1.1. BitBake">
</head>
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="section" title="3.1. Yocto Project Components">
<div class="titlepage"><div><div><h2 class="title" style="clear: both">
<a name="usingpoky-components"></a>3.1. Yocto Project Components</h2></div></div></div>
<p>
        The BitBake task executor together with various types of configuration files form the 
        OpenEmbedded Core.
        This section overviews the BitBake task executor and the
        configuration files by describing what they are used for and how they interact.
    </p>
<p>  
        BitBake handles the parsing and execution of the data files. 
        The data itself is of various types:
    </p>
<div class="itemizedlist"><ul class="itemizedlist" type="disc">
<li class="listitem"><p><span class="emphasis"><em>Recipes:</em></span>  Provides details about particular 
            pieces of software</p></li>
<li class="listitem"><p><span class="emphasis"><em>Class Data:</em></span>  An abstraction of common build 
            information (e.g. how to build a Linux kernel).</p></li>
<li class="listitem"><p><span class="emphasis"><em>Configuration Data:</em></span>  Defines machine-specific settings, 
            policy decisions, etc.
            Configuration data acts as the glue to bind everything together.</p></li>
</ul></div>
<p>
        For more information on data, see the
        "<a class="link" href="../dev-manual/yocto-project-terms.html" target="_self">Yocto Project Terms</a>"
        section in the Yocto Project Development Manual.
    </p>
<p> 
        BitBake knows how to combine multiple data sources together and refers to each data source
        as a layer.
        For information on layers, see the 
        "<a class="link" href="../dev-manual/understanding-and-creating-layers.html" target="_self">Understanding and 
        Creating Layers</a>" section of the Yocto Project Development Manual.
    </p>
<p>
        Following are some brief details on these core components.
        For more detailed information on these components see the 
        "<a class="link" href="ref-structure.html" title="Chapter 5. Source Directory Structure">Directory Structure</a>" chapter.
    </p>
</div></body>
</html>
OpenPOWER on IntegriCloud