summaryrefslogtreecommitdiffstats
path: root/openpower/configs/barreleye_defconfig
diff options
context:
space:
mode:
authorStewart Smith <stewart@linux.ibm.com>2018-05-31 15:26:33 +1000
committerStewart Smith <stewart@linux.ibm.com>2018-05-31 15:31:27 +1000
commitf56880a626323523f1f8480514979a87b6d4ec90 (patch)
treec0087760c13cd6fb3633cd861d38102afd83d9ce /openpower/configs/barreleye_defconfig
parent2bec9820282aeee0ef01455062abc2fb42751ad3 (diff)
downloadblackbird-op-build-f56880a626323523f1f8480514979a87b6d4ec90.tar.gz
blackbird-op-build-f56880a626323523f1f8480514979a87b6d4ec90.zip
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 <stewart@linux.ibm.com>
Diffstat (limited to 'openpower/configs/barreleye_defconfig')
-rw-r--r--openpower/configs/barreleye_defconfig1
1 files changed, 1 insertions, 0 deletions
diff --git a/openpower/configs/barreleye_defconfig b/openpower/configs/barreleye_defconfig
index d7e7b98a..c6c5fb73 100644
--- a/openpower/configs/barreleye_defconfig
+++ b/openpower/configs/barreleye_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
OpenPOWER on IntegriCloud