mirror of
https://git.yoctoproject.org/poky
synced 2026-05-30 12:29:55 +00:00
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 <srifenbark@gmail.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
cbe4169d4f
commit
f91f4b9b36
@@ -1283,7 +1283,7 @@
|
|||||||
is found in <filename>poky/meta</filename>
|
is found in <filename>poky/meta</filename>
|
||||||
directory of the
|
directory of the
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>
|
<ulink url='&YOCTO_DOCS_REF_URL;#source-directory'>Source Directory</ulink>
|
||||||
or in the OpenEmbedded Core Layer
|
or in the OpenEmbedded-Core Layer
|
||||||
(<filename>openembedded-core</filename>) at
|
(<filename>openembedded-core</filename>) at
|
||||||
<ulink url='http://git.openembedded.org/openembedded-core/tree/meta'></ulink>.
|
<ulink url='http://git.openembedded.org/openembedded-core/tree/meta'></ulink>.
|
||||||
</para>
|
</para>
|
||||||
@@ -1303,7 +1303,7 @@
|
|||||||
<para>Within any particular
|
<para>Within any particular
|
||||||
<filename>recipes-*</filename> category, the
|
<filename>recipes-*</filename> category, the
|
||||||
layout should match what is found in the
|
layout should match what is found in the
|
||||||
OpenEmbedded Core Git repository
|
OpenEmbedded-Core Git repository
|
||||||
(<filename>openembedded-core</filename>)
|
(<filename>openembedded-core</filename>)
|
||||||
or the Source Directory (<filename>poky</filename>).
|
or the Source Directory (<filename>poky</filename>).
|
||||||
In other words, make sure you place related
|
In other words, make sure you place related
|
||||||
@@ -1994,7 +1994,7 @@
|
|||||||
CPU, and application performance.
|
CPU, and application performance.
|
||||||
These features, which are collectively known
|
These features, which are collectively known
|
||||||
as "tuning features", exist in the
|
as "tuning features", exist in the
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#oe-core'>OpenEmbedded Core (OE-Core)</ulink>
|
<ulink url='&YOCTO_DOCS_REF_URL;#oe-core'>OpenEmbedded-Core (OE-Core)</ulink>
|
||||||
layer (e.g.
|
layer (e.g.
|
||||||
<filename>poky/meta/conf/machine/include</filename>).
|
<filename>poky/meta/conf/machine/include</filename>).
|
||||||
In this example, the default tunning file is
|
In this example, the default tunning file is
|
||||||
|
|||||||
@@ -12,7 +12,7 @@
|
|||||||
The
|
The
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink>
|
<ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink>
|
||||||
task executor together with various types of configuration files
|
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
|
This section overviews these components by describing their use and
|
||||||
how they interact.
|
how they interact.
|
||||||
</para>
|
</para>
|
||||||
|
|||||||
@@ -6031,7 +6031,7 @@
|
|||||||
Wic is a completely independent
|
Wic is a completely independent
|
||||||
standalone utility that initially provides
|
standalone utility that initially provides
|
||||||
easier-to-use and more flexible replacements for an
|
easier-to-use and more flexible replacements for an
|
||||||
existing functionality in OE Core's
|
existing functionality in OE-Core's
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-image-live'><filename>image-live</filename></ulink>
|
<ulink url='&YOCTO_DOCS_REF_URL;#ref-classes-image-live'><filename>image-live</filename></ulink>
|
||||||
class and <filename>mkefidisk.sh</filename> script.
|
class and <filename>mkefidisk.sh</filename> script.
|
||||||
The difference between
|
The difference between
|
||||||
|
|||||||
@@ -687,13 +687,13 @@
|
|||||||
<ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual</ulink>.
|
<ulink url='&YOCTO_DOCS_BB_URL;'>BitBake User Manual</ulink>.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para>
|
<listitem><para>
|
||||||
<emphasis>Openembedded Core:</emphasis>
|
<emphasis>OpenEmbedded-Core:</emphasis>
|
||||||
OpenEmbedded Core (OE-Core) is a common layer of
|
OpenEmbedded-Core (OE-Core) is a common layer of
|
||||||
metadata (i.e. recipes, classes, and associated files)
|
metadata (i.e. recipes, classes, and associated files)
|
||||||
used by OpenEmbedded-derived systems, which includes
|
used by OpenEmbedded-derived systems, which includes
|
||||||
the Yocto Project.
|
the Yocto Project.
|
||||||
The Yocto Project and the OpenEmbedded Project both
|
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
|
You can find the OE-Core metadata in the Yocto
|
||||||
Project
|
Project
|
||||||
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>
|
<ulink url='&YOCTO_DOCS_GS_URL;#source-repositories'>Source Repositories</ulink>
|
||||||
@@ -961,7 +961,7 @@
|
|||||||
<ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded Build System</ulink>
|
<ulink url='&YOCTO_DOCS_REF_URL;#build-system-term'>OpenEmbedded Build System</ulink>
|
||||||
build system
|
build system
|
||||||
(<ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink> and
|
(<ulink url='&YOCTO_DOCS_REF_URL;#bitbake-term'>BitBake</ulink> and
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#oe-core'>OpenEmbedded Core</ulink>)
|
<ulink url='&YOCTO_DOCS_REF_URL;#oe-core'>OpenEmbedded-Core</ulink>)
|
||||||
as well as a set of
|
as well as a set of
|
||||||
<ulink url='&YOCTO_DOCS_REF_URL;#metadata'>metadata</ulink> to get
|
<ulink url='&YOCTO_DOCS_REF_URL;#metadata'>metadata</ulink> to get
|
||||||
you started building your own distro.
|
you started building your own distro.
|
||||||
@@ -1219,7 +1219,7 @@
|
|||||||
software itself (patches or auxiliary files) that
|
software itself (patches or auxiliary files) that
|
||||||
are used to fix bugs or customize the software for use
|
are used to fix bugs or customize the software for use
|
||||||
in a particular situation.
|
in a particular situation.
|
||||||
OpenEmbedded Core is an important set of validated
|
OpenEmbedded-Core is an important set of validated
|
||||||
metadata.
|
metadata.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para id='gs-term-openembedded-build-system'>
|
<listitem><para id='gs-term-openembedded-build-system'>
|
||||||
|
|||||||
@@ -114,7 +114,7 @@
|
|||||||
<title><filename>meta/</filename></title>
|
<title><filename>meta/</filename></title>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
This directory contains the OpenEmbedded Core metadata.
|
This directory contains the OpenEmbedded-Core metadata.
|
||||||
The directory holds recipes, common classes, and machine
|
The directory holds recipes, common classes, and machine
|
||||||
configuration for emulated targets (<filename>qemux86</filename>,
|
configuration for emulated targets (<filename>qemux86</filename>,
|
||||||
<filename>qemuarm</filename>, and so forth.)
|
<filename>qemuarm</filename>, and so forth.)
|
||||||
@@ -350,7 +350,7 @@
|
|||||||
which defaults to <filename>meta-poky/conf</filename>
|
which defaults to <filename>meta-poky/conf</filename>
|
||||||
when you are building from the Yocto Project development
|
when you are building from the Yocto Project development
|
||||||
environment and defaults to <filename>meta/conf</filename> when
|
environment and defaults to <filename>meta/conf</filename> 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
|
Because the script variable points to the source of the
|
||||||
<filename>local.conf.sample</filename> file, this implies that
|
<filename>local.conf.sample</filename> file, this implies that
|
||||||
you can configure your build environment from any layer by setting
|
you can configure your build environment from any layer by setting
|
||||||
@@ -402,7 +402,7 @@
|
|||||||
which defaults to <filename>meta-poky/conf</filename>
|
which defaults to <filename>meta-poky/conf</filename>
|
||||||
when you are building from the Yocto Project development
|
when you are building from the Yocto Project development
|
||||||
environment and defaults to <filename>meta/conf</filename> when
|
environment and defaults to <filename>meta/conf</filename> 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
|
Because the script variable points to the source of the
|
||||||
<filename>bblayers.conf.sample</filename> file, this implies that
|
<filename>bblayers.conf.sample</filename> file, this implies that
|
||||||
you can base your build from any layer by setting the variable in
|
you can base your build from any layer by setting the variable in
|
||||||
|
|||||||
@@ -273,7 +273,7 @@
|
|||||||
software itself (patches or auxiliary files) that
|
software itself (patches or auxiliary files) that
|
||||||
are used to fix bugs or customize the software for use
|
are used to fix bugs or customize the software for use
|
||||||
in a particular situation.
|
in a particular situation.
|
||||||
OpenEmbedded Core is an important set of validated
|
OpenEmbedded-Core is an important set of validated
|
||||||
metadata.</para>
|
metadata.</para>
|
||||||
|
|
||||||
<para>In the context of the kernel ("kernel Metadata"), the
|
<para>In the context of the kernel ("kernel Metadata"), the
|
||||||
|
|||||||
@@ -355,7 +355,7 @@
|
|||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
In OpenEmbedded Core, <filename>ASSUME_PROVIDED</filename>
|
In OpenEmbedded-Core, <filename>ASSUME_PROVIDED</filename>
|
||||||
mostly specifies native tools that should not be built.
|
mostly specifies native tools that should not be built.
|
||||||
An example is <filename>git-native</filename>, which when
|
An example is <filename>git-native</filename>, which when
|
||||||
specified, allows for the Git binary from the host to be
|
specified, allows for the Git binary from the host to be
|
||||||
@@ -2806,13 +2806,13 @@
|
|||||||
|
|
||||||
<glossentry id='var-COREBASE'><glossterm>COREBASE</glossterm>
|
<glossentry id='var-COREBASE'><glossterm>COREBASE</glossterm>
|
||||||
<info>
|
<info>
|
||||||
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)."
|
||||||
</info>
|
</info>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para role="glossdeffirst">
|
<para role="glossdeffirst">
|
||||||
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
|
<!-- <para role="glossdeffirst"><imagedata fileref="figures/define-generic.png" /> -->
|
||||||
Specifies the parent directory of the OpenEmbedded
|
Specifies the parent directory of the OpenEmbedded-Core
|
||||||
Core Metadata layer (i.e. <filename>meta</filename>).
|
Metadata layer (i.e. <filename>meta</filename>).
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|||||||
Reference in New Issue
Block a user