[oe] [meta-oe][PATCH] usbguard: upgrade 1.1.2 -> 1.1.3

2024-06-11 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Drop patch 0001-include-missing-cstdint.patch because it was merged upstream. See this commit in usbguard: * 22b1e08 Fix build for GCC 13 + make GitHub Actions cover build with GCC 13 (#586) Signed-off-by: Christophe Vu-Brugier --- .../0001-include-missing

[oe] [meta-filesystems][PATCH] exfatprogs: upgrade 1.2.2 -> 1.2.3

2024-05-31 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Signed-off-by: Christophe Vu-Brugier --- .../exfatprogs/{exfatprogs_1.2.2.bb => exfatprogs_1.2.3.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-filesystems/recipes-utils/exfatprogs/{exfatprogs_1.2.2.bb => exfatprogs_1.2.3.bb} (91%)

[oe] [meta-oe][PATCH] nvme-cli: upgrade 2.8 -> 2.9.1

2024-05-20 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Keep nvme-cli in sync with libnvme which was upgraded from 1.8 to 1.9 by the following commit: * f3b2cfa3e libnvme: upgrade 1.8 -> 1.9 Signed-off-by: Christophe Vu-Brugier --- .../recipes-bsp/nvme-cli/{nvme-cli_2.8.bb => nvme-cli_2.9.1.bb} | 2 +- 1 file c

[oe] [meta-networking][PATCH] dropwatch: add new recipe

2024-01-22 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Dropwatch is a utility to help developers and system administrators to diagnose problems in the Linux Networking stack, specifically their ability to diagnose where packets are getting dropped. References: * https://github.com/nhorman/dropwatch Signed-off

[oe] [meta-oe][PATCH] nvme-cli: upgrade 2.6 -> 2.7.1

2024-01-09 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Keep nvme-cli in sync with libnvme which was upgraded from 1.6 to 1.7.1 by the following commit: * 7a6ca59ab libnvme: upgrade 1.6 -> 1.7.1 Signed-off-by: Christophe Vu-Brugier --- .../recipes-bsp/nvme-cli/{nvme-cli_2.6.bb => nvme-cli_2.7.1.bb} | 2 +-

[oe] [meta-filesystems][PATCH] exfatprogs: upgrade 1.2.1 -> 1.2.2

2023-10-30 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Signed-off-by: Christophe Vu-Brugier --- .../exfatprogs/{exfatprogs_1.2.1.bb => exfatprogs_1.2.2.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-filesystems/recipes-utils/exfatprogs/{exfatprogs_1.2.1.bb => exfatprogs_1.2.2.bb} (91%)

[oe] [meta-oe][PATCH] libnvme: apply patch already upstream to fix build with musl

2023-10-09 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Build failure with musl due to conflicting definitions of ioctl() between glibc and musl has been fixed by libnvme developers with this commit: * https://github.com/linux-nvme/libnvme/commit/ca47ba3119365eafac0ab25a86cab9d9a1b29bd4 Signed-off-by: Christophe Vu

[oe] [meta-oe][PATCH v2 1/2] libnvme: upgrade 1.5 -> 1.6

2023-10-08 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Backport upstream patch to fix build with musl. Signed-off-by: Christophe Vu-Brugier --- ...01-test-handle-POSIX-ioctl-prototype.patch | 68 +++ .../{libnvme_1.5.bb => libnvme_1.6.bb}| 2 +- 2 files changed, 69 insertions(+), 1 delet

[oe] [meta-oe][PATCH v2 2/2] nvme-cli: upgrade 2.5 -> 2.6

2023-10-08 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Signed-off-by: Christophe Vu-Brugier --- .../recipes-bsp/nvme-cli/{nvme-cli_2.5.bb => nvme-cli_2.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-bsp/nvme-cli/{nvme-cli_2.5.bb => nvme-cli_2.6.bb} (95%) diff --git a/m

[oe] [PATCH 1/2] libnvme: upgrade 1.5 -> 1.6

2023-10-06 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Signed-off-by: Christophe Vu-Brugier --- .../recipes-support/libnvme/{libnvme_1.5.bb => libnvme_1.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-support/libnvme/{libnvme_1.5.bb => libnvme_1.6.bb} (94%) diff --git a/m

[oe] [PATCH 2/2] nvme-cli: upgrade 2.5 -> 2.6

2023-10-06 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Signed-off-by: Christophe Vu-Brugier --- .../recipes-bsp/nvme-cli/{nvme-cli_2.5.bb => nvme-cli_2.6.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-oe/recipes-bsp/nvme-cli/{nvme-cli_2.5.bb => nvme-cli_2.6.bb} (95%) diff --git a/m

[oe] [meta-oe][PATCH] sg3-utils: upgrade 1.47 -> 1.48

2023-09-06 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Drop patch 0001-sg_dd.c-Use-off_t-instead-of-uint.patch: it was merged upstream. Signed-off-by: Christophe Vu-Brugier --- ...01-sg_dd.c-Use-off_t-instead-of-uint.patch | 36 --- .../{sg3-utils_1.47.bb => sg3-utils_1.48.bb} | 5 ++- 2 files chan

[oe] [meta-oe][PATCH v2 2/2] nvme-cli: upgrade 1.13 -> 2.5

2023-07-27 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Signed-off-by: Christophe Vu-Brugier --- .../{nvme-cli_1.13.bb => nvme-cli_2.5.bb} | 18 -- 1 file changed, 8 insertions(+), 10 deletions(-) rename meta-oe/recipes-bsp/nvme-cli/{nvme-cli_1.13.bb => nvme-cli_2.5.bb} (65%) diff --git a/m

[oe] [meta-oe][PATCH v2 1/2] libnvme: add recipe

2023-07-27 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Signed-off-by: Christophe Vu-Brugier --- Changes v1 -> v2 * Disable Python bindings that require SWIG. * Disable dependencies on OpenSSL and Keyutils since authentication and NVME-over-TLS are not supported by Linux yet. .../recipes-support/libnvme/libnvme_

[oe] [meta-oe][PATCH 2/2] nvme-cli: upgrade 1.13 -> 2.5

2023-07-25 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Update the recipe to match the changes introduced in nvme-cli v2.0. * Add dependency on libnvme since the code base is split between nvme-cli and libnvme. * Add dependency on json-c. * Remove dependency on util-linux since libuuid is no longer needed. * Add

[oe] [meta-oe][PATCH 1/2] libnvme: add recipe

2023-07-25 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Signed-off-by: Christophe Vu-Brugier --- .../recipes-support/libnvme/libnvme_1.5.bb| 20 +++ 1 file changed, 20 insertions(+) create mode 100644 meta-oe/recipes-support/libnvme/libnvme_1.5.bb diff --git a/meta-oe/recipes-support/libnvme

[oe] [meta-oe][PATCH] switchtec-user: add new recipe

2023-05-26 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier switchtec-user provides an easy to use CLI and C library for communicating with Microsemi's Switchtec management interface. https://github.com/Microsemi/switchtec-user/ Signed-off-by: Christophe Vu-Brugier --- ...0001-cli-Fix-format-security-warning.patch | 27

[oe] [meta-filesystems][PATCH] exfatprogs: upgrade 1.2.0 -> 1.2.1

2023-05-22 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier Signed-off-by: Christophe Vu-Brugier --- .../exfatprogs/{exfatprogs_1.2.0.bb => exfatprogs_1.2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta-filesystems/recipes-utils/exfatprogs/{exfatprogs_1.2.0.bb => exfatprogs_1.2.1.bb} (91%)

[oe] [meta-filesystems][PATCH v2 1/2] exfatprogs: add new recipe

2023-03-28 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier exfatprogs provides utilities to create, modify, and check exFAT file systems on Linux. The developers of exfatprogs also maintain the Linux kernel exFAT driver. exfatprogs has replaced exfat-utils in Debian bookworm. References: * https://github.com/exfatprogs

[oe] [meta-filesystems][PATCH v2 2/2] exfat-utils: remove recipe

2023-03-28 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier exfat-utils is superseded by exfatprogs. Signed-off-by: Christophe Vu-Brugier --- .../exfat-utils/exfat-utils_1.3.0.bb | 24 --- 1 file changed, 24 deletions(-) delete mode 100644 meta-filesystems/recipes-utils/exfat-utils/exfat

Re: [oe] [meta-filesystems][PATCH 1/2] exfatprogs: add new recipe

2023-03-28 Thread Christophe Vu-Brugier
aces exfat-utils but is not 100% compatible"? Also, I believe that exfatprogs is better than exfat-utils. For instance, exfatprogs correctly format drives whose sector size is 4096 bytes whereas exfat-utils does not. With best regards, -- Christophe Vu-Brugier -=-=-=-=-=-=-=-=-=-=-=- L

[oe] [meta-filesystems][PATCH 2/2] exfat-utils: remove recipe

2023-03-28 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier exfat-utils is superseded by exfatprogs. Signed-off-by: Christophe Vu-Brugier --- .../exfat-utils/exfat-utils_1.3.0.bb | 24 --- 1 file changed, 24 deletions(-) delete mode 100644 meta-filesystems/recipes-utils/exfat-utils/exfat

[oe] [meta-filesystems][PATCH 1/2] exfatprogs: add new recipe

2023-03-28 Thread Christophe Vu-Brugier
From: Christophe Vu-Brugier exfatprogs provides utilities to create, modify, and check exFAT file systems on Linux. The developers of exfatprogs also maintain the Linux kernel exFAT driver. exfatprogs has replaced exfat-utils in Debian bookworm. References: * https://github.com/exfatprogs