From: Jan Kiszka <[email protected]> This skips the generation of dbg packages and reduces artifact size.
Signed-off-by: Jan Kiszka <[email protected]> --- recipes-kernel/linux/files/arm64_defconfig_4.19 | 1 - recipes-kernel/linux/files/orangepi-zero_defconfig_4.19 | 2 -- 2 files changed, 3 deletions(-) diff --git a/recipes-kernel/linux/files/arm64_defconfig_4.19 b/recipes-kernel/linux/files/arm64_defconfig_4.19 index 2ed1a9a..a79e0e9 100644 --- a/recipes-kernel/linux/files/arm64_defconfig_4.19 +++ b/recipes-kernel/linux/files/arm64_defconfig_4.19 @@ -489,7 +489,6 @@ CONFIG_CRYPTO_ANSI_CPRNG=y # CONFIG_CRYPTO_DEV_VIRTIO is not set # CONFIG_CRYPTO_DEV_BCM_SPU is not set CONFIG_PRINTK_TIME=y -CONFIG_DEBUG_INFO=y CONFIG_DEBUG_FS=y CONFIG_MAGIC_SYSRQ=y CONFIG_DEBUG_KERNEL=y diff --git a/recipes-kernel/linux/files/orangepi-zero_defconfig_4.19 b/recipes-kernel/linux/files/orangepi-zero_defconfig_4.19 index c1cab17..7e925bc 100644 --- a/recipes-kernel/linux/files/orangepi-zero_defconfig_4.19 +++ b/recipes-kernel/linux/files/orangepi-zero_defconfig_4.19 @@ -235,8 +235,6 @@ CONFIG_CRYPTO_DEV_SUN4I_SS_PRNG=y CONFIG_XZ_DEC=y CONFIG_PRINTK_TIME=y CONFIG_BOOT_PRINTK_DELAY=y -CONFIG_DEBUG_INFO=y -CONFIG_GDB_SCRIPTS=y CONFIG_DEBUG_FS=y CONFIG_MAGIC_SYSRQ=y CONFIG_DEBUG_KERNEL=y -- 2.16.4 -- You received this message because you are subscribed to the Google Groups "Jailhouse" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
