From be0c04d10f6250f8b774a2b53665f93f7dd41c7b Mon Sep 17 00:00:00 2001 From: Richard Maw Date: Fri, 13 Jun 2014 13:29:07 +0100 Subject: morphs: compress wandboard kernel with gzip The lzo available to this build is the lzo from busybox, which doesn't support the high-compression mode that Linux requires. We can work around this, by changing the kernel from being lzo compressed to gzip compressed. --- linux-armv7-wandboard.morph | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/linux-armv7-wandboard.morph b/linux-armv7-wandboard.morph index 7d297463b759..4b72aae689f7 100644 --- a/linux-armv7-wandboard.morph +++ b/linux-armv7-wandboard.morph @@ -2,6 +2,12 @@ name: linux-armv7-wandboard kind: chunk configure-commands: - make ARCH=arm imx_v6_v7_defconfig +# Our lzo comes from busybox, which is missing features linux requires +# for lzo compressed kernels. This comes from the defconfig, so we should +# fix this here. +- scripts/config -d KERNEL_LZO +- scripts/config -e KERNEL_GZIP + - scripts/config -e NAMESPACES - scripts/config -e PACKET - scripts/config -e SATA_AHCI -- cgit v1.2.1