All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-handheld][PATCH] linux-yocto: use LZMA for Zaurus collie
@ 2012-08-17 22:30 Andrea Adami
  2012-09-15 20:48 ` Paul Eggleton
  0 siblings, 1 reply; 2+ messages in thread
From: Andrea Adami @ 2012-08-17 22:30 UTC (permalink / raw)
  To: openembedded-devel

* this way we save more than 500KiB, important when you have just 14MiB !

Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
---
 recipes-kernel/linux/linux-yocto/collie/collie.cfg |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/recipes-kernel/linux/linux-yocto/collie/collie.cfg b/recipes-kernel/linux/linux-yocto/collie/collie.cfg
index ad709c5..4cc5f56 100644
--- a/recipes-kernel/linux/linux-yocto/collie/collie.cfg
+++ b/recipes-kernel/linux/linux-yocto/collie/collie.cfg
@@ -43,8 +43,8 @@ CONFIG_LOCALVERSION=""
 CONFIG_HAVE_KERNEL_GZIP=y
 CONFIG_HAVE_KERNEL_LZMA=y
 CONFIG_HAVE_KERNEL_LZO=y
-CONFIG_KERNEL_GZIP=y
-# CONFIG_KERNEL_LZMA is not set
+# CONFIG_KERNEL_GZIP is not set
+CONFIG_KERNEL_LZMA=y
 # CONFIG_KERNEL_LZO is not set
 CONFIG_DEFAULT_HOSTNAME="(none)"
 CONFIG_SWAP=y
-- 
1.7.8.6




^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [meta-handheld][PATCH] linux-yocto: use LZMA for Zaurus collie
  2012-08-17 22:30 [meta-handheld][PATCH] linux-yocto: use LZMA for Zaurus collie Andrea Adami
@ 2012-09-15 20:48 ` Paul Eggleton
  0 siblings, 0 replies; 2+ messages in thread
From: Paul Eggleton @ 2012-09-15 20:48 UTC (permalink / raw)
  To: openembedded-devel

On Saturday 18 August 2012 00:30:28 Andrea Adami wrote:
> * this way we save more than 500KiB, important when you have just 14MiB !
> 
> Signed-off-by: Andrea Adami <andrea.adami@gmail.com>
> ---
>  recipes-kernel/linux/linux-yocto/collie/collie.cfg |    4 ++--
>  1 files changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/recipes-kernel/linux/linux-yocto/collie/collie.cfg
> b/recipes-kernel/linux/linux-yocto/collie/collie.cfg index ad709c5..4cc5f56
> 100644
> --- a/recipes-kernel/linux/linux-yocto/collie/collie.cfg
> +++ b/recipes-kernel/linux/linux-yocto/collie/collie.cfg
> @@ -43,8 +43,8 @@ CONFIG_LOCALVERSION=""
>  CONFIG_HAVE_KERNEL_GZIP=y
>  CONFIG_HAVE_KERNEL_LZMA=y
>  CONFIG_HAVE_KERNEL_LZO=y
> -CONFIG_KERNEL_GZIP=y
> -# CONFIG_KERNEL_LZMA is not set
> +# CONFIG_KERNEL_GZIP is not set
> +CONFIG_KERNEL_LZMA=y
>  # CONFIG_KERNEL_LZO is not set
>  CONFIG_DEFAULT_HOSTNAME="(none)"
>  CONFIG_SWAP=y

Merged to meta-handheld master, thanks.

Cheers,
Paul

-- 

Paul Eggleton
Intel Open Source Technology Centre



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2012-09-15 21:01 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2012-08-17 22:30 [meta-handheld][PATCH] linux-yocto: use LZMA for Zaurus collie Andrea Adami
2012-09-15 20:48 ` Paul Eggleton

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.