1
0
mirror of https://git.yoctoproject.org/meta-ti synced 2026-05-29 23:12:45 +00:00

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 <koen@dominion.thruhere.net>
This commit is contained in:
Koen Kooi
2011-10-22 20:03:34 +02:00
parent 6743f427e7
commit 21d8165f0a
2 changed files with 3 additions and 3 deletions
@@ -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
@@ -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)"