From 747f5cdbd26b5b891ab65c5598cd2176ee84521c Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Tue, 24 Apr 2018 15:57:01 -0700 Subject: brief-yoctoprojectqs: Removed all references to "OpenEmbedded" (From yocto-docs rev: fd405db2962d20055ba213e35ed0d13c7672d2e8) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- .../brief-yoctoprojectqs/brief-yoctoprojectqs.xml | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) (limited to 'documentation/brief-yoctoprojectqs') 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 @@ Use the following steps to build your image. - The - OpenEmbedded build system, - 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. @@ -192,7 +189,7 @@ Initialize the Build Environment: Run the &OE_INIT_FILE; - environment setup script to define the OpenEmbedded + environment setup script to define Yocto Project's build environment on your build host. $ source &OE_INIT_FILE; @@ -290,8 +287,8 @@ 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 MACHINE variable to "cyclone5". - The OpenEmbedded build system uses the machine - configurations here: + These configurations are used: . See the -- cgit v1.2.3-54-g00ecf