mirror of
https://git.yoctoproject.org/poky
synced 2026-05-31 12:49:46 +00:00
ref-manual: Review comments for closer look at YP dev section
Fixes [YOCTO #2808] Applied minor wording changes as directed by Paul Eggleton's review of the sections and related variable descriptions. (From yocto-docs rev: cf30c3dd78d5e55356bb73f43f10e0093a9aa084) Signed-off-by: Scott Rifenbark <scott.m.rifenbark@intel.com> Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
committed by
Richard Purdie
parent
1b056af5c9
commit
2a9ee7a105
@@ -802,7 +802,8 @@ Core layer for images cannot be removed
|
|||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
Points to the area that the OpenEmbedded build system uses
|
Points to the area that the OpenEmbedded build system uses
|
||||||
to place images and their related files.
|
to place images, packages, SDKs and other output
|
||||||
|
files that are ready to be used outside of the build system.
|
||||||
By default, this directory resides within the
|
By default, this directory resides within the
|
||||||
<ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
|
<ulink url='&YOCTO_DOCS_DEV_URL;#build-directory'>Build Directory</ulink>
|
||||||
as <filename>tmp/deploy</filename>.
|
as <filename>tmp/deploy</filename>.
|
||||||
@@ -4065,10 +4066,10 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
|||||||
<glossentry id='var-TOOLCHAIN_TARGET_TASK'><glossterm>TOOLCHAIN_TARGET_TASK</glossterm>
|
<glossentry id='var-TOOLCHAIN_TARGET_TASK'><glossterm>TOOLCHAIN_TARGET_TASK</glossterm>
|
||||||
<glossdef>
|
<glossdef>
|
||||||
<para>
|
<para>
|
||||||
This variable lists packages BitBake uses when it creates
|
This variable lists packages the OpenEmbedded build system
|
||||||
the target part of an SDK (i.e. the part built
|
uses when it creates the target part of an SDK
|
||||||
for the target hardware), which includes libraries and
|
(i.e. the part built for the target hardware), which
|
||||||
headers.
|
includes libraries and headers.
|
||||||
</para>
|
</para>
|
||||||
|
|
||||||
<para>
|
<para>
|
||||||
|
|||||||
@@ -847,8 +847,7 @@
|
|||||||
The <filename>deploy/images</filename> directory can
|
The <filename>deploy/images</filename> directory can
|
||||||
contain multiple root filesystems.</para></listitem>
|
contain multiple root filesystems.</para></listitem>
|
||||||
<listitem><para><filename><kernel-modules></filename>:
|
<listitem><para><filename><kernel-modules></filename>:
|
||||||
Tarballs that contain all the modules used by the
|
Tarballs that contain all the modules built for the kernel.
|
||||||
kernel.
|
|
||||||
Kernel module tarballs exist for legacy purposes and
|
Kernel module tarballs exist for legacy purposes and
|
||||||
can be suppressed by setting the
|
can be suppressed by setting the
|
||||||
<link linkend='var-MODULE_TARBALL_DEPLOY'><filename>MODULE_TARBALL_DEPLOY</filename></link>
|
<link linkend='var-MODULE_TARBALL_DEPLOY'><filename>MODULE_TARBALL_DEPLOY</filename></link>
|
||||||
@@ -863,7 +862,7 @@
|
|||||||
contain multiple bootloaders.
|
contain multiple bootloaders.
|
||||||
</para></listitem>
|
</para></listitem>
|
||||||
<listitem><para><filename><symlinks></filename>:
|
<listitem><para><filename><symlinks></filename>:
|
||||||
The <filename>images/deploy</filename> folder contains
|
The <filename>deploy/images</filename> folder contains
|
||||||
a symbolic link that points to the most recently built file
|
a symbolic link that points to the most recently built file
|
||||||
for each machine.
|
for each machine.
|
||||||
These links might be useful for external scripts that
|
These links might be useful for external scripts that
|
||||||
@@ -888,13 +887,13 @@
|
|||||||
<para>
|
<para>
|
||||||
The specific form of this output is a self-extracting
|
The specific form of this output is a self-extracting
|
||||||
SDK installer (<filename>*.sh</filename>) that, when run,
|
SDK installer (<filename>*.sh</filename>) that, when run,
|
||||||
installs the SDK image, which consists of a cross-development
|
installs the SDK, which consists of a cross-development
|
||||||
toolchain, a set of libraries and headers, and an SDK
|
toolchain, a set of libraries and headers, and an SDK
|
||||||
environment setup script.
|
environment setup script.
|
||||||
Running this installer essentially sets up your
|
Running this installer essentially sets up your
|
||||||
cross-development environment.
|
cross-development environment.
|
||||||
You can think of the cross-toolchains as the "host" part
|
You can think of the cross-toolchain as the "host"
|
||||||
because they run on the SDK machine.
|
part because it runs on the SDK machine.
|
||||||
You can think of the libraries and headers as the "target"
|
You can think of the libraries and headers as the "target"
|
||||||
part because they are built for the target hardware.
|
part because they are built for the target hardware.
|
||||||
The setup script is added so that you can initialize the
|
The setup script is added so that you can initialize the
|
||||||
|
|||||||
Reference in New Issue
Block a user