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. +
+ <filename>KERNEL_IMAGE_BASE_NAME</filename> no Longer Uses <filename>KERNEL_IMAGETYPE</filename> + + + The + KERNEL_IMAGE_BASE_NAME + variable no longer uses the + KERNEL_IMAGETYPE + variable to create the image's base name. + Because the OpenEmbedded build system can now build multiple kernel + image types, this part of the kernel image base name as been + removed leaving only the following: + + KERNEL_IMAGE_BASE_NAME ?= "${PKGE}-${PKGV}-${PKGR}-${MACHINE}-${DATETIME} + + If you have recipes or classes that use + KERNEL_IMAGE_BASE_NAME directly, you might + need to update the references to ensure they continue to work. + +
+
BitBake Changes