* [ptxdist] [PATCH v2 1/2] mtd-utils: Version bump. 2.1.6 -> 2.2.0
@ 2024-04-06 18:05 Christian Melki
2024-04-06 18:05 ` [ptxdist] [PATCH v2 2/2] host-mtd-utils: Follow target mtd-utils Christian Melki
2024-04-08 11:05 ` [ptxdist] [APPLIED] mtd-utils: Version bump. 2.1.6 -> 2.2.0 Michael Olbrich
0 siblings, 2 replies; 4+ messages in thread
From: Christian Melki @ 2024-04-06 18:05 UTC (permalink / raw)
To: ptxdist
Not overly exciting.
https://lists.infradead.org/pipermail/linux-mtd/2024-March/104058.html
* Fix options that changed from endis to wwo.
* Forward patchset, applies cleanly.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
.../0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch | 0
patches/{mtd-utils-2.1.6 => mtd-utils-2.2.0}/autogen.sh | 0
patches/{mtd-utils-2.1.6 => mtd-utils-2.2.0}/series | 0
rules/mtd-utils.make | 8 ++++----
4 files changed, 4 insertions(+), 4 deletions(-)
rename patches/{mtd-utils-2.1.6 => mtd-utils-2.2.0}/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch (100%)
rename patches/{mtd-utils-2.1.6 => mtd-utils-2.2.0}/autogen.sh (100%)
rename patches/{mtd-utils-2.1.6 => mtd-utils-2.2.0}/series (100%)
diff --git a/patches/mtd-utils-2.1.6/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch b/patches/mtd-utils-2.2.0/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
similarity index 100%
rename from patches/mtd-utils-2.1.6/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
rename to patches/mtd-utils-2.2.0/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
diff --git a/patches/mtd-utils-2.1.6/autogen.sh b/patches/mtd-utils-2.2.0/autogen.sh
similarity index 100%
rename from patches/mtd-utils-2.1.6/autogen.sh
rename to patches/mtd-utils-2.2.0/autogen.sh
diff --git a/patches/mtd-utils-2.1.6/series b/patches/mtd-utils-2.2.0/series
similarity index 100%
rename from patches/mtd-utils-2.1.6/series
rename to patches/mtd-utils-2.2.0/series
diff --git a/rules/mtd-utils.make b/rules/mtd-utils.make
index bef25b9ab..9722c20a5 100644
--- a/rules/mtd-utils.make
+++ b/rules/mtd-utils.make
@@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_MTD_UTILS) += mtd-utils
#
# Paths and names
#
-MTD_UTILS_VERSION := 2.1.6
-MTD_UTILS_MD5 := 2851d4b13e5c1cf9415f76102a34d623
+MTD_UTILS_VERSION := 2.2.0
+MTD_UTILS_MD5 := 35d71328107c54068c8df5a3b980c06e
MTD_UTILS := mtd-utils-$(MTD_UTILS_VERSION)
MTD_UTILS_SUFFIX := tar.bz2
MTD_UTILS_URL := https://infraroot.at/pub/mtd/$(MTD_UTILS).$(MTD_UTILS_SUFFIX)
@@ -35,9 +35,9 @@ MTD_UTILS_CONF_OPT := \
$(CROSS_AUTOCONF_USR) \
--disable-unit-tests \
$(GLOBAL_LARGE_FILE_OPTION) \
- --$(call ptx/endis,PTXCONF_MTD_UTILS_TESTS)-tests \
+ --$(call ptx/wwo,PTXCONF_MTD_UTILS_TESTS)-tests \
--$(call ptx/endis,PTXCONF_MTD_UTILS_UBIHEALTHD)-ubihealthd \
- --$(call ptx/endis, PTXCONF_MTD_UTILS_LSMTD)-lsmtd \
+ --$(call ptx/wwo, PTXCONF_MTD_UTILS_LSMTD)-lsmtd \
--$(call ptx/wwo, PTXCONF_MTD_UTILS_JFFS)-jffs \
--$(call ptx/wwo, PTXCONF_MTD_UTILS_UBIFS)-ubifs \
--without-xattr \
--
2.34.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [ptxdist] [PATCH v2 2/2] host-mtd-utils: Follow target mtd-utils
2024-04-06 18:05 [ptxdist] [PATCH v2 1/2] mtd-utils: Version bump. 2.1.6 -> 2.2.0 Christian Melki
@ 2024-04-06 18:05 ` Christian Melki
2024-04-08 11:05 ` [ptxdist] [APPLIED] " Michael Olbrich
2024-04-08 11:05 ` [ptxdist] [APPLIED] mtd-utils: Version bump. 2.1.6 -> 2.2.0 Michael Olbrich
1 sibling, 1 reply; 4+ messages in thread
From: Christian Melki @ 2024-04-06 18:05 UTC (permalink / raw)
To: ptxdist
* Fix options that changed from endis to wwo.
Signed-off-by: Christian Melki <christian.melki@t2data.com>
---
rules/host-mtd-utils.make | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/rules/host-mtd-utils.make b/rules/host-mtd-utils.make
index 61179adce..99de07083 100644
--- a/rules/host-mtd-utils.make
+++ b/rules/host-mtd-utils.make
@@ -24,9 +24,9 @@ HOST_MTD_UTILS_CONF_OPT := \
$(HOST_AUTOCONF) \
--disable-unit-tests \
--enable-largefile \
- --disable-tests \
+ --without-tests \
--disable-ubihealthd \
- --disable-lsmtd \
+ --without-lsmtd \
--without-jffs \
--with-ubifs \
--with-xattr \
--
2.34.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] mtd-utils: Version bump. 2.1.6 -> 2.2.0
2024-04-06 18:05 [ptxdist] [PATCH v2 1/2] mtd-utils: Version bump. 2.1.6 -> 2.2.0 Christian Melki
2024-04-06 18:05 ` [ptxdist] [PATCH v2 2/2] host-mtd-utils: Follow target mtd-utils Christian Melki
@ 2024-04-08 11:05 ` Michael Olbrich
1 sibling, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-04-08 11:05 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as 38ae08e600e8eadaf8ff26c7f8617479435754a8.
Michael
[sent from post-receive hook]
On Mon, 08 Apr 2024 13:05:37 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> Not overly exciting.
> https://lists.infradead.org/pipermail/linux-mtd/2024-March/104058.html
>
> * Fix options that changed from endis to wwo.
>
> * Forward patchset, applies cleanly.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240406180520.35472-1-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/patches/mtd-utils-2.1.6/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch b/patches/mtd-utils-2.2.0/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
> similarity index 100%
> rename from patches/mtd-utils-2.1.6/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
> rename to patches/mtd-utils-2.2.0/0001-nandmarkbad-new-util-to-mark-blocks-as-bad.patch
> diff --git a/patches/mtd-utils-2.1.6/autogen.sh b/patches/mtd-utils-2.2.0/autogen.sh
> similarity index 100%
> rename from patches/mtd-utils-2.1.6/autogen.sh
> rename to patches/mtd-utils-2.2.0/autogen.sh
> diff --git a/patches/mtd-utils-2.1.6/series b/patches/mtd-utils-2.2.0/series
> similarity index 100%
> rename from patches/mtd-utils-2.1.6/series
> rename to patches/mtd-utils-2.2.0/series
> diff --git a/rules/mtd-utils.make b/rules/mtd-utils.make
> index bef25b9ab063..9722c20a5a7d 100644
> --- a/rules/mtd-utils.make
> +++ b/rules/mtd-utils.make
> @@ -15,8 +15,8 @@ PACKAGES-$(PTXCONF_MTD_UTILS) += mtd-utils
> #
> # Paths and names
> #
> -MTD_UTILS_VERSION := 2.1.6
> -MTD_UTILS_MD5 := 2851d4b13e5c1cf9415f76102a34d623
> +MTD_UTILS_VERSION := 2.2.0
> +MTD_UTILS_MD5 := 35d71328107c54068c8df5a3b980c06e
> MTD_UTILS := mtd-utils-$(MTD_UTILS_VERSION)
> MTD_UTILS_SUFFIX := tar.bz2
> MTD_UTILS_URL := https://infraroot.at/pub/mtd/$(MTD_UTILS).$(MTD_UTILS_SUFFIX)
> @@ -35,9 +35,9 @@ MTD_UTILS_CONF_OPT := \
> $(CROSS_AUTOCONF_USR) \
> --disable-unit-tests \
> $(GLOBAL_LARGE_FILE_OPTION) \
> - --$(call ptx/endis,PTXCONF_MTD_UTILS_TESTS)-tests \
> + --$(call ptx/wwo,PTXCONF_MTD_UTILS_TESTS)-tests \
> --$(call ptx/endis,PTXCONF_MTD_UTILS_UBIHEALTHD)-ubihealthd \
> - --$(call ptx/endis, PTXCONF_MTD_UTILS_LSMTD)-lsmtd \
> + --$(call ptx/wwo, PTXCONF_MTD_UTILS_LSMTD)-lsmtd \
> --$(call ptx/wwo, PTXCONF_MTD_UTILS_JFFS)-jffs \
> --$(call ptx/wwo, PTXCONF_MTD_UTILS_UBIFS)-ubifs \
> --without-xattr \
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: [ptxdist] [APPLIED] host-mtd-utils: Follow target mtd-utils
2024-04-06 18:05 ` [ptxdist] [PATCH v2 2/2] host-mtd-utils: Follow target mtd-utils Christian Melki
@ 2024-04-08 11:05 ` Michael Olbrich
0 siblings, 0 replies; 4+ messages in thread
From: Michael Olbrich @ 2024-04-08 11:05 UTC (permalink / raw)
To: ptxdist; +Cc: Christian Melki
Thanks, applied as ea8fc77e89ef131e3a98fd8395268aad57fe349f.
Michael
[sent from post-receive hook]
On Mon, 08 Apr 2024 13:05:38 +0200, Christian Melki <christian.melki@t2data.com> wrote:
> * Fix options that changed from endis to wwo.
>
> Signed-off-by: Christian Melki <christian.melki@t2data.com>
> Message-Id: <20240406180520.35472-2-christian.melki@t2data.com>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
>
> diff --git a/rules/host-mtd-utils.make b/rules/host-mtd-utils.make
> index 61179adce1b9..99de070836aa 100644
> --- a/rules/host-mtd-utils.make
> +++ b/rules/host-mtd-utils.make
> @@ -24,9 +24,9 @@ HOST_MTD_UTILS_CONF_OPT := \
> $(HOST_AUTOCONF) \
> --disable-unit-tests \
> --enable-largefile \
> - --disable-tests \
> + --without-tests \
> --disable-ubihealthd \
> - --disable-lsmtd \
> + --without-lsmtd \
> --without-jffs \
> --with-ubifs \
> --with-xattr \
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2024-04-08 11:08 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-04-06 18:05 [ptxdist] [PATCH v2 1/2] mtd-utils: Version bump. 2.1.6 -> 2.2.0 Christian Melki
2024-04-06 18:05 ` [ptxdist] [PATCH v2 2/2] host-mtd-utils: Follow target mtd-utils Christian Melki
2024-04-08 11:05 ` [ptxdist] [APPLIED] " Michael Olbrich
2024-04-08 11:05 ` [ptxdist] [APPLIED] mtd-utils: Version bump. 2.1.6 -> 2.2.0 Michael Olbrich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox