mirror of
git://git.yoctoproject.org/poky
synced 2026-05-19 01:29:10 +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>
58 lines
3.7 KiB
HTML
58 lines
3.7 KiB
HTML
<html>
|
||
<head>
|
||
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
|
||
<title>Chapter 3. Yocto Project Concepts</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="index.html" title="Getting Started With Yocto Project">
|
||
<link rel="prev" href="sdk-dev-environment.html" title="2.8.7. Application Development SDK">
|
||
<link rel="next" href="yocto-project-components.html" title="3.1. Yocto Project Components">
|
||
</head>
|
||
<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" title="Chapter 3. Yocto Project Concepts">
|
||
<div class="titlepage"><div><div><h2 class="title">
|
||
<a name="overview-concepts"></a>Chapter 3. Yocto Project Concepts</h2></div></div></div>
|
||
<div class="toc">
|
||
<p><b>Table of Contents</b></p>
|
||
<dl>
|
||
<dt><span class="section"><a href="yocto-project-components.html">3.1. Yocto Project Components</a></span></dt>
|
||
<dd><dl>
|
||
<dt><span class="section"><a href="usingpoky-components-bitbake.html">3.1.1. BitBake</a></span></dt>
|
||
<dt><span class="section"><a href="usingpoky-components-metadata.html">3.1.2. Metadata (Recipes)</a></span></dt>
|
||
<dt><span class="section"><a href="metadata-virtual-providers.html">3.1.3. Metadata (Virtual Providers)</a></span></dt>
|
||
<dt><span class="section"><a href="usingpoky-components-classes.html">3.1.4. Classes</a></span></dt>
|
||
<dt><span class="section"><a href="usingpoky-components-configuration.html">3.1.5. Configuration</a></span></dt>
|
||
</dl></dd>
|
||
<dt><span class="section"><a href="cross-development-toolchain-generation.html">3.2. Cross-Development Toolchain Generation</a></span></dt>
|
||
<dt><span class="section"><a href="shared-state-cache.html">3.3. Shared State Cache</a></span></dt>
|
||
<dd><dl>
|
||
<dt><span class="section"><a href="overall-architecture.html">3.3.1. Overall Architecture</a></span></dt>
|
||
<dt><span class="section"><a href="overview-checksums.html">3.3.2. Checksums (Signatures)</a></span></dt>
|
||
<dt><span class="section"><a href="shared-state.html">3.3.3. Shared State</a></span></dt>
|
||
<dt><span class="section"><a href="tips-and-tricks.html">3.3.4. Tips and Tricks</a></span></dt>
|
||
</dl></dd>
|
||
<dt><span class="section"><a href="automatically-added-runtime-dependencies.html">3.4. Automatically Added Runtime Dependencies</a></span></dt>
|
||
<dt><span class="section"><a href="fakeroot-and-pseudo.html">3.5. Fakeroot and Pseudo</a></span></dt>
|
||
<dt><span class="section"><a href="wayland.html">3.6. Wayland</a></span></dt>
|
||
<dd><dl>
|
||
<dt><span class="section"><a href="wayland-support.html">3.6.1. Support</a></span></dt>
|
||
<dt><span class="section"><a href="enabling-wayland-in-an-image.html">3.6.2. Enabling Wayland in an Image</a></span></dt>
|
||
<dt><span class="section"><a href="running-weston.html">3.6.3. Running Weston</a></span></dt>
|
||
</dl></dd>
|
||
<dt><span class="section"><a href="overview-licenses.html">3.7. Licenses</a></span></dt>
|
||
<dd><dl>
|
||
<dt><span class="section"><a href="usingpoky-configuring-LIC_FILES_CHKSUM.html">3.7.1. Tracking License Changes</a></span></dt>
|
||
<dt><span class="section"><a href="enabling-commercially-licensed-recipes.html">3.7.2. Enabling Commercially Licensed Recipes</a></span></dt>
|
||
</dl></dd>
|
||
<dt><span class="section"><a href="x32.html">3.8. x32 psABI</a></span></dt>
|
||
</dl>
|
||
</div>
|
||
<p>
|
||
This chapter describes concepts for various areas of the Yocto Project.
|
||
Currently, topics include Yocto Project components, cross-development
|
||
generation, shared state (sstate) cache, runtime dependencies,
|
||
Pseudo and Fakeroot, x32 psABI, Wayland support, and Licenses.
|
||
</p>
|
||
</div></body>
|
||
</html>
|