From f56880a626323523f1f8480514979a87b6d4ec90 Mon Sep 17 00:00:00 2001 From: Stewart Smith Date: Thu, 31 May 2018 15:26:33 +1000 Subject: Enable BR2_LINUX_KERNEL_XZ=y for all platforms We keep creeping *just* over the size for BOOTKERNEL on our P8 builds due to some non-determinism in the kernel and initramfs build process. It turns out we didn't have the *kernel* being built with XZ compression (just the initramfs), so if we enable that, we get close to a megabyte back, which gives us some breathing room. Signed-off-by: Stewart Smith --- openpower/configs/firestone_defconfig | 1 + 1 file changed, 1 insertion(+) (limited to 'openpower/configs/firestone_defconfig') diff --git a/openpower/configs/firestone_defconfig b/openpower/configs/firestone_defconfig index 0e30c7b9..12db429e 100644 --- a/openpower/configs/firestone_defconfig +++ b/openpower/configs/firestone_defconfig @@ -19,6 +19,7 @@ BR2_LINUX_KERNEL_PATCH="$(BR2_EXTERNAL_OP_BUILD_PATH)/linux" BR2_LINUX_KERNEL_USE_CUSTOM_CONFIG=y BR2_LINUX_KERNEL_CUSTOM_CONFIG_FILE="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/linux/skiroot_defconfig" BR2_LINUX_KERNEL_ZIMAGE_EPAPR=y +BR2_LINUX_KERNEL_XZ=y BR2_PACKAGE_BUSYBOX_CONFIG_FRAGMENT_FILES="$(BR2_EXTERNAL_OP_BUILD_PATH)/configs/busybox.fragment" BR2_PACKAGE_BUSYBOX_SHOW_OTHERS=y BR2_PACKAGE_LINUX_FIRMWARE=y -- cgit v1.2.1