summaryrefslogtreecommitdiffstats
path: root/documentation/brief-yoctoprojectqs
diff options
context:
space:
mode:
authorScott Rifenbark <srifenbark@gmail.com>2018-04-24 15:57:01 -0700
committerRichard Purdie <richard.purdie@linuxfoundation.org>2018-05-24 17:16:27 +0100
commit747f5cdbd26b5b891ab65c5598cd2176ee84521c (patch)
tree165bf20d3edd84d5395c638fa62495b8c0e7eee7 /documentation/brief-yoctoprojectqs
parent1c5a6f704bb8b03bfda53eafd2e97ca86d6d4653 (diff)
downloadpoky-747f5cdbd26b5b891ab65c5598cd2176ee84521c.tar.gz
brief-yoctoprojectqs: Removed all references to "OpenEmbedded"
(From yocto-docs rev: fd405db2962d20055ba213e35ed0d13c7672d2e8) Signed-off-by: Scott Rifenbark <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation/brief-yoctoprojectqs')
-rw-r--r--documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml16
1 files changed, 6 insertions, 10 deletions
diff --git a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
index 7cb9d2aa06..eb24d92c81 100644
--- a/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
+++ b/documentation/brief-yoctoprojectqs/brief-yoctoprojectqs.xml
@@ -159,11 +159,8 @@
159 159
160 <para> 160 <para>
161 Use the following steps to build your image. 161 Use the following steps to build your image.
162 The 162 The build process creates an entire Linux distribution, including
163 <ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink>, 163 the toolchain, from source.
164 which is the build system specific to the Yocto Project,
165 creates an entire Linux distribution, including the toolchain,
166 from source.
167 <note> 164 <note>
168 <itemizedlist> 165 <itemizedlist>
169 <listitem><para> 166 <listitem><para>
@@ -192,7 +189,7 @@
192 <emphasis>Initialize the Build Environment:</emphasis> 189 <emphasis>Initialize the Build Environment:</emphasis>
193 Run the 190 Run the
194 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> 191 <ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
195 environment setup script to define the OpenEmbedded 192 environment setup script to define Yocto Project's
196 build environment on your build host. 193 build environment on your build host.
197 <literallayout class='monospaced'> 194 <literallayout class='monospaced'>
198 $ source &OE_INIT_FILE; 195 $ source &OE_INIT_FILE;
@@ -290,8 +287,8 @@
290 287
291 <para> 288 <para>
292 In general, layers are repositories that contain related sets of 289 In general, layers are repositories that contain related sets of
293 instructions and configurations that tell the OpenEmbedded build 290 instructions and configurations that tell the Yocto Project what
294 system what to do. 291 to do.
295 Isolating related metadata into functionally specific layers 292 Isolating related metadata into functionally specific layers
296 facilitates modular development and makes it easier to reuse the 293 facilitates modular development and makes it easier to reuse the
297 layer metadata. 294 layer metadata.
@@ -343,8 +340,7 @@
343 specifies the machine for the build. 340 specifies the machine for the build.
344 For this example, set the <filename>MACHINE</filename> 341 For this example, set the <filename>MACHINE</filename>
345 variable to "cyclone5". 342 variable to "cyclone5".
346 The OpenEmbedded build system uses the machine 343 These configurations are used:
347 configurations here:
348 <ulink url='https://github.com/kraj/meta-altera/blob/master/conf/machine/cyclone5.conf'></ulink>. 344 <ulink url='https://github.com/kraj/meta-altera/blob/master/conf/machine/cyclone5.conf'></ulink>.
349 <note> 345 <note>
350 See the 346 See the