mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-10-10 06:23:30 +00:00
KCONFIG_TAG variable can be used to set a custom kconfig tag. If KCONFIG_TAG is not set, the the image is tagged as linuxkit/kconfig:latest This is useful for projects requiring to build multiple kernels that have different patches. When trying to edit an unpatched kernel config after working on a patched kernel config (same kernel version), one had to rerun make kconfig first in order to edit the config of an unpatched kernel. Now it is possible to generate a tegged kconfig image and then, get the wanted config by selecting the corresponding linuxkit/kexec:tag. Signed-off-by: Gabriel Chabot <gabriel.chabot@qarnot-computing.com>
See ../docs/kernels.md for more information on kernel builds.