From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH v3] f2fs-tools: new package
Date: Thu, 13 Nov 2014 17:57:36 +0100 [thread overview]
Message-ID: <20141113165736.GY30196@pengutronix.de> (raw)
In-Reply-To: <1414697575-1980-1-git-send-email-jon@ringle.org>
On Thu, Oct 30, 2014 at 03:32:55PM -0400, jon@ringle.org wrote:
> From: Jon Ringle <jringle@gridpoint.com>
>
> The f2fs-tools package provides the filesystem utilities for use
> with the f2fs filesystem (flash-friendly filesystem)
> https://www.kernel.org/doc/Documentation/filesystems/f2fs.txt
>
> Signed-off-by: Jon Ringle <jringle@gridpoint.com>
> ---
>
> I added the md5sum of the .tar.xz created by ptxdist from the git repo.
> I see now that the same md5sum is generated each time
Indeed. git-archive is very nice this way.
I've changed the autoreconf stuff. Please have a look.
Thanks, applied.
Michael
>
> Jon
>
> rules/f2fs-tools.in | 10 +++++++
> rules/f2fs-tools.make | 74 +++++++++++++++++++++++++++++++++++++++++++++++++++
> 2 files changed, 84 insertions(+)
> create mode 100644 rules/f2fs-tools.in
> create mode 100644 rules/f2fs-tools.make
>
> diff --git a/rules/f2fs-tools.in b/rules/f2fs-tools.in
> new file mode 100644
> index 0000000..a9f9b6f
> --- /dev/null
> +++ b/rules/f2fs-tools.in
> @@ -0,0 +1,10 @@
> +## SECTION=disk_and_file
> +
> +config F2FS_TOOLS
> + tristate
> + prompt "f2fs-tools"
> + select LIBUUID
> + help
> + The f2fs-tools package provides the filesystem utilities for use
> + with the f2fs filesystem (flash-friendly filesystem)
> + https://www.kernel.org/doc/Documentation/filesystems/f2fs.txt
> diff --git a/rules/f2fs-tools.make b/rules/f2fs-tools.make
> new file mode 100644
> index 0000000..6ba3744
> --- /dev/null
> +++ b/rules/f2fs-tools.make
> @@ -0,0 +1,74 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2014 by Jon Ringle
> +#
> +# See CREDITS for details about who has contributed to this project.
> +#
> +# For further information about the PTXdist project and license conditions
> +# see the README file.
> +#
> +
> +#
> +# We provide this package
> +#
> +PACKAGES-$(PTXCONF_F2FS_TOOLS) += f2fs-tools
> +
> +#
> +# Paths and names
> +#
> +F2FS_TOOLS_VERSION := 1.4.0
> +F2FS_TOOLS_MD5 := 0c3e7f46c781449a5a9523d633b19740
> +F2FS_TOOLS := f2fs-tools-$(F2FS_TOOLS_VERSION)
> +F2FS_TOOLS_SUFFIX := tar.xz
> +F2FS_TOOLS_URL := git://git.kernel.org/pub/scm/linux/kernel/git/jaegeuk/f2fs-tools.git;tag=v$(F2FS_TOOLS_VERSION)
> +F2FS_TOOLS_SOURCE := $(SRCDIR)/$(F2FS_TOOLS).$(F2FS_TOOLS_SUFFIX)
> +F2FS_TOOLS_DIR := $(BUILDDIR)/$(F2FS_TOOLS)
> +F2FS_TOOLS_LICENSE := GPLv2+ LGPLv2.1+
> +
> +$(STATEDIR)/f2fs-tools.extract: $(STATEDIR)/autogen-tools
> +
> +$(STATEDIR)/f2fs-tools.extract:
> + @$(call targetinfo)
> + @$(call clean, $(F2FS_TOOLS_DIR))
> + @$(call extract, F2FS_TOOLS, $(BUILDDIR))
> + @$(call patchin, F2FS_TOOLS, $(F2FS_TOOLS_DIR))
> + @cd $(F2FS_TOOLS_DIR); \
> + autoreconf --install
> + @$(call touch)
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +F2FS_TOOLS_CONF_ENV := \
> + $(CROSS_ENV) \
> + ac_cv_file__git=no
> +
> +#
> +# autoconf
> +#
> +F2FS_TOOLS_CONF_TOOL := autoconf
> +
> +# ----------------------------------------------------------------------------
> +# Target-Install
> +# ----------------------------------------------------------------------------
> +
> +$(STATEDIR)/f2fs-tools.targetinstall:
> + @$(call targetinfo)
> +
> + @$(call install_init, f2fs-tools)
> + @$(call install_fixup, f2fs-tools,PRIORITY,optional)
> + @$(call install_fixup, f2fs-tools,SECTION,base)
> + @$(call install_fixup, f2fs-tools,AUTHOR,"Jon Ringle")
> + @$(call install_fixup, f2fs-tools,DESCRIPTION,missing)
> +
> + @$(call install_copy, f2fs-tools, 0, 0, 0755, -, /sbin/mkfs.f2fs)
> + @$(call install_copy, f2fs-tools, 0, 0, 0755, -, /sbin/fsck.f2fs)
> +
> + @$(call install_lib, f2fs-tools, 0, 0, 0644, libf2fs)
> +
> + @$(call install_finish, f2fs-tools)
> +
> + @$(call touch)
> +
> +# vim: syntax=make
> --
> 1.8.5.4
>
>
> --
> ptxdist mailing list
> ptxdist@pengutronix.de
>
--
Pengutronix e.K. | |
Industrial Linux Solutions | http://www.pengutronix.de/ |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0 |
Amtsgericht Hildesheim, HRA 2686 | Fax: +49-5121-206917-5555 |
--
ptxdist mailing list
ptxdist@pengutronix.de
prev parent reply other threads:[~2014-11-13 16:57 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-10-30 19:32 jon
2014-11-13 16:57 ` Michael Olbrich [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=20141113165736.GY30196@pengutronix.de \
--to=m.olbrich@pengutronix.de \
--cc=ptxdist@pengutronix.de \
/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