mirror of
https://github.com/linuxkit/linuxkit.git
synced 2025-07-31 14:41:10 +00:00
kernel: apply debug configuration to all kernels
Signed-off-by: David Sheets <dsheets@docker.com>
This commit is contained in:
parent
9e5c86f006
commit
1163bf09be
@ -64,6 +64,7 @@ COPY kernel_config.debug /linux/debug_config
|
||||
|
||||
RUN if [ $DEBUG -ne "0" ]; then \
|
||||
cat /linux/debug_config >> /linux/arch/x86/configs/x86_64_defconfig; \
|
||||
cat /linux/debug_config >> /linux/arch/arm/configs/versatile_defconfig; \
|
||||
fi
|
||||
|
||||
# Apply local patches
|
||||
|
Loading…
Reference in New Issue
Block a user