Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [PATCH] package/libostree: select libarchive for s390x architecture
@ 2022-10-11  6:26 Marcus Folkesson
  2022-10-24  5:47 ` Marcus Folkesson
  2022-10-31 10:27 ` Thomas Petazzoni via buildroot
  0 siblings, 2 replies; 3+ messages in thread
From: Marcus Folkesson @ 2022-10-11  6:26 UTC (permalink / raw)
  To: buildroot; +Cc: Marcus Folkesson

libarchive is needed when building for s390x.

Introduced in this patch:
c6a53ef6e8f9491633b0d494991f94c629791e1d s390x: use 'libarchive' to modify initrd in SE case

Fixes:
http://autobuild.buildroot.net/results/14cc164ab3005be9b3efde57b4bd914414e3acf0/

Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
---
 package/libostree/Config.in | 1 +
 1 file changed, 1 insertion(+)

diff --git a/package/libostree/Config.in b/package/libostree/Config.in
index 14ae4da4c8..a36e12ddde 100644
--- a/package/libostree/Config.in
+++ b/package/libostree/Config.in
@@ -7,6 +7,7 @@ config BR2_PACKAGE_LIBOSTREE
 	# doesn't build with musl due to lack of TEMP_FAILURE_RETRY()
 	depends on !BR2_TOOLCHAIN_USES_MUSL
 	select BR2_PACKAGE_E2FSPROGS
+    select BR2_PACKAGE_LIBARCHIVE if BR2_s390x
 	select BR2_PACKAGE_LIBGLIB2
 	select BR2_PACKAGE_LIBGPG_ERROR
 	select BR2_PACKAGE_LIBGPGME
-- 
2.37.1

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/libostree: select libarchive for s390x architecture
  2022-10-11  6:26 [Buildroot] [PATCH] package/libostree: select libarchive for s390x architecture Marcus Folkesson
@ 2022-10-24  5:47 ` Marcus Folkesson
  2022-10-31 10:27 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Marcus Folkesson @ 2022-10-24  5:47 UTC (permalink / raw)
  To: buildroot


[-- Attachment #1.1: Type: text/plain, Size: 1176 bytes --]

Bump

Med vänliga hälsningar / Best regards
Marcus Folkesson

Den tis 11 okt. 2022 kl 08:26 skrev Marcus Folkesson <
marcus.folkesson@gmail.com>:

> libarchive is needed when building for s390x.
>
> Introduced in this patch:
> c6a53ef6e8f9491633b0d494991f94c629791e1d s390x: use 'libarchive' to modify
> initrd in SE case
>
> Fixes:
>
> http://autobuild.buildroot.net/results/14cc164ab3005be9b3efde57b4bd914414e3acf0/
>
> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
> ---
>  package/libostree/Config.in | 1 +
>  1 file changed, 1 insertion(+)
>
> diff --git a/package/libostree/Config.in b/package/libostree/Config.in
> index 14ae4da4c8..a36e12ddde 100644
> --- a/package/libostree/Config.in
> +++ b/package/libostree/Config.in
> @@ -7,6 +7,7 @@ config BR2_PACKAGE_LIBOSTREE
>         # doesn't build with musl due to lack of TEMP_FAILURE_RETRY()
>         depends on !BR2_TOOLCHAIN_USES_MUSL
>         select BR2_PACKAGE_E2FSPROGS
> +    select BR2_PACKAGE_LIBARCHIVE if BR2_s390x
>         select BR2_PACKAGE_LIBGLIB2
>         select BR2_PACKAGE_LIBGPG_ERROR
>         select BR2_PACKAGE_LIBGPGME
> --
> 2.37.1
>
>

[-- Attachment #1.2: Type: text/html, Size: 1753 bytes --]

[-- Attachment #2: Type: text/plain, Size: 150 bytes --]

_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

* Re: [Buildroot] [PATCH] package/libostree: select libarchive for s390x architecture
  2022-10-11  6:26 [Buildroot] [PATCH] package/libostree: select libarchive for s390x architecture Marcus Folkesson
  2022-10-24  5:47 ` Marcus Folkesson
@ 2022-10-31 10:27 ` Thomas Petazzoni via buildroot
  1 sibling, 0 replies; 3+ messages in thread
From: Thomas Petazzoni via buildroot @ 2022-10-31 10:27 UTC (permalink / raw)
  To: Marcus Folkesson; +Cc: buildroot

Hello Marcus,

On Tue, 11 Oct 2022 08:26:47 +0200
Marcus Folkesson <marcus.folkesson@gmail.com> wrote:

> libarchive is needed when building for s390x.
> 
> Introduced in this patch:
> c6a53ef6e8f9491633b0d494991f94c629791e1d s390x: use 'libarchive' to modify initrd in SE case
> 
> Fixes:
> http://autobuild.buildroot.net/results/14cc164ab3005be9b3efde57b4bd914414e3acf0/
> 
> Signed-off-by: Marcus Folkesson <marcus.folkesson@gmail.com>
> ---
>  package/libostree/Config.in | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/package/libostree/Config.in b/package/libostree/Config.in
> index 14ae4da4c8..a36e12ddde 100644
> --- a/package/libostree/Config.in
> +++ b/package/libostree/Config.in
> @@ -7,6 +7,7 @@ config BR2_PACKAGE_LIBOSTREE
>  	# doesn't build with musl due to lack of TEMP_FAILURE_RETRY()
>  	depends on !BR2_TOOLCHAIN_USES_MUSL
>  	select BR2_PACKAGE_E2FSPROGS
> +    select BR2_PACKAGE_LIBARCHIVE if BR2_s390x

Thanks for the patch! The indentation was not correct here, so I fixed
that up and applied. Thanks!

Thomas
-- 
Thomas Petazzoni, co-owner and CEO, Bootlin
Embedded Linux and Kernel engineering and training
https://bootlin.com
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

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

end of thread, other threads:[~2022-10-31 10:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-10-11  6:26 [Buildroot] [PATCH] package/libostree: select libarchive for s390x architecture Marcus Folkesson
2022-10-24  5:47 ` Marcus Folkesson
2022-10-31 10:27 ` Thomas Petazzoni via buildroot

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox