[oe] [meta-oe][PATCH] nvme-cli: add recipe

2018-10-08 Thread Stefan Wiehler
NVMe management command line interface. Signed-off-by: Stefan Wiehler --- meta-oe/recipes-extended/nvme-cli/nvme-cli_1.6.bb | 19 +++ 1 file changed, 19 insertions(+) create mode 100644 meta-oe/recipes-extended/nvme-cli/nvme-cli_1.6.bb diff --git a/meta-oe/recipes-extended

[oe] [meta-oe][PATCH v2] nvme-cli: add recipe

2018-10-09 Thread Stefan Wiehler
NVMe management command line interface. Signed-off-by: Stefan Wiehler --- Change: Use bash-completion class and patch bash completion install path ...Makefile-fix-bash-completion-install-path.patch | 33 ++ meta-oe/recipes-extended/nvme-cli/nvme-cli_1.6.bb | 21

[oe] [meta-oe][PATCH v3] nvme-cli: add recipe

2018-10-10 Thread Stefan Wiehler
NVMe management command line interface. Signed-off-by: Stefan Wiehler --- Changes: - Use bash-completion class and patch bash completion install path - Mark bash completion install path patch as accepted - Move from recipes-extended to recipes-bsp ...Makefile-fix-bash

[oe] [meta-oe][PATCH] read-edid: Upgrade to 3.0.2

2018-11-29 Thread Stefan Wiehler
Signed-off-by: Stefan Wiehler --- meta-oe/licenses/read-edid | 17 + .../0001-Do-not-install-license-file.patch | 17 + ...emove-check-for-x86.h-we-don-t-build-get-.patch | 28 -- .../recipes-support/read-edid/read

[oe] [meta-oe][PATCH v2] nvme-cli: defer host ID generation to post installation

2019-10-15 Thread Stefan Wiehler
Signed-off-by: Stefan Wiehler --- meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb index 6133b3a27..92c902b75 100644 --- a/meta-oe

[oe] [meta-oe][PATCH] nvme-cli: upgrade 1.6 -> 1.9

2019-10-07 Thread Stefan Wiehler
Signed-off-by: Stefan Wiehler --- ...ile-fix-bash-completion-install-path.patch | 33 --- meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.6.bb | 21 meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb | 29 3 files changed, 29 insertions(+), 54 deletions

[oe] [meta-oe][PATCH] nvme-cli: defer host ID generation to post installation

2019-10-12 Thread Stefan Wiehler
Right now, we only generate the hostnqn post-installation, but not the hostid; I agree however that it makes more sense to perform both tasks on the target. -- ___ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org

[oe] [meta-oe][PATCH] nvme-cli: defer host ID generation to post installation

2019-10-12 Thread Stefan Wiehler
Signed-off-by: Stefan Wiehler --- meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb | 7 +-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb b/meta-oe/recipes-bsp/nvme-cli/nvme-cli_1.9.bb index 256d83f03..061c7a0fe 100644 --- a/meta-oe

[oe] [meta-networking][PATCH 1/2] http-parser: add recipe

2021-05-12 Thread Stefan Wiehler
HTTP request/response parser for C. Signed-off-by: Stefan Wiehler --- .../http-parser/http-parser_2.9.4.bb | 30 +++ 1 file changed, 30 insertions(+) create mode 100644 meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb diff --git a/meta-networking

[oe] [meta-networking][PATCH 2/2] restinio: add recipe

2021-05-12 Thread Stefan Wiehler
Header-only C++14 library that gives you an embedded HTTP server. Signed-off-by: Stefan Wiehler --- .../restinio/restinio_0.6.13.bb | 31 +++ 1 file changed, 31 insertions(+) create mode 100644 meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb

[oe] [meta-networking][PATCH] restinio: fix license

2021-05-18 Thread Stefan Wiehler
Signed-off-by: Stefan Wiehler --- .../recipes-connectivity/restinio/restinio_0.6.13.bb| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb b/meta-networking/recipes-connectivity/restinio/restinio_0.6.13

[oe] [meta-networking][PATCH v2 1/2] http-parser: add recipe

2021-05-17 Thread Stefan Wiehler
HTTP request/response parser for C. Signed-off-by: Stefan Wiehler --- .../http-parser/http-parser_2.9.4.bb | 30 +++ 1 file changed, 30 insertions(+) create mode 100644 meta-networking/recipes-support/http-parser/http-parser_2.9.4.bb diff --git a/meta-networking

[oe] [meta-networking][PATCH v2 2/2] restinio: add recipe

2021-05-17 Thread Stefan Wiehler
Header-only C++14 library that gives you an embedded HTTP server. Signed-off-by: Stefan Wiehler --- .../restinio/restinio_0.6.13.bb | 31 +++ 1 file changed, 31 insertions(+) create mode 100644 meta-networking/recipes-connectivity/restinio/restinio_0.6.13.bb