summaryrefslogtreecommitdiffstats
path: root/documentation/getting-started/eclipse/html/getting-started/overview-development-environment.html
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-01-29 15:18:03 -0800
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-02-14 15:25:29 +0000
commitae06e04cd225d2c2147ca355e2dd39b4f6cf6775 (patch)
treec920e85262a91e7626279e7dcbbd56a299919f49 /documentation/getting-started/eclipse/html/getting-started/overview-development-environment.html
parentebc7de094881dd8f2450aa4fdf548f2e9c835df1 (diff)
downloadpoky-ae06e04cd225d2c2147ca355e2dd39b4f6cf6775.tar.gz
documentation: Created new "Getting Started" manual.
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>
Diffstat (limited to 'documentation/getting-started/eclipse/html/getting-started/overview-development-environment.html')
-rw-r--r--documentation/getting-started/eclipse/html/getting-started/overview-development-environment.html56
1 files changed, 56 insertions, 0 deletions
diff --git a/documentation/getting-started/eclipse/html/getting-started/overview-development-environment.html b/documentation/getting-started/eclipse/html/getting-started/overview-development-environment.html
new file mode 100644
index 0000000000..c8030fee19
--- /dev/null
+++ b/documentation/getting-started/eclipse/html/getting-started/overview-development-environment.html
@@ -0,0 +1,56 @@
1<html>
2<head>
3<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
4<title>Chapter 2. The Yocto Project Development Environment</title>
5<link rel="stylesheet" type="text/css" href="../book.css">
6<meta name="generator" content="DocBook XSL Stylesheets V1.76.1">
7<link rel="home" href="index.html" title="Getting Started With Yocto Project">
8<link rel="up" href="index.html" title="Getting Started With Yocto Project">
9<link rel="prev" href="overview-other-information.html" title="1.2. Other Information">
10<link rel="next" href="yp-intro.html" title="2.1. Introduction">
11</head>
12<body bgcolor="white" text="black" link="#0000FF" vlink="#840084" alink="#0000FF"><div class="chapter" title="Chapter 2. The Yocto Project Development Environment">
13<div class="titlepage"><div><div><h2 class="title">
14<a name="overview-development-environment"></a>Chapter 2. The Yocto Project Development Environment</h2></div></div></div>
15<div class="toc">
16<p><b>Table of Contents</b></p>
17<dl>
18<dt><span class="section"><a href="yp-intro.html">2.1. Introduction</a></span></dt>
19<dt><span class="section"><a href="open-source-philosophy.html">2.2. Open Source Philosophy</a></span></dt>
20<dt><span class="section"><a href="workflows.html">2.3. Workflows</a></span></dt>
21<dt><span class="section"><a href="git.html">2.4. Git</a></span></dt>
22<dd><dl>
23<dt><span class="section"><a href="repositories-tags-and-branches.html">2.4.1. Repositories, Tags, and Branches</a></span></dt>
24<dt><span class="section"><a href="basic-commands.html">2.4.2. Basic Commands</a></span></dt>
25</dl></dd>
26<dt><span class="section"><a href="yocto-project-repositories.html">2.5. Yocto Project Source Repositories</a></span></dt>
27<dt><span class="section"><a href="licensing.html">2.6. Licensing</a></span></dt>
28<dt><span class="section"><a href="recipe-syntax.html">2.7. Recipe Syntax</a></span></dt>
29<dt><span class="section"><a href="development-concepts.html">2.8. Development Concepts</a></span></dt>
30<dd><dl>
31<dt><span class="section"><a href="user-configuration.html">2.8.1. User Configuration</a></span></dt>
32<dt><span class="section"><a href="metadata-machine-configuration-and-policy-configuration.html">2.8.2. Metadata, Machine Configuration, and Policy Configuration</a></span></dt>
33<dt><span class="section"><a href="sources-dev-environment.html">2.8.3. Sources</a></span></dt>
34<dt><span class="section"><a href="package-feeds-dev-environment.html">2.8.4. Package Feeds</a></span></dt>
35<dt><span class="section"><a href="bitbake-dev-environment.html">2.8.5. BitBake</a></span></dt>
36<dt><span class="section"><a href="images-dev-environment.html">2.8.6. Images</a></span></dt>
37<dt><span class="section"><a href="sdk-dev-environment.html">2.8.7. Application Development SDK</a></span></dt>
38</dl></dd>
39</dl>
40</div>
41<p>
42 This chapter takes a look at the Yocto Project development
43 environment and also provides a detailed look at what goes on during
44 development in that environment.
45 The chapter provides Yocto Project Development environment concepts that
46 help you understand how work is accomplished in an open source environment,
47 which is very different as compared to work accomplished in a closed,
48 proprietary environment.
49</p>
50<p>
51 Specifically, this chapter addresses open source philosophy, workflows,
52 Git, source repositories, licensing, recipe syntax, and development
53 syntax.
54</p>
55</div></body>
56</html>