kernel: Fix DEBUG builds and add default debug targets/images

Building debug kernels (with additional run time checks and debugging)
was broken a few commits back. This adds back support for building debug
kernels.

In addition, it builds and uploads debug kernels for selected kernel
series (4.9.x LTS and latest stable). The tag for these kernels has
a "_dbg" suffix.

Update documentation.

Signed-off-by: Rolf Neugebauer <rolf.neugebauer@docker.com>
This commit is contained in:
Rolf Neugebauer
2017-05-02 12:04:20 +01:00
parent 5ab5f31e14
commit f44421042e
4 changed files with 32 additions and 24 deletions

View File

@@ -1,6 +1,6 @@
## MOBY DEBUG OPTIONS ##
## LinuxKit DEBUG OPTIONS ##
CONFIG_LOCKDEP=y
CONFIG_FRAME_POINTER=y