From d083b919edc963a413b89a1c2fd1003bb090ee5c 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/bsp-guide/bsp.xml | 6 +++--- documentation/concepts-manual/concepts-manual-concepts.xml | 2 +- documentation/dev-manual/dev-manual-common-tasks.xml | 2 +- documentation/getting-started/getting-started-yp-intro.xml | 10 +++++----- documentation/ref-manual/ref-structure.xml | 6 +++--- documentation/ref-manual/ref-terms.xml | 2 +- documentation/ref-manual/ref-variables.xml | 8 ++++---- 7 files changed, 18 insertions(+), 18 deletions(-) diff --git a/documentation/bsp-guide/bsp.xml b/documentation/bsp-guide/bsp.xml index b17e826539..ab9ac1888f 100644 --- a/documentation/bsp-guide/bsp.xml +++ b/documentation/bsp-guide/bsp.xml @@ -1283,7 +1283,7 @@ is found in poky/meta directory of the Source Directory - or in the OpenEmbedded Core Layer + or in the OpenEmbedded-Core Layer (openembedded-core) at . @@ -1303,7 +1303,7 @@ Within any particular recipes-* category, the layout should match what is found in the - OpenEmbedded Core Git repository + OpenEmbedded-Core Git repository (openembedded-core) or the Source Directory (poky). In other words, make sure you place related @@ -1994,7 +1994,7 @@ CPU, and application performance. These features, which are collectively known as "tuning features", exist in the - OpenEmbedded Core (OE-Core) + OpenEmbedded-Core (OE-Core) layer (e.g. poky/meta/conf/machine/include). In this example, the default tunning file is diff --git a/documentation/concepts-manual/concepts-manual-concepts.xml b/documentation/concepts-manual/concepts-manual-concepts.xml index 7ff9e40be4..285e1678a1 100644 --- a/documentation/concepts-manual/concepts-manual-concepts.xml +++ b/documentation/concepts-manual/concepts-manual-concepts.xml @@ -12,7 +12,7 @@ The BitBake task executor together with various types of configuration files - form the OpenEmbedded Core. + form the OpenEmbedded-Core. This section overviews these components by describing their use and how they interact. diff --git a/documentation/dev-manual/dev-manual-common-tasks.xml b/documentation/dev-manual/dev-manual-common-tasks.xml index d07b290aa7..093cc37cee 100644 --- a/documentation/dev-manual/dev-manual-common-tasks.xml +++ b/documentation/dev-manual/dev-manual-common-tasks.xml @@ -6031,7 +6031,7 @@ Wic is a completely independent standalone utility that initially provides easier-to-use and more flexible replacements for an - existing functionality in OE Core's + existing functionality in OE-Core's image-live class and mkefidisk.sh script. The difference between diff --git a/documentation/getting-started/getting-started-yp-intro.xml b/documentation/getting-started/getting-started-yp-intro.xml index 96bab66dff..d98aacc6f1 100644 --- a/documentation/getting-started/getting-started-yp-intro.xml +++ b/documentation/getting-started/getting-started-yp-intro.xml @@ -687,13 +687,13 @@ BitBake User Manual. - Openembedded Core: - OpenEmbedded Core (OE-Core) is a common layer of + OpenEmbedded-Core: + OpenEmbedded-Core (OE-Core) is a common layer of metadata (i.e. recipes, classes, and associated files) used by OpenEmbedded-derived systems, which includes the Yocto Project. The Yocto Project and the OpenEmbedded Project both - maintain the OpenEmbedded Core. + maintain the OpenEmbedded-Core. You can find the OE-Core metadata in the Yocto Project Source Repositories @@ -961,7 +961,7 @@ OpenEmbedded Build System build system (BitBake and - OpenEmbedded Core) + OpenEmbedded-Core) as well as a set of metadata to get you started building your own distro. @@ -1219,7 +1219,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. 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