From f91f4b9b36cf56843b3570e181bf216d2deedeeb Mon Sep 17 00:00:00 2001 From: Scott Rifenbark Date: Sat, 7 Apr 2018 14:28:18 -0700 Subject: documentation: Updated "OpenEmbedded-Core" terms. Throughout the manual set, I made sure that "OpenEmbedded-Core" and "OE-Core" appear with the hyphens. (From yocto-docs rev: 1f570df3eccb74b9e2e60af94c0e0dd48e1489e9) Signed-off-by: Scott Rifenbark Signed-off-by: Richard Purdie --- documentation/ref-manual/ref-structure.xml | 6 +++--- documentation/ref-manual/ref-terms.xml | 2 +- documentation/ref-manual/ref-variables.xml | 8 ++++---- 3 files changed, 8 insertions(+), 8 deletions(-) (limited to 'documentation/ref-manual') diff --git a/documentation/ref-manual/ref-structure.xml b/documentation/ref-manual/ref-structure.xml index 5d30987956..56f786c21e 100644 --- a/documentation/ref-manual/ref-structure.xml +++ b/documentation/ref-manual/ref-structure.xml @@ -114,7 +114,7 @@ <filename>meta/</filename> - This directory contains the OpenEmbedded Core metadata. + This directory contains the OpenEmbedded-Core metadata. The directory holds recipes, common classes, and machine configuration for emulated targets (qemux86, qemuarm, and so forth.) @@ -350,7 +350,7 @@ which defaults to meta-poky/conf when you are building from the Yocto Project development environment and defaults to meta/conf when - you are building from the OpenEmbedded Core environment. + you are building from the OpenEmbedded-Core environment. Because the script variable points to the source of the local.conf.sample file, this implies that you can configure your build environment from any layer by setting @@ -402,7 +402,7 @@ which defaults to meta-poky/conf when you are building from the Yocto Project development environment and defaults to meta/conf when - you are building from the OpenEmbedded Core environment. + you are building from the OpenEmbedded-Core environment. Because the script variable points to the source of the bblayers.conf.sample file, this implies that you can base your build from any layer by setting the variable in diff --git a/documentation/ref-manual/ref-terms.xml b/documentation/ref-manual/ref-terms.xml index 31bd1b5d0d..c2a23e8bf1 100644 --- a/documentation/ref-manual/ref-terms.xml +++ b/documentation/ref-manual/ref-terms.xml @@ -273,7 +273,7 @@ software itself (patches or auxiliary files) that are used to fix bugs or customize the software for use in a particular situation. - OpenEmbedded Core is an important set of validated + OpenEmbedded-Core is an important set of validated metadata. In the context of the kernel ("kernel Metadata"), the diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index 468fa4dfde..76194d450b 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml @@ -355,7 +355,7 @@ - In OpenEmbedded Core, ASSUME_PROVIDED + In OpenEmbedded-Core, ASSUME_PROVIDED mostly specifies native tools that should not be built. An example is git-native, which when specified, allows for the Git binary from the host to be @@ -2806,13 +2806,13 @@ COREBASE - COREBASE[doc] = "Specifies the parent directory of the OpenEmbedded Core Metadata layer (i.e. meta)." + COREBASE[doc] = "Specifies the parent directory of the OpenEmbedded-Core Metadata layer (i.e. meta)." - Specifies the parent directory of the OpenEmbedded - Core Metadata layer (i.e. meta). + Specifies the parent directory of the OpenEmbedded-Core + Metadata layer (i.e. meta). -- cgit v1.2.3-54-g00ecf