All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] bitbake.conf: add 'xz' to HOSTTOOLS
@ 2017-11-16  9:16 André Draszik
  2017-11-16 18:52 ` Khem Raj
  0 siblings, 1 reply; 5+ messages in thread
From: André Draszik @ 2017-11-16  9:16 UTC (permalink / raw)
  To: openembedded-core

Files in SRC_URI that are xz compressed can not be
unpacked without this, as we'd have no decompressor
available.

Signed-off-by: André Draszik <git@andred.net>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index 9696273acc..dfc4de56a6 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -480,7 +480,7 @@ HOSTTOOLS += " \
     mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd python python2 \
     python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh sha256sum \
     sleep sort split stat strings strip tail tar tee test touch tr true uname \
-    uniq wc wget which xargs \
+    uniq wc wget which xargs xz \
 "
 
 # Tools needed to run testimage runtime image testing
-- 
2.15.0.rc1



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

* Re: [PATCH] bitbake.conf: add 'xz' to HOSTTOOLS
  2017-11-16  9:16 [PATCH] bitbake.conf: add 'xz' to HOSTTOOLS André Draszik
@ 2017-11-16 18:52 ` Khem Raj
  2017-11-17  9:09   ` André Draszik
  0 siblings, 1 reply; 5+ messages in thread
From: Khem Raj @ 2017-11-16 18:52 UTC (permalink / raw)
  To: André Draszik; +Cc: openembedded-core

[-- Attachment #1: Type: text/plain, Size: 1255 bytes --]

On Thu, Nov 16, 2017 at 1:16 AM André Draszik <git@andred.net> wrote:

> Files in SRC_URI that are xz compressed can not be
> unpacked without this, as we'd have no decompressor
> available.


I thought we added  xz-native dependency to such recipes

>
>
> Signed-off-by: André Draszik <git@andred.net>
> ---
>  meta/conf/bitbake.conf | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
> index 9696273acc..dfc4de56a6 100644
> --- a/meta/conf/bitbake.conf
> +++ b/meta/conf/bitbake.conf
> @@ -480,7 +480,7 @@ HOSTTOOLS += " \
>      mktemp mv nm objcopy objdump od patch perl pod2man pr printf pwd
> python python2 \
>      python2.7 python3 ranlib readelf readlink rm rmdir rpcgen sed sh
> sha256sum \
>      sleep sort split stat strings strip tail tar tee test touch tr true
> uname \
> -    uniq wc wget which xargs \
> +    uniq wc wget which xargs xz \
>  "
>
>  # Tools needed to run testimage runtime image testing
> --
> 2.15.0.rc1
>
> --
> _______________________________________________
> Openembedded-core mailing list
> Openembedded-core@lists.openembedded.org
> http://lists.openembedded.org/mailman/listinfo/openembedded-core
>

[-- Attachment #2: Type: text/html, Size: 1966 bytes --]

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

* Re: [PATCH] bitbake.conf: add 'xz' to HOSTTOOLS
  2017-11-16 18:52 ` Khem Raj
@ 2017-11-17  9:09   ` André Draszik
  0 siblings, 0 replies; 5+ messages in thread
From: André Draszik @ 2017-11-17  9:09 UTC (permalink / raw)
  To: Khem Raj; +Cc: openembedded-core

On Thu, 2017-11-16 at 18:52 +0000, Khem Raj wrote:
> On Thu, Nov 16, 2017 at 1:16 AM André Draszik <git@andred.net> wrote:
> 
> > Files in SRC_URI that are xz compressed can not be
> > unpacked without this, as we'd have no decompressor
> > available.
> 
> 
> I thought we added  xz-native dependency to such recipes

OK, I have no problem doing that instead. Just seems a little inconsistent,
as bunzip and gunzip are available by default for all recipes.


Cheers,
Andre'



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

* [PATCH] bitbake.conf: add "xz" to HOSTTOOLS
  2023-05-16 18:30 [PATCH 1/3] alsa-lib: upgrade 1.2.8 -> 1.2.9 michael.opdenacker
@ 2023-05-16 18:30 ` michael.opdenacker
  0 siblings, 0 replies; 5+ messages in thread
From: michael.opdenacker @ 2023-05-16 18:30 UTC (permalink / raw)
  To: openembedded-core; +Cc: Michael Opdenacker

From: Michael Opdenacker <michael.opdenacker@bootlin.com>

xz is necessary to extract the uninative binary shims

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index afd9e2f552..2a6aefc01a 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -529,7 +529,7 @@ HOSTTOOLS += " \
     python3 pzstd ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \
     sha1sum sha224sum sha256sum sha384sum sha512sum \
     sleep sort split stat strings strip tail tar tee test touch tr true uname \
-    uniq wc wget which xargs zstd \
+    uniq wc wget which xargs xz zstd \
 "
 
 # Tools needed to run testimage runtime image testing
-- 
2.34.1



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

* [PATCH] bitbake.conf: add "xz" to HOSTTOOLS
@ 2023-05-03  9:52 michael.opdenacker
  0 siblings, 0 replies; 5+ messages in thread
From: michael.opdenacker @ 2023-05-03  9:52 UTC (permalink / raw)
  To: openembedded-core; +Cc: Michael Opdenacker

From: Michael Opdenacker <michael.opdenacker@bootlin.com>

xz is necessary to extract the uninative binary shims

Signed-off-by: Michael Opdenacker <michael.opdenacker@bootlin.com>
---
 meta/conf/bitbake.conf | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf
index afd9e2f552..2a6aefc01a 100644
--- a/meta/conf/bitbake.conf
+++ b/meta/conf/bitbake.conf
@@ -529,7 +529,7 @@ HOSTTOOLS += " \
     python3 pzstd ranlib readelf readlink realpath rm rmdir rpcgen sed seq sh \
     sha1sum sha224sum sha256sum sha384sum sha512sum \
     sleep sort split stat strings strip tail tar tee test touch tr true uname \
-    uniq wc wget which xargs zstd \
+    uniq wc wget which xargs xz zstd \
 "
 
 # Tools needed to run testimage runtime image testing
-- 
2.34.1



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

end of thread, other threads:[~2023-05-16 18:30 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-11-16  9:16 [PATCH] bitbake.conf: add 'xz' to HOSTTOOLS André Draszik
2017-11-16 18:52 ` Khem Raj
2017-11-17  9:09   ` André Draszik
2023-05-03  9:52 [PATCH] bitbake.conf: add "xz" " michael.opdenacker
2023-05-16 18:30 [PATCH 1/3] alsa-lib: upgrade 1.2.8 -> 1.2.9 michael.opdenacker
2023-05-16 18:30 ` [PATCH] bitbake.conf: add "xz" to HOSTTOOLS michael.opdenacker

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.