All of lore.kernel.org
 help / color / mirror / Atom feed
From: Mike Looijmans <mike.looijmans@topic.nl>
To: <openembedded-core@lists.openembedded.org>
Subject: Re: [PATCH 1/2] squashfs-tools: Enable LZO support
Date: Mon, 11 Aug 2014 12:15:33 +0200	[thread overview]
Message-ID: <53E897C5.7010809@topic.nl> (raw)
In-Reply-To: <1407751920-9684-1-git-send-email-mike.looijmans@topic.nl>

Sorry for having posted this multiple times, our local mail server bounced it 
as "spam" so I figured it never arrived, and retried it later.


On 08/11/2014 12:11 PM, Mike Looijmans wrote:
> For systems looking for speed rather than size (e.g. booting from serial NOR
> flash) LZO is usually a good tradeoff, and usually boots faster than gzip
> or even an uncompressed filesystem.
>
> Signed-off-by: Mike Looijmans <mike.looijmans@topic.nl>
> ---
>   .../squashfs-tools/squashfs-tools_4.2.bb           |    4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb
> index 57400cd..1ded2c9 100644
> --- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb
> +++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.2.bb
> @@ -6,7 +6,7 @@ LICENSE = "GPL-2 & PD"
>   LIC_FILES_CHKSUM = "file://../COPYING;md5=0636e73ff0215e8d672dc4c32c317bb3 \
>                       file://../../7zC.txt;beginline=12;endline=16;md5=2056cd6d919ebc3807602143c7449a7c \
>                      "
> -DEPENDS = "attr zlib xz"
> +DEPENDS = "attr zlib xz lzo"
>   PR = "r2"
>
>   SRC_URI = "${SOURCEFORGE_MIRROR}/squashfs/squashfs${PV}.tar.gz;name=squashfs \
> @@ -27,7 +27,7 @@ S = "${WORKDIR}/squashfs${PV}/squashfs-tools"
>   # EXTRA_OEMAKE is typically: -e MAKEFLAGS=
>   # the -e causes problems as CFLAGS is modified in the Makefile, so
>   # we redefine EXTRA_OEMAKE here
> -EXTRA_OEMAKE = "MAKEFLAGS= LZMA_SUPPORT=1 LZMA_DIR=../.. XZ_SUPPORT=1"
> +EXTRA_OEMAKE = "MAKEFLAGS= LZMA_SUPPORT=1 LZMA_DIR=../.. LZO_SUPPORT=1 XZ_SUPPORT=1"
>
>   do_compile() {
>           oe_runmake mksquashfs
>



Met vriendelijke groet / kind regards,

Mike Looijmans

TOPIC Embedded Systems
Eindhovenseweg 32-C, NL-5683 KH Best
Postbus 440, NL-5680 AK Best
Telefoon: (+31) (0) 499 33 69 79
Telefax:  (+31) (0) 499 33 69 70
E-mail: mike.looijmans@topic.nl
Website: www.topic.nl

Please consider the environment before printing this e-mail

Bezoek ons op 9 en 10 september tijdens Technology for Health Den Bosch (stand 53)
http://www.technologyforhealth.nl



  parent reply	other threads:[~2014-08-11 10:15 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-08-11 10:11 [PATCH 1/2] squashfs-tools: Enable LZO support Mike Looijmans
2014-08-11 10:12 ` [PATCH 2/2] Support image type "squashfs-lzo" Mike Looijmans
2014-08-11 10:15 ` Mike Looijmans [this message]
2014-08-11 10:33 ` [PATCH 1/2] squashfs-tools: Enable LZO support Richard Purdie
2014-08-11 10:52   ` Mike Looijmans
2014-08-12  7:54   ` [PATCH v2 1/2] squashfs-tools: Add support for LZO and LZ4 compression Mike Looijmans
2014-08-12  7:54     ` [PATCH v2 2/2] Support image type "squashfs-lzo" Mike Looijmans
  -- strict thread matches above, loose matches on Subject: below --
2014-08-11  7:10 [PATCH 1/2] squashfs-tools: Enable LZO support Mike Looijmans

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=53E897C5.7010809@topic.nl \
    --to=mike.looijmans@topic.nl \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.