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