summaryrefslogtreecommitdiffstats
path: root/recipes-kernel
diff options
context:
space:
mode:
authorKoen Kooi <koen@dominion.thruhere.net>2011-10-22 20:03:34 +0200
committerKoen Kooi <koen@dominion.thruhere.net>2011-10-22 20:04:38 +0200
commit21d8165f0ab973f0ce0f2588d2e97b99d885c786 (patch)
tree74ea09dee858a65bbcda195748d70a485f553b65 /recipes-kernel
parent6743f427e7fccf9c5f5a262d982da339f69582cf (diff)
downloadmeta-ti-21d8165f0ab973f0ce0f2588d2e97b99d885c786.tar.gz
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>
Diffstat (limited to 'recipes-kernel')
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig4
-rw-r--r--recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb2
2 files changed, 3 insertions, 3 deletions
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 fad92d70..4b3c21d2 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=""
40CONFIG_HAVE_KERNEL_GZIP=y 40CONFIG_HAVE_KERNEL_GZIP=y
41CONFIG_HAVE_KERNEL_LZMA=y 41CONFIG_HAVE_KERNEL_LZMA=y
42CONFIG_HAVE_KERNEL_LZO=y 42CONFIG_HAVE_KERNEL_LZO=y
43CONFIG_KERNEL_GZIP=y 43# CONFIG_KERNEL_GZIP is not set
44# CONFIG_KERNEL_LZMA is not set 44# CONFIG_KERNEL_LZMA is not set
45# CONFIG_KERNEL_LZO is not set 45CONFIG_KERNEL_LZO=y
46CONFIG_DEFAULT_HOSTNAME="BeagleBone" 46CONFIG_DEFAULT_HOSTNAME="BeagleBone"
47CONFIG_SWAP=y 47CONFIG_SWAP=y
48CONFIG_SYSVIPC=y 48CONFIG_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 9672153c..1c4bee09 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 = ""
11 11
12BRANCH = "master" 12BRANCH = "master"
13SRCREV = "c7fc664a6a36a4721b43dc287e410a2453f0b782" 13SRCREV = "c7fc664a6a36a4721b43dc287e410a2453f0b782"
14MACHINE_KERNEL_PR_append = "i+gitr${SRCREV}" 14MACHINE_KERNEL_PR_append = "j+gitr${SRCREV}"
15 15
16COMPATIBLE_MACHINE = "(ti33x)" 16COMPATIBLE_MACHINE = "(ti33x)"
17 17