1
0
mirror of https://git.yoctoproject.org/poky synced 2026-05-30 00:20:08 +00:00

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>
This commit is contained in:
Scott Rifenbark
2018-04-24 15:57:01 -07:00
committed by Richard Purdie
parent 1c5a6f704b
commit 747f5cdbd2
@@ -159,11 +159,8 @@
<para>
Use the following steps to build your image.
The
<ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink>,
which is the build system specific to the Yocto Project,
creates an entire Linux distribution, including the toolchain,
from source.
The build process creates an entire Linux distribution, including
the toolchain, from source.
<note>
<itemizedlist>
<listitem><para>
@@ -192,7 +189,7 @@
<emphasis>Initialize the Build Environment:</emphasis>
Run the
<ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink>
environment setup script to define the OpenEmbedded
environment setup script to define Yocto Project's
build environment on your build host.
<literallayout class='monospaced'>
$ source &OE_INIT_FILE;
@@ -290,8 +287,8 @@
<para>
In general, layers are repositories that contain related sets of
instructions and configurations that tell the OpenEmbedded build
system what to do.
instructions and configurations that tell the Yocto Project what
to do.
Isolating related metadata into functionally specific layers
facilitates modular development and makes it easier to reuse the
layer metadata.
@@ -343,8 +340,7 @@
specifies the machine for the build.
For this example, set the <filename>MACHINE</filename>
variable to "cyclone5".
The OpenEmbedded build system uses the machine
configurations here:
These configurations are used:
<ulink url='https://github.com/kraj/meta-altera/blob/master/conf/machine/cyclone5.conf'></ulink>.
<note>
See the