diff options
author | Scott Rifenbark <srifenbark@gmail.com> | 2016-11-28 14:51:16 -0800 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2016-12-08 16:36:47 +0000 |
commit | 872d4bccc83c91ec9b2350d55ef95f091b1265aa (patch) | |
tree | 91b613d79af5a36421b8960b6a52ab9ba4212dc4 /documentation | |
parent | d9e3f7629bb8d9a23bd0105c1c3e269f5279fcf3 (diff) | |
download | poky-872d4bccc83c91ec9b2350d55ef95f091b1265aa.tar.gz |
ref-manual: Updated KERNEL_IMAGE_BASE_NAME glossary description
Fixes [YOCTO #10717]
Now that multiple images can be built, the KERNEL_IMAGE_BASE_NAME
no longer requires "${KERNEL_IMAGETYPE}" as part of its default
value. I have removed this portion of the default definition
described in the glossary.
(From yocto-docs rev: 54abeb3fbbac8b6d319183f88803fbe71b27fcbe)
Signed-off-by: Scott Rifenbark <srifenbark@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'documentation')
-rw-r--r-- | documentation/ref-manual/ref-variables.xml | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/documentation/ref-manual/ref-variables.xml b/documentation/ref-manual/ref-variables.xml index af1ed8408b..4e003cdba4 100644 --- a/documentation/ref-manual/ref-variables.xml +++ b/documentation/ref-manual/ref-variables.xml | |||
@@ -6766,13 +6766,12 @@ recipes-graphics/xorg-font/font-alias_1.0.3.bb:PR = "${INC_PR}.3" | |||
6766 | <link linkend='ref-classes-kernel'>kernel</link> class | 6766 | <link linkend='ref-classes-kernel'>kernel</link> class |
6767 | as follows: | 6767 | as follows: |
6768 | <literallayout class='monospaced'> | 6768 | <literallayout class='monospaced'> |
6769 | KERNEL_IMAGE_BASE_NAME ?= "${KERNEL_IMAGETYPE}-${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" | 6769 | KERNEL_IMAGE_BASE_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}" |
6770 | </literallayout> | 6770 | </literallayout> |
6771 | </para> | 6771 | </para> |
6772 | 6772 | ||
6773 | <para> | 6773 | <para> |
6774 | See the | 6774 | See the |
6775 | <link linkend='var-KERNEL_IMAGETYPE'><filename>KERNEL_IMAGETYPE</filename></link>, | ||
6776 | <link linkend='var-PKGE'><filename>PKGE</filename></link>, | 6775 | <link linkend='var-PKGE'><filename>PKGE</filename></link>, |
6777 | <link linkend='var-PKGV'><filename>PKGV</filename></link>, | 6776 | <link linkend='var-PKGV'><filename>PKGV</filename></link>, |
6778 | <link linkend='var-PKGR'><filename>PKGR</filename></link>, | 6777 | <link linkend='var-PKGR'><filename>PKGR</filename></link>, |