From: Koen Kooi Date: Sat, 22 Oct 2011 18:03:34 +0000 (+0200) Subject: linux-ti33x-psp 3.1rc8: use LZO compression for beaglebone to squeeze out some more... X-Git-Tag: v2012.05-yocto1.2~268 X-Git-Url: https://git.ti.com/gitweb?p=glsdk%2Fmeta-ti-glsdk.git;a=commitdiff_plain;h=21d8165f0ab973f0ce0f2588d2e97b99d885c786;hp=6743f427e7fccf9c5f5a262d982da339f69582cf;ds=inline linux-ti33x-psp 3.1rc8: use LZO compression for beaglebone to squeeze out some more ms for faster boot make sure to have 'lzop' installed, no native recipe for that yet Signed-off-by: Koen Kooi --- diff --git a/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig b/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig index fad92d7..4b3c21d 100644 --- a/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig +++ b/recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig @@ -40,9 +40,9 @@ CONFIG_LOCALVERSION="" CONFIG_HAVE_KERNEL_GZIP=y CONFIG_HAVE_KERNEL_LZMA=y CONFIG_HAVE_KERNEL_LZO=y -CONFIG_KERNEL_GZIP=y +# CONFIG_KERNEL_GZIP is not set # CONFIG_KERNEL_LZMA is not set -# CONFIG_KERNEL_LZO is not set +CONFIG_KERNEL_LZO=y CONFIG_DEFAULT_HOSTNAME="BeagleBone" CONFIG_SWAP=y CONFIG_SYSVIPC=y diff --git a/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb b/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb index 9672153..1c4bee0 100644 --- a/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb +++ b/recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb @@ -11,7 +11,7 @@ MULTI_CONFIG_BASE_SUFFIX = "" BRANCH = "master" SRCREV = "c7fc664a6a36a4721b43dc287e410a2453f0b782" -MACHINE_KERNEL_PR_append = "i+gitr${SRCREV}" +MACHINE_KERNEL_PR_append = "j+gitr${SRCREV}" COMPATIBLE_MACHINE = "(ti33x)"