summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--documentation/ref-manual/migration.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/documentation/ref-manual/migration.xml b/documentation/ref-manual/migration.xml
index f9e418c769..2bdb542ec1 100644
--- a/documentation/ref-manual/migration.xml
+++ b/documentation/ref-manual/migration.xml
@@ -3620,6 +3620,27 @@ $ runqemu qemux86-64 tmp/deploy/images/qemux86-64/core-image-minimal-qemux86-64.
3620 </para> 3620 </para>
3621 </section> 3621 </section>
3622 3622
3623 <section id='migration-2.2-kernel-image-base-name-no-longer-uses-kernel-imagetype'>
3624 <title><filename>KERNEL_IMAGE_BASE_NAME</filename> no Longer Uses <filename>KERNEL_IMAGETYPE</filename></title>
3625
3626 <para>
3627 The
3628 <link linkend='var-KERNEL_IMAGE_BASE_NAME'><filename>KERNEL_IMAGE_BASE_NAME</filename></link>
3629 variable no longer uses the
3630 <link linkend='var-KERNEL_IMAGETYPE'><filename>KERNEL_IMAGETYPE</filename></link>
3631 variable to create the image's base name.
3632 Because the OpenEmbedded build system can now build multiple kernel
3633 image types, this part of the kernel image base name as been
3634 removed leaving only the following:
3635 <literallayout class='monospaced'>
3636 KERNEL_IMAGE_BASE_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME}
3637 </literallayout>
3638 If you have recipes or classes that use
3639 <filename>KERNEL_IMAGE_BASE_NAME</filename> directly, you might
3640 need to update the references to ensure they continue to work.
3641 </para>
3642 </section>
3643
3623 <section id='migration-2.2-bitbake-changes'> 3644 <section id='migration-2.2-bitbake-changes'>
3624 <title>BitBake Changes</title> 3645 <title>BitBake Changes</title>
3625 3646