mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Ladislav Michl <ladis@linux-mips.org>
To: ptxdist@pengutronix.de
Subject: Re: [ptxdist] [PATCH v2] imx-kobs: New package
Date: Tue, 23 Oct 2018 17:10:26 +0200	[thread overview]
Message-ID: <20181023151026.GA15144@lenoch> (raw)
In-Reply-To: <1540304252-9908-1-git-send-email-guille.rodriguez@gmail.com>

Hi,

On Tue, Oct 23, 2018 at 04:17:32PM +0200, Guillermo Rodríguez wrote:
> The imx-kobs tool is used to create and write i.MX NAND boot
> related boot data structures to NAND flash.

just a side note, changelog bellow is not part of commit log, so it
should be placed bellow "---".

> Changes since v1:
> - Fix license name
> - Add license files
> - Add configure options and GLOBAL_LARGE_FILE_OPTION
> 
> Signed-off-by: Guillermo Rodriguez <guille.rodriguez@gmail.com>
> ---

... here; it is not processed by 'git am', while humans will still read it :)
 
>  rules/imx-kobs.in   |  8 ++++++++
>  rules/imx-kobs.make | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++
>  2 files changed, 65 insertions(+)
>  create mode 100644 rules/imx-kobs.in
>  create mode 100644 rules/imx-kobs.make
> 
> diff --git a/rules/imx-kobs.in b/rules/imx-kobs.in
> new file mode 100644
> index 0000000..e00ca24
> --- /dev/null
> +++ b/rules/imx-kobs.in
> @@ -0,0 +1,8 @@
> +## SECTION=shell_and_console
> +
> +config IMX_KOBS
> +	tristate
> +	prompt "imx-kobs"
> +	help
> +	  The imx-kobs tool is used to create and write i.MX NAND boot
> +	  related boot data structures to NAND flash.
> diff --git a/rules/imx-kobs.make b/rules/imx-kobs.make
> new file mode 100644
> index 0000000..2883f7a
> --- /dev/null
> +++ b/rules/imx-kobs.make
> @@ -0,0 +1,57 @@
> +# -*-makefile-*-
> +#
> +# Copyright (C) 2018 by Guillermo Rodriguez <guille.rodriguez@gmail.com>
> +#
> +# 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_IMX_KOBS) += imx-kobs
> +
> +#
> +# Paths and names
> +#
> +IMX_KOBS_VERSION	:= 5.5
> +IMX_KOBS_SUFFIX		:= tar.gz
> +IMX_KOBS_MD5		:= 48ed9e69e9527d2e98b5cfcbf133d75b
> +IMX_KOBS		:= imx-kobs-$(IMX_KOBS_VERSION)
> +IMX_KOBS_URL		:= https://www.nxp.com/lgfiles/NMG/MAD/YOCTO/$(IMX_KOBS).$(IMX_KOBS_SUFFIX)
> +IMX_KOBS_DIR		:= $(BUILDDIR)/$(IMX_KOBS)
> +IMX_KOBS_SOURCE		:= $(SRCDIR)/$(IMX_KOBS).$(IMX_KOBS_SUFFIX)
> +IMX_KOBS_LICENSE	:= GPL-2.0-or-later
> +IMX_KOBS_LICENSE_FILES	:= file://COPYING;md5=393a5ca445f6965873eca0259a17f833
> +
> +# ----------------------------------------------------------------------------
> +# Prepare
> +# ----------------------------------------------------------------------------
> +
> +IMX_KOBS_CONF_TOOL	:= autoconf
> +IMX_KOBS_CONF_OPT	:= \
> +	$(CROSS_AUTOCONF_USR) \
> +	$(GLOBAL_LARGE_FILE_OPTION)
> +
> +# ----------------------------------------------------------------------------
> +# Target-Install
> +# ----------------------------------------------------------------------------
> +
> +$(STATEDIR)/imx-kobs.targetinstall:
> +	@$(call targetinfo)
> +
> +	@$(call install_init, imx-kobs)
> +	@$(call install_fixup, imx-kobs, PRIORITY, optional)
> +	@$(call install_fixup, imx-kobs, SECTION, base)
> +	@$(call install_fixup, imx-kobs, AUTHOR, "Guillermo Rodriguez <guille.rodriguez@gmail.com>")
> +	@$(call install_fixup, imx-kobs, DESCRIPTION, missing)
> +
> +	@$(call install_copy, imx-kobs, 0, 0, 0755, -, /usr/bin/kobs-ng)
> +
> +	@$(call install_finish, imx-kobs)
> +
> +	@$(call touch)
> +	
> +# vim: syntax=make	
> -- 
> 1.9.1
> 
> 
> _______________________________________________
> ptxdist mailing list
> ptxdist@pengutronix.de

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de

  parent reply	other threads:[~2018-10-23 15:10 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2018-10-23  9:23 [ptxdist] [PATCH] " Guillermo Rodríguez
2018-10-23 10:59 ` Alexander Dahl
2018-10-23 11:41   ` Alexander Dahl
2018-10-23 12:38   ` Guillermo Rodriguez Garcia
2018-10-23 12:43     ` Uwe Kleine-König
2018-10-23 12:48     ` Alexander Dahl
2018-10-23 13:09 ` Michael Olbrich
2018-10-23 14:17 ` [ptxdist] [PATCH v2] " Guillermo Rodríguez
2018-10-23 15:09   ` Alexander Dahl
2018-10-23 15:10   ` Ladislav Michl [this message]
2018-10-23 15:30     ` Guillermo Rodriguez Garcia

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=20181023151026.GA15144@lenoch \
    --to=ladis@linux-mips.org \
    --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