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 v1 2/3] package/fuse-overlayfs: enable building as host package
Date: Tue, 4 May 2021 22:20:54 +0200	[thread overview]
Message-ID: <20210504202054.GQ2137340@scaer> (raw)
In-Reply-To: <20210503023305.161122-2-christian@paral.in>

Christian, All,

On 2021-05-02 19:33 -0700, Christian Stewart spake thusly:
> Signed-off-by: Christian Stewart <christian@paral.in>
> ---
>  package/Config.in.host                   | 1 +
>  package/fuse-overlayfs/Config.in.host    | 7 +++++++
>  package/fuse-overlayfs/fuse-overlayfs.mk | 4 ++++
>  3 files changed, 12 insertions(+)
>  create mode 100644 package/fuse-overlayfs/Config.in.host
> 
> diff --git a/package/Config.in.host b/package/Config.in.host
> index ba6a68c728..0dbf63f2c8 100644
> --- a/package/Config.in.host
> +++ b/package/Config.in.host
> @@ -27,6 +27,7 @@ menu "Host utilities"
>  	source "package/f2fs-tools/Config.in.host"
>  	source "package/faketime/Config.in.host"
>  	source "package/fatcat/Config.in.host"
> +	source "package/fuse-overlayfs/Config.in.host"
>  	source "package/fwup/Config.in.host"
>  	source "package/genext2fs/Config.in.host"
>  	source "package/genimage/Config.in.host"
> diff --git a/package/fuse-overlayfs/Config.in.host b/package/fuse-overlayfs/Config.in.host
> new file mode 100644
> index 0000000000..cf459a4a2a
> --- /dev/null
> +++ b/package/fuse-overlayfs/Config.in.host
> @@ -0,0 +1,7 @@
> +config BR2_PACKAGE_HOST_FUSE_OVERLAYFS
> +	bool "host fuse-overlayfs"
> +	help
> +	  FUSE-overlayfs is an implementation of overlay+shiftfs in
> +	  FUSE, intended to be used for rootless containers.
> +
> +	  http://github.com/containers/fuse-overlayfs
> \ No newline at end of file

Be carefull that your editor properly terminates files with a \n

Vim is a good editor that generates properly formatted text files! ;-]

Regards,
Yann E. MORIN.

> diff --git a/package/fuse-overlayfs/fuse-overlayfs.mk b/package/fuse-overlayfs/fuse-overlayfs.mk
> index 707cacce03..36cbfc91fd 100644
> --- a/package/fuse-overlayfs/fuse-overlayfs.mk
> +++ b/package/fuse-overlayfs/fuse-overlayfs.mk
> @@ -12,4 +12,8 @@ FUSE_OVERLAYFS_LICENSE_FILES = COPYING
>  FUSE_OVERLAYFS_AUTORECONF = YES
>  FUSE_OVERLAYFS_DEPENDENCIES = libfuse3 host-pkgconf
>  
> +HOST_FUSE_OVERLAYFS_AUTORECONF = YES
> +HOST_FUSE_OVERLAYFS_DEPENDENCIES = host-libfuse3 host-pkgconf
> +
>  $(eval $(autotools-package))
> +$(eval $(host-autotools-package))
> -- 
> 2.31.1
> 
> _______________________________________________
> 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:[~2021-05-04 20:20 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-05-03  2:33 [Buildroot] [PATCH v1 1/3] package/libfuse3: allow building as a host package Christian Stewart
2021-05-03  2:33 ` [Buildroot] [PATCH v1 2/3] package/fuse-overlayfs: enable building as " Christian Stewart
2021-05-04 20:20   ` Yann E. MORIN [this message]
2021-05-04 20:25     ` Christian Stewart
2021-05-03  2:33 ` [Buildroot] [PATCH v1 3/3] package/genuinetools-img: new host and target package Christian Stewart
2021-05-03  2:45   ` Christian Stewart
2021-05-04 20:31     ` Yann E. MORIN
2021-05-04 22:03       ` Christian Stewart
2021-05-11 11:19         ` Peter Korsgaard
2021-05-11 19:33           ` Christian Stewart
2021-05-04 20:18 ` [Buildroot] [PATCH v1 1/3] package/libfuse3: allow building as a host package Yann E. MORIN

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=20210504202054.GQ2137340@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