mirror of
https://git.yoctoproject.org/poky
synced 2026-04-27 12:32:13 +02:00
ref-manual: New migration section for 1.5 and new variables
1. Created the first draft of the new migration section for moving to the YP 1.5 release. 2. Created new variable glossary descriptions for the SDK_NAME, IMAGE_NAME, and DATETIME variables. (From yocto-docs rev: 26e6a7675183b49a0ee8059d81218dbc5cd14bd4) 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
155961db71
commit
7bd3a81ef5
@@ -24,7 +24,7 @@
|
||||
<link linkend='var-FILES'>F</link>
|
||||
<!-- <link linkend='var-glossary-g'>G</link> -->
|
||||
<link linkend='var-HOMEPAGE'>H</link>
|
||||
<link linkend='var-IMAGE_CLASSES'>I</link>
|
||||
<link linkend='var-IMAGE_BASENAME'>I</link>
|
||||
<!-- <link linkend='var-glossary-j'>J</link> -->
|
||||
<link linkend='var-KARCH'>K</link>
|
||||
<link linkend='var-LAYERDEPENDS'>L</link>
|
||||
@@ -819,6 +819,14 @@ Core layer for images cannot be removed
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-BUSYBOX_SPLIT_SUID'><glossterm>BUSYBOX_SPLIT_SUID</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Need description.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
</glossdiv>
|
||||
|
||||
<glossdiv id='var-glossary-c'><title>C</title>
|
||||
@@ -885,6 +893,14 @@ Core layer for images cannot be removed
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-COMPLEMENTARY_GLOBS'><glossterm>COMPLEMENTARY_GLOBS</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Need description.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-CONFFILES'><glossterm>CONFFILES</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
@@ -994,6 +1010,17 @@ Core layer for images cannot be removed
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-DATETIME'><glossterm>DATETIME</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
The date and time on which the build started:
|
||||
<literallayout class='monospaced'>
|
||||
date/time
|
||||
</literallayout>
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-DEBUG_BUILD'><glossterm>DEBUG_BUILD</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
@@ -1853,6 +1880,14 @@ Core layer for images cannot be removed
|
||||
|
||||
<glossdiv id='var-glossary-i'><title>I</title>
|
||||
|
||||
<glossentry id='var-IMAGE_BASENAME'><glossterm>IMAGE_BASENAME</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Need description.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-IMAGE_CLASSES'><glossterm>IMAGE_CLASSES</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
@@ -1992,6 +2027,23 @@ Core layer for images cannot be removed
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-IMAGE_NAME'><glossterm>IMAGE_NAME</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
The name of the output image files minus the extension.
|
||||
This variable is derived using the
|
||||
<link linkend='var-IMAGE_BASENAME'><filename>IMAGE_BASENAME</filename></link>
|
||||
<link linkend='var-MACHINE'><filename>MACHINE</filename></link>
|
||||
and
|
||||
<link linkend='var-DATETIME'><filename>DATETIME</filename></link>
|
||||
variables:
|
||||
<literallayout class='monospaced'>
|
||||
IMAGE_NAME = "${IMAGE_BASENAME}-${MACHINE}-${DATETIME}"
|
||||
</literallayout>
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-IMAGE_OVERHEAD_FACTOR'><glossterm>IMAGE_OVERHEAD_FACTOR</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
@@ -3620,6 +3672,14 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3"
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-PACKAGE_GROUP'><glossterm>PACKAGE_GROUP</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Need description.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-PACKAGE_INSTALL'><glossterm>PACKAGE_INSTALL</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
@@ -4567,6 +4627,33 @@ PARALLEL_MAKEINST with the description ".
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-SDK_ARCH'><glossterm>SDK_ARCH</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Need description.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-SDK_NAME'><glossterm>SDK_NAME</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
The base name for SDK output files.
|
||||
The name is derived from the
|
||||
<link linkend='var-DISTRO'><filename>DISTRO</filename></link>,
|
||||
<link linkend='var-TCLIBC'><filename>TCLIBC</filename></link>,
|
||||
<link linkend='var-SDK_ARCH'><filename>SDK_ARCH</filename></link>,
|
||||
<link linkend='var-IMAGE_BASENAME'><filename>IMAGE_BASENAME</filename></link>,
|
||||
and
|
||||
<link linkend='var-TUNE_PKGARCH'><filename>TUNE_PKGARCH</filename></link>
|
||||
variables:
|
||||
<literallayout class='monospaced'>
|
||||
SDK_NAME = "${DISTRO}-${TCLIBC}-${SDK_ARCH}-${IMAGE_BASENAME}-${TUNE_PKGARCH}"
|
||||
</literallayout>
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-SDKIMAGE_FEATURES'><glossterm>SDKIMAGE_FEATURES</glossterm>
|
||||
<glossdef>
|
||||
<para>Equivalent to
|
||||
@@ -5480,6 +5567,14 @@ PARALLEL_MAKEINST with the description ".
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
<glossentry id='var-TUNE_PKGARCH'><glossterm>TUNE_PKGARCH</glossterm>
|
||||
<glossdef>
|
||||
<para>
|
||||
Need description.
|
||||
</para>
|
||||
</glossdef>
|
||||
</glossentry>
|
||||
|
||||
</glossdiv>
|
||||
|
||||
<glossdiv id='var-glossary-u'><title>U</title>
|
||||
|
||||
Reference in New Issue
Block a user