Buildroot Archive on lore.kernel.org
 help / color / mirror / Atom feed
From: Yann E. MORIN <yann.morin.1998@free.fr>
To: buildroot@busybox.net
Subject: [Buildroot] [PATCH 1/1] package/fuse-overlayfs: needs headers >= 3.15
Date: Mon, 13 Jul 2020 19:10:04 +0200	[thread overview]
Message-ID: <20200713171004.GF18825@scaer> (raw)
In-Reply-To: <20200713144159.897606-1-fontaine.fabrice@gmail.com>

Fabrice, All,

On 2020-07-13 16:41 +0200, Fabrice Fontaine spake thusly:
> fuse-overlayfs unconditionally uses SYS_renameat2 since version 0.2 and
> https://github.com/containers/fuse-overlayfs/commit/616119093a5d37bf201a7b7970eeb5f7ba32de22
> which is not available until kernel 3.15 and
> https://github.com/torvalds/linux/commit/5fb6b953bb7aa86a9c8ea760934982cedc45c52b
> 
> Fixes:
>  - http://autobuild.buildroot.org/results/3c97e25c69ab949e51f04b5d0134bc4b4059982d
> 
> Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>

Applied to master, thanks.

Regards,
Yann E. MORIN.

> ---
>  package/fuse-overlayfs/Config.in | 6 ++++--
>  1 file changed, 4 insertions(+), 2 deletions(-)
> 
> diff --git a/package/fuse-overlayfs/Config.in b/package/fuse-overlayfs/Config.in
> index a13cdd9e93..30a3372cbd 100644
> --- a/package/fuse-overlayfs/Config.in
> +++ b/package/fuse-overlayfs/Config.in
> @@ -3,6 +3,7 @@ config BR2_PACKAGE_FUSE_OVERLAYFS
>  	depends on BR2_USE_MMU # libfuse3
>  	depends on !BR2_STATIC_LIBS # libfuse3
>  	depends on BR2_TOOLCHAIN_HAS_THREADS # libfuse3
> +	depends on BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
>  	select BR2_PACKAGE_LIBFUSE3
>  	help
>  	  FUSE-overlayfs is an implementation of overlay+shiftfs in
> @@ -10,6 +11,7 @@ config BR2_PACKAGE_FUSE_OVERLAYFS
>  
>  	  http://github.com/containers/fuse-overlayfs
>  
> -comment "fuse-overlayfs needs a toolchain w/ threads, dynamic library"
> +comment "fuse-overlayfs needs a toolchain w/ threads, dynamic library, headers >= 3.15"
>  	depends on BR2_USE_MMU
> -	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS
> +	depends on !BR2_TOOLCHAIN_HAS_THREADS || BR2_STATIC_LIBS || \
> +		!BR2_TOOLCHAIN_HEADERS_AT_LEAST_3_15
> -- 
> 2.27.0
> 
> _______________________________________________
> buildroot mailing list
> buildroot at busybox.net
> http://lists.busybox.net/mailman/listinfo/buildroot

-- 
.-----------------.--------------------.------------------.--------------------.
|  Yann E. MORIN  | Real-Time Embedded | /"\ ASCII RIBBON | Erics' conspiracy: |
| +33 662 376 056 | Software  Designer | \ / CAMPAIGN     |  ___               |
| +33 561 099 427 `------------.-------:  X  AGAINST      |  \e/  There is no  |
| http://ymorin.is-a-geek.org/ | _/*\_ | / \ HTML MAIL    |   v   conspiracy.  |
'------------------------------^-------^------------------^--------------------'

      reply	other threads:[~2020-07-13 17:10 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-07-13 14:41 [Buildroot] [PATCH 1/1] package/fuse-overlayfs: needs headers >= 3.15 Fabrice Fontaine
2020-07-13 17:10 ` Yann E. MORIN [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=20200713171004.GF18825@scaer \
    --to=yann.morin.1998@free.fr \
    --cc=buildroot@busybox.net \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox