Currently, the kernel version is hard-coded in the multiconfig file. Whenever Debian releases a new revision, the multiconfig file has to be updated. 52b8d35 determines the version automatically. It should be rebased onto the current master and updated to cover all multiconfigs.
No AI: Multiple versions in Debian: Choosing via package name in IMAGE_INSTALL, the script determines the file name OOTB.
No AI: Additional kernels in product repos: Choosing via package name in IMAGE_INSTALL. If the kernel package follows the Debian vmlinuz -> boot/vmlinuz-a.b.c-d (recommended), the script would determine the file name OOTB. If the kernel package doesn't create the vmlinuz symlink (not recommended), it is still possible to specify KERNEL_IMAGE and INITRD_IMAGE vars, as it is now.
TODO: Kernel not installed into the rootfs: The script currently doesn't handle missing /vmlinuz, bitbake will fail.
Currently, the kernel version is hard-coded in the multiconfig file. Whenever Debian releases a new revision, the multiconfig file has to be updated. 52b8d35 determines the version automatically. It should be rebased onto the current master and updated to cover all multiconfigs.
Further use cases: