From: Joshua Lock <joshua.lock@collabora.co.uk>
To: openembedded-core@lists.openembedded.org
Subject: Re: [fido][PATCH] squashfs-tools: build and install unsquashfs as well
Date: Thu, 04 Jun 2015 18:15:03 +0100 [thread overview]
Message-ID: <55708797.7030102@collabora.co.uk> (raw)
In-Reply-To: <20150604084805.GF2376@jama>
On 04/06/15 09:48, Martin Jansa wrote:
> On Thu, May 21, 2015 at 01:24:36PM +0200, Martin Jansa wrote:
>> * it's useful for debugging corrupt squashfs images from mksquashfs
>
> ping
Thanks, this is queued in my fido-next branch[1] pending an autobuilder run.
Regards,
Joshua
1.
http://cgit.openembedded.org/openembedded-core-contrib/log/?h=joshuagl/fido-next
>
>>
>> Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
>> ---
>> meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb | 3 ++-
>> 1 file changed, 2 insertions(+), 1 deletion(-)
>>
>> diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb
>> index d36f0fe..19d555e1 100644
>> --- a/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb
>> +++ b/meta/recipes-devtools/squashfs-tools/squashfs-tools_4.3.bb
>> @@ -27,11 +27,12 @@ SPDX_S = "${WORKDIR}/squashfs${PV}"
>> EXTRA_OEMAKE = "MAKEFLAGS= LZMA_SUPPORT=1 LZMA_DIR=../.. XZ_SUPPORT=1 LZO_SUPPORT=1 LZ4_SUPPORT=1"
>>
>> do_compile() {
>> - oe_runmake mksquashfs
>> + oe_runmake mksquashfs unsquashfs
>> }
>> do_install () {
>> install -d ${D}${sbindir}
>> install -m 0755 mksquashfs ${D}${sbindir}/
>> + install -m 0755 unsquashfs ${D}${sbindir}/
>> }
>>
>> ARM_INSTRUCTION_SET = "arm"
>> --
>> 2.4.1
>>
>
prev parent reply other threads:[~2015-06-04 17:15 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-05-21 11:24 [fido][PATCH] squashfs-tools: build and install unsquashfs as well Martin Jansa
2015-06-04 8:48 ` Martin Jansa
2015-06-04 17:15 ` Joshua Lock [this message]
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=55708797.7030102@collabora.co.uk \
--to=joshua.lock@collabora.co.uk \
--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.