mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <mol@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: u.kleine-koenig@pengutronix.de
Subject: Re: [ptxdist] [APPLIED] mtd-utils: spring cleanup
Date: Wed, 03 Feb 2021 08:11:37 +0100	[thread overview]
Message-ID: <E1l7CK9-007TBf-Ns@dude03.red.stw.pengutronix.de> (raw)
In-Reply-To: <20210119144626.7368-1-u.kleine-koenig@pengutronix.de>

Thanks, applied as ea6fd0e84c5e584587c6a1930c0edff1015706df.

Michael

[sent from post-receive hook]

On Wed, 03 Feb 2021 08:11:37 +0100, Uwe Kleine-König <u.kleine-koenig@pengutronix.de> wrote:
> Drop unused config item MTD_UTILS_JITTERTEST which is unused since more
> than 15 years.
> 
> Reactivate MTD_UTILS_JFFS2READER to install jffs2reader. This tool was
> claimed to be removed upstream in commit ba0a8f624d02 (" * mtd-utils:
> removed tools which are not in upstream any more"), which I failed to
> find in the upstream git history.
> 
> mtdpart is a tool that was introduced in mtd-utils 1.5.2, add an
> installation option for it.
> 
> Signed-off-by: Uwe Kleine-König <u.kleine-koenig@pengutronix.de>
> Message-Id: <20210119144626.7368-1-u.kleine-koenig@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/mtd-utils.in b/rules/mtd-utils.in
> index 4a51a8ff7408..2cb2b88eb0c3 100644
> --- a/rules/mtd-utils.in
> +++ b/rules/mtd-utils.in
> @@ -134,23 +134,12 @@ config MTD_UTILS_JFFS2_DUMP
>  	help
>  	  This utility dumps the contents of a binary JFFS2 image.
>  
> -#config MTD_UTILS_JFFS2READER
> -#	bool
> -#	prompt "jffs2reader"
> -#	select MTD_UTILS_JFFS
> -#	help
> -#	  A jffs2 image reader
> -
> -config MTD_UTILS_JITTERTEST
> +config MTD_UTILS_JFFS2READER
>  	bool
> -	prompt "jittertest"
> +	prompt "jffs2reader"
> +	select MTD_UTILS_JFFS
>  	help
> -	  This program is used to measure what the jitter of a
> -	  real time task would be under "standard" Linux.
> -
> -	  More particularly, what is the effect of running
> -	  a real time task under Linux with background
> -	  JFFS file system activity.
> +	  A jffs2 image reader
>  
>  config MTD_UTILS_MTDDEBUG
>  	bool
> @@ -158,6 +147,12 @@ config MTD_UTILS_MTDDEBUG
>  	help
>  	  Does info, read, write and erase on mtd devices
>  
> +config MTD_UTILS_MTDPART
> +	bool
> +	prompt "mtdpart"
> +	help
> +	  Add or remove a partition from an MTD device
> +
>  config MTD_UTILS_NANDDUMP
>  	bool
>  	prompt "nanddump"
> diff --git a/rules/mtd-utils.make b/rules/mtd-utils.make
> index c608d0aef8db..248443b85345 100644
> --- a/rules/mtd-utils.make
> +++ b/rules/mtd-utils.make
> @@ -118,10 +118,21 @@ ifdef PTXCONF_MTD_UTILS_JFFS2_DUMP
>  	@$(call install_copy, mtd-utils, 0, 0, 0755, -, \
>  		/usr/sbin/jffs2dump)
>  endif
> +ifdef PTXCONF_MTD_UTILS_JFFS2READER
> +	@$(call install_copy, mtd-utils, 0, 0, 0755, -, \
> +		/usr/sbin/jffs2reader)
> +endif
> +
>  ifdef PTXCONF_MTD_UTILS_MTDDEBUG
>  	@$(call install_copy, mtd-utils, 0, 0, 0755, -, \
>  		/usr/sbin/mtd_debug)
>  endif
> +
> +ifdef PTXCONF_MTD_UTILS_MTDPART
> +	@$(call install_copy, mtd-utils, 0, 0, 0755, -, \
> +		/usr/sbin/mtdpart)
> +endif
> +
>  ifdef PTXCONF_MTD_UTILS_NANDDUMP
>  	@$(call install_copy, mtd-utils, 0, 0, 0755, -, \
>  		/usr/sbin/nanddump)

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de

      parent reply	other threads:[~2021-02-03  7:11 UTC|newest]

Thread overview: 8+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-01-19 14:46 [ptxdist] [PATCH 1/3] " Uwe Kleine-König
2021-01-19 14:46 ` [ptxdist] [PATCH 2/3] mtd-utils: version bump 2.1.1 -> 2.1.2 Uwe Kleine-König
2021-01-25  7:20   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-01-19 14:46 ` [ptxdist] [PATCH 3/3] mtd-utils: Add support for ubifs mount helper Uwe Kleine-König
2021-01-25  7:20   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-02-01 16:10 ` [ptxdist] [PATCH 1/3] mtd-utils: spring cleanup Uwe Kleine-König
2021-02-02 13:52   ` Michael Olbrich
2021-02-03  7:11 ` 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=E1l7CK9-007TBf-Ns@dude03.red.stw.pengutronix.de \
    --to=mol@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    --cc=u.kleine-koenig@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