1
0
mirror of https://git.yoctoproject.org/poky synced 2026-06-02 01:19:52 +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 0e1009fd84
commit 46304ec792
@@ -159,11 +159,8 @@
<para> <para>
Use the following steps to build your image. Use the following steps to build your image.
The The build process creates an entire Linux distribution, including
<ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded build system</ulink>, the toolchain, from source.
which is the build system specific to the Yocto Project,
creates an entire Linux distribution, including the toolchain,
from source.
<note> <note>
<itemizedlist> <itemizedlist>
<listitem><para> <listitem><para>
@@ -192,7 +189,7 @@
<emphasis>Initialize the Build Environment:</emphasis> <emphasis>Initialize the Build Environment:</emphasis>
Run the Run the
<ulink url='&YOCTO_DOCS_REF_URL;#structure-core-script'><filename>&OE_INIT_FILE;</filename></ulink> <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. build environment on your build host.
<literallayout class='monospaced'> <literallayout class='monospaced'>
$ source &OE_INIT_FILE; $ source &OE_INIT_FILE;
@@ -290,8 +287,8 @@
<para> <para>
In general, layers are repositories that contain related sets of In general, layers are repositories that contain related sets of
instructions and configurations that tell the OpenEmbedded build instructions and configurations that tell the Yocto Project what
system what to do. to do.
Isolating related metadata into functionally specific layers Isolating related metadata into functionally specific layers
facilitates modular development and makes it easier to reuse the facilitates modular development and makes it easier to reuse the
layer metadata. layer metadata.
@@ -343,8 +340,7 @@
specifies the machine for the build. specifies the machine for the build.
For this example, set the <filename>MACHINE</filename> For this example, set the <filename>MACHINE</filename>
variable to "cyclone5". variable to "cyclone5".
The OpenEmbedded build system uses the machine These configurations are used:
configurations here:
<ulink url='https://github.com/kraj/meta-altera/blob/master/conf/machine/cyclone5.conf'></ulink>. <ulink url='https://github.com/kraj/meta-altera/blob/master/conf/machine/cyclone5.conf'></ulink>.
<note> <note>
See the See the