diff options
| author | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-22 20:03:34 +0200 |
|---|---|---|
| committer | Koen Kooi <koen@dominion.thruhere.net> | 2011-10-22 20:04:38 +0200 |
| commit | 21d8165f0ab973f0ce0f2588d2e97b99d885c786 (patch) | |
| tree | 74ea09dee858a65bbcda195748d70a485f553b65 | |
| parent | 6743f427e7fccf9c5f5a262d982da339f69582cf (diff) | |
| download | meta-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>
| -rw-r--r-- | recipes-kernel/linux/linux-ti33x-psp-3.0+3.1rc/beaglebone/defconfig | 4 | ||||
| -rw-r--r-- | recipes-kernel/linux/linux-ti33x-psp_3.0+3.1rc.bb | 2 |
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="" | |||
| 40 | CONFIG_HAVE_KERNEL_GZIP=y | 40 | CONFIG_HAVE_KERNEL_GZIP=y |
| 41 | CONFIG_HAVE_KERNEL_LZMA=y | 41 | CONFIG_HAVE_KERNEL_LZMA=y |
| 42 | CONFIG_HAVE_KERNEL_LZO=y | 42 | CONFIG_HAVE_KERNEL_LZO=y |
| 43 | CONFIG_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 | 45 | CONFIG_KERNEL_LZO=y |
| 46 | CONFIG_DEFAULT_HOSTNAME="BeagleBone" | 46 | CONFIG_DEFAULT_HOSTNAME="BeagleBone" |
| 47 | CONFIG_SWAP=y | 47 | CONFIG_SWAP=y |
| 48 | CONFIG_SYSVIPC=y | 48 | 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 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 | ||
| 12 | BRANCH = "master" | 12 | BRANCH = "master" |
| 13 | SRCREV = "c7fc664a6a36a4721b43dc287e410a2453f0b782" | 13 | SRCREV = "c7fc664a6a36a4721b43dc287e410a2453f0b782" |
| 14 | MACHINE_KERNEL_PR_append = "i+gitr${SRCREV}" | 14 | MACHINE_KERNEL_PR_append = "j+gitr${SRCREV}" |
| 15 | 15 | ||
| 16 | COMPATIBLE_MACHINE = "(ti33x)" | 16 | COMPATIBLE_MACHINE = "(ti33x)" |
| 17 | 17 | ||
