All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Antonin Godard" <antonin.godard@bootlin.com>
To: <festevam@gmail.com>, <openembedded-core@lists.openembedded.org>
Cc: <ross.burton@arm.com>, <raj.khem@gmail.com>,
	"Fabio Estevam" <festevam@denx.de>
Subject: Re: [OE-core] [PATCH v4] mtd-utils: Upgrade to 2.3.0
Date: Thu, 06 Mar 2025 14:10:37 +0100	[thread overview]
Message-ID: <D897IA2JDVDD.MBR1KBH9YWBE@bootlin.com> (raw)
In-Reply-To: <20250304131105.1187410-1-festevam@gmail.com>

Hi Fabio,

On Tue Mar 4, 2025 at 2:11 PM CET, Fabio Estevam via lists.openembedded.org wrote:
[...]
> diff --git a/meta/recipes-devtools/mtd/mtd-utils_2.2.1.bb b/meta/recipes-devtools/mtd/mtd-utils_2.3.0.bb
> similarity index 91%
> rename from meta/recipes-devtools/mtd/mtd-utils_2.2.1.bb
> rename to meta/recipes-devtools/mtd/mtd-utils_2.3.0.bb
> index 5ab5f6c729..7a132a9aef 100644
> --- a/meta/recipes-devtools/mtd/mtd-utils_2.2.1.bb
> +++ b/meta/recipes-devtools/mtd/mtd-utils_2.3.0.bb
> @@ -11,8 +11,12 @@ inherit autotools pkgconfig update-alternatives
>  DEPENDS = "zlib e2fsprogs util-linux"
>  RDEPENDS:mtd-utils-tests += "bash"
>  
> -SRCREV = "13ec33609213c1dbd75852a09560a707a7f19a5c"
> +SRCREV = "4594fc1f4496a0ed55cabd31fbeba4e3fbf05602"
>  SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master"
> +SRC_URI += "file://0001-ubifs-utils-ubifs.h-Include-fcntl.h.patch"
> +SRC_URI += "file://0002-ubifs-utils-journal-Include-sys-stat.h.patch"
> +SRC_URI += "file://0003-ubifs-utils-link-libmissing.a-in-case-execinfo.h-isn.patch"
> +SRC_URI += "file://0004-ubifs-utils-extract_files-Include-linux-limits.h.patch"

You can make a single SRC_URI assignment here:

  SRC_URI = "git://git.infradead.org/mtd-utils.git;branch=master \
             file://0001-ubifs-utils-ubifs.h-Include-fcntl.h.patch \
             file://0002-ubifs-utils-journal-Include-sys-stat.h.patch \
             file://0003-ubifs-utils-link-libmissing.a-in-case-execinfo.h-isn.patch \
             file://0004-ubifs-utils-extract_files-Include-linux-limits.h.patch \
             "

It will make parsing a bit faster.

Antonin

-- 
Antonin Godard, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com


  reply	other threads:[~2025-03-06 13:10 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-03-04 13:11 [PATCH v4] mtd-utils: Upgrade to 2.3.0 Fabio Estevam
2025-03-06 13:10 ` Antonin Godard [this message]
2025-03-06 13:13   ` [OE-core] " Fabio Estevam
2025-03-06 13:15     ` Antonin Godard

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=D897IA2JDVDD.MBR1KBH9YWBE@bootlin.com \
    --to=antonin.godard@bootlin.com \
    --cc=festevam@denx.de \
    --cc=festevam@gmail.com \
    --cc=openembedded-core@lists.openembedded.org \
    --cc=raj.khem@gmail.com \
    --cc=ross.burton@arm.com \
    /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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.