diff options
| author | Fabio Estevam <festevam@gmail.com> | 2025-06-02 09:26:23 -0300 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-06-05 11:02:21 +0100 |
| commit | 37c112ae9d2702181dfa9c7067ea825bfc622484 (patch) | |
| tree | 931e920c03b34a002415ee7a60b930ea2c07d28b | |
| parent | 394592ed583b1558b06debd74759e7cd67fa5008 (diff) | |
| download | poky-37c112ae9d2702181dfa9c7067ea825bfc622484.tar.gz | |
mtd-utils: Update the upstream status
All the patches have been accepted upstream.
Update the Uptream-Status tags accordingly.
(From OE-Core rev: f75f8ce638f53334056cff6cae7d45d559079ec6)
Signed-off-by: Fabio Estevam <festevam@gmail.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
5 files changed, 5 insertions, 5 deletions
diff --git a/meta/recipes-devtools/mtd/files/0001-Improve-check-for-GCC-compiler-version.patch b/meta/recipes-devtools/mtd/files/0001-Improve-check-for-GCC-compiler-version.patch index 3cd58e053d..2329dfece3 100644 --- a/meta/recipes-devtools/mtd/files/0001-Improve-check-for-GCC-compiler-version.patch +++ b/meta/recipes-devtools/mtd/files/0001-Improve-check-for-GCC-compiler-version.patch | |||
| @@ -8,7 +8,7 @@ When using unreleased compiler has version like | |||
| 8 | becomes true, therefore check for full version string | 8 | becomes true, therefore check for full version string |
| 9 | which is more rubust. | 9 | which is more rubust. |
| 10 | 10 | ||
| 11 | Upstream-Status: Submitted [https://lists.infradead.org/pipermail/linux-mtd/2025-March/108860.html] | 11 | Upstream-Status: Backport [https://github.com/sigma-star/mtd-utils/commit/ac0ab65ebcd7b11739986b81343457469fbb43b0] |
| 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> | 12 | Signed-off-by: Khem Raj <raj.khem@gmail.com> |
| 13 | --- | 13 | --- |
| 14 | ubifs-utils/common/atomic.h | 6 +++++- | 14 | ubifs-utils/common/atomic.h | 6 +++++- |
diff --git a/meta/recipes-devtools/mtd/files/0001-ubifs-utils-ubifs.h-Include-fcntl.h.patch b/meta/recipes-devtools/mtd/files/0001-ubifs-utils-ubifs.h-Include-fcntl.h.patch index a9ececc14c..b603ac8fd6 100644 --- a/meta/recipes-devtools/mtd/files/0001-ubifs-utils-ubifs.h-Include-fcntl.h.patch +++ b/meta/recipes-devtools/mtd/files/0001-ubifs-utils-ubifs.h-Include-fcntl.h.patch | |||
| @@ -25,7 +25,7 @@ when building with musl: | |||
| 25 | | | off_t | 25 | | | off_t |
| 26 | | make: *** [Makefile:4878: ubifs-utils/common/mkfs_ubifs-compr.o] Error 1 | 26 | | make: *** [Makefile:4878: ubifs-utils/common/mkfs_ubifs-compr.o] Error 1 |
| 27 | 27 | ||
| 28 | Upstream-Status: Submitted [https://lore.kernel.org/linux-mtd/20250219130244.2119582-1-festevam@gmail.com/T/#t] | 28 | Upstream-Status: Backport [https://github.com/sigma-star/mtd-utils/commit/12bc9ad824bd8f18a5ec9c7154ad2374cf8c7ae3] |
| 29 | Signed-off-by: Fabio Estevam <festevam@gmail.com> | 29 | Signed-off-by: Fabio Estevam <festevam@gmail.com> |
| 30 | Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com> | 30 | Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com> |
| 31 | Reviewed-by: Khem Raj <raj.khem@gmail.com> | 31 | Reviewed-by: Khem Raj <raj.khem@gmail.com> |
diff --git a/meta/recipes-devtools/mtd/files/0002-ubifs-utils-journal-Include-sys-stat.h.patch b/meta/recipes-devtools/mtd/files/0002-ubifs-utils-journal-Include-sys-stat.h.patch index ea376437df..d92a3fb4b6 100644 --- a/meta/recipes-devtools/mtd/files/0002-ubifs-utils-journal-Include-sys-stat.h.patch +++ b/meta/recipes-devtools/mtd/files/0002-ubifs-utils-journal-Include-sys-stat.h.patch | |||
| @@ -14,7 +14,7 @@ when building with musl: | |||
| 14 | | ../git/ubifs-utils/libubifs/journal.c:415:14: error: 'S_IFREG' undeclared (first use in this function) | 14 | | ../git/ubifs-utils/libubifs/journal.c:415:14: error: 'S_IFREG' undeclared (first use in this function) |
| 15 | | 415 | case S_IFREG: | 15 | | 415 | case S_IFREG: |
| 16 | 16 | ||
| 17 | Upstream-Status: Submitted [https://lore.kernel.org/linux-mtd/20250219130244.2119582-2-festevam@gmail.com/T/#t] | 17 | Upstream-Status: Backport [https://github.com/sigma-star/mtd-utils/commit/173f9714c8da1d685bfa951d43b9310d16bbab3c] |
| 18 | Signed-off-by: Fabio Estevam <festevam@gmail.com> | 18 | Signed-off-by: Fabio Estevam <festevam@gmail.com> |
| 19 | Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com> | 19 | Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com> |
| 20 | --- | 20 | --- |
diff --git a/meta/recipes-devtools/mtd/files/0003-ubifs-utils-link-libmissing.a-in-case-execinfo.h-isn.patch b/meta/recipes-devtools/mtd/files/0003-ubifs-utils-link-libmissing.a-in-case-execinfo.h-isn.patch index b4c190d554..efaedad70b 100644 --- a/meta/recipes-devtools/mtd/files/0003-ubifs-utils-link-libmissing.a-in-case-execinfo.h-isn.patch +++ b/meta/recipes-devtools/mtd/files/0003-ubifs-utils-link-libmissing.a-in-case-execinfo.h-isn.patch | |||
| @@ -13,7 +13,7 @@ backtrace(). | |||
| 13 | Guard the execinfo.h include and if it isn't available instead include | 13 | Guard the execinfo.h include and if it isn't available instead include |
| 14 | libmissing.h, and link to libmissing.a to provide backtrace() if needed. | 14 | libmissing.h, and link to libmissing.a to provide backtrace() if needed. |
| 15 | 15 | ||
| 16 | Upstream-Status: Submitted [https://lore.kernel.org/linux-mtd/20250226182400.1723418-1-ross.burton@arm.com/] | 16 | Upstream-Status: Backport [https://github.com/sigma-star/mtd-utils/commit/8a83b306db64d6f60186d4396b0b770163b85b6e] |
| 17 | Signed-off-by: Ross Burton <ross.burton@arm.com> | 17 | Signed-off-by: Ross Burton <ross.burton@arm.com> |
| 18 | Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com> | 18 | Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com> |
| 19 | Signed-off-by: Fabio Estevam <festevam@gmail.com> | 19 | Signed-off-by: Fabio Estevam <festevam@gmail.com> |
diff --git a/meta/recipes-devtools/mtd/files/0004-ubifs-utils-extract_files-Include-linux-limits.h.patch b/meta/recipes-devtools/mtd/files/0004-ubifs-utils-extract_files-Include-linux-limits.h.patch index 87806af27d..3444f330dc 100644 --- a/meta/recipes-devtools/mtd/files/0004-ubifs-utils-extract_files-Include-linux-limits.h.patch +++ b/meta/recipes-devtools/mtd/files/0004-ubifs-utils-extract_files-Include-linux-limits.h.patch | |||
| @@ -13,7 +13,7 @@ with musl: | |||
| 13 | | ../git/ubifs-utils/fsck.ubifs/extract_files.c:144:47: note: each undeclared identifier is reported only once for each function it appears in | 13 | | ../git/ubifs-utils/fsck.ubifs/extract_files.c:144:47: note: each undeclared identifier is reported only once for each function it appears in |
| 14 | | make: *** [Makefile:4374: ubifs-utils/fsck.ubifs/fsck_ubifs-extract_files.o] Error 1 | 14 | | make: *** [Makefile:4374: ubifs-utils/fsck.ubifs/fsck_ubifs-extract_files.o] Error 1 |
| 15 | 15 | ||
| 16 | Upstream-Status: Submitted [https://lore.kernel.org/linux-mtd/20250219130244.2119582-4-festevam@gmail.com/T/#t] | 16 | Upstream-Status: Backport [https://github.com/sigma-star/mtd-utils/commit/77981a2888c711268b0e7f32af6af159c2288e23] |
| 17 | Signed-off-by: Fabio Estevam <festevam@gmail.com> | 17 | Signed-off-by: Fabio Estevam <festevam@gmail.com> |
| 18 | Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com> | 18 | Reviewed-by: Zhihao Cheng <chengzhihao1@huawei.com> |
| 19 | --- | 19 | --- |
