Re: [meta-virtualization][scarthgap][PATCH] linux-yocto_virtualization.inc: If using externalsrc adjust dependency

2024-10-02 Thread Peter Kjellerstedt
> -Original Message- > From: meta-virtualization@lists.yoctoproject.org > On Behalf Of Mark Hatle > Sent: den 3 oktober 2024 00:39 > To: meta-virtualization@lists.yoctoproject.org > Subject: [meta-virtualization][scarthgap][PATCH] > linux-yocto_virtualization.inc: If using externalsrc ad

Re: [meta-virtualization] [PATCH] containerd-opencontainers: Use RDEPENDS:${PN} instead of RDEPENDS:${BPN}

2024-01-16 Thread Peter Kjellerstedt
> -Original Message- > From: Bruce Ashfield > Sent: den 16 januari 2024 16:22 > To: Peter Kjellerstedt > Cc: meta-virtualization@lists.yoctoproject.org > Subject: Re: [meta-virtualization] [PATCH] containerd-opencontainers: Use > RDEPENDS:${PN} instead of RDEPEN

Re: [meta-virtualization] [PATCH] containerd-opencontainers: Use RDEPENDS:${PN} instead of RDEPENDS:${BPN}

2024-01-16 Thread Peter Kjellerstedt
> -Original Message- > From: Bruce Ashfield > Sent: den 15 januari 2024 18:10 > To: Peter Kjellerstedt > Cc: meta-virtualization@lists.yoctoproject.org > Subject: Re: [meta-virtualization] [PATCH] containerd-opencontainers: Use > RDEPENDS:${PN} instead of RDEPENDS:${

[meta-virtualization] [PATCH] containerd-opencontainers: Use RDEPENDS:${PN} instead of RDEPENDS:${BPN}

2024-01-15 Thread Peter Kjellerstedt
or bbclass. Signed-off-by: Peter Kjellerstedt --- recipes-containers/containerd/containerd-opencontainers_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/containerd/containerd-opencontainers_git.bb b/recipes-containers/containerd/

[meta-virtualization] [PATCHv2 4/6] netavark: Move the crate URIs to a separate .inc file

2023-05-02 Thread Peter Kjellerstedt
As a preparation for switching to using the cargo-update-recipe-crates bbclass to update the crate URIs, move the existing crate URIs to the netavark-crates.inc file that it expects. Signed-off-by: Peter Kjellerstedt --- .../netavark/netavark-crates.inc | 180

[meta-virtualization] [PATCHv2 3/6] aardvark-dns: Rewrite the recipe

2023-05-02 Thread Peter Kjellerstedt
bbclass for updating the crate URIs, the recipe can be rewritten to better conform to common recipe standards. This also folds aardvark-dns.inc into it as there is no longer any need to keep it separate. Signed-off-by: Peter Kjellerstedt --- .../aardvark-dns/aardvark-dns.inc | 34

[meta-virtualization] [PATCHv2 1/6] aardvark-dns: Move the crate URIs to a separate .inc file

2023-05-02 Thread Peter Kjellerstedt
As a preparation for switching to using the cargo-update-recipe-crates bbclass to update the crate URIs, move the existing crate URIs to the aardvark-dns-crates.inc file that it expects. Signed-off-by: Peter Kjellerstedt --- .../aardvark-dns/aardvark-dns-crates.inc | 125

[meta-virtualization] [PATCHv2 5/6] netavark: Add checksums for the crate URIs

2023-05-02 Thread Peter Kjellerstedt
Use the cargo-update-recipe-crates bbclass to update the crate URIs including adding checksums for them, as they are now required by the crate fetcher. Signed-off-by: Peter Kjellerstedt --- .../netavark/netavark-crates.inc | 204 +- recipes-containers/netavark

[meta-virtualization] [PATCHv2 6/6] netavark: Rewrite the recipe

2023-05-02 Thread Peter Kjellerstedt
bbclass for updating the crate URIs, the recipe can be rewritten to better conform to common recipe standards. This also folds netavark.inc into it as there is no longer any need to keep it separate. Signed-off-by: Peter Kjellerstedt --- recipes-containers/netavark/netavark.inc | 49

[meta-virtualization] [PATCHv2 2/6] aardvark-dns: Add checksums for the crate URIs

2023-05-02 Thread Peter Kjellerstedt
Use the cargo-update-recipe-crates bbclass to update the crate URIs including adding checksums for them, as they are now required by the crate fetcher. Signed-off-by: Peter Kjellerstedt --- .../aardvark-dns/aardvark-dns-crates.inc | 143 +- .../aardvark-dns/aardvark

Re: [meta-virtualization] [PATCH 7/8] netavark: Rewrite the recipe

2023-05-02 Thread Peter Kjellerstedt
> -Original Message- > From: Bruce Ashfield > Sent: den 2 maj 2023 22:43 > To: Peter Kjellerstedt > Cc: meta-virtualization@lists.yoctoproject.org > Subject: Re: [meta-virtualization] [PATCH 7/8] netavark: Rewrite the > recipe > > On Tue, May 2, 2023 at

Re: [meta-virtualization] [PATCH 4/8] aardvark-dns: Fetch the crate instead of the Git repository

2023-05-02 Thread Peter Kjellerstedt
> -Original Message- > From: Bruce Ashfield > Sent: den 2 maj 2023 22:41 > To: Peter Kjellerstedt > Cc: meta-virtualization@lists.yoctoproject.org > Subject: Re: [meta-virtualization] [PATCH 4/8] aardvark-dns: Fetch the crate > instead of the Git repository > &g

[meta-virtualization] [PATCH 6/8] netavark: Add checksums for the crate URIs

2023-05-02 Thread Peter Kjellerstedt
Use the cargo-update-recipe-crates bbclass to update the crate URIs including adding checksums for them, as they are now required by the crate fetcher. Signed-off-by: Peter Kjellerstedt --- .../netavark/netavark-crates.inc | 204 +- recipes-containers/netavark

[meta-virtualization] [PATCH 8/8] netavark: Fetch the crate instead of the Git repository

2023-05-02 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- recipes-containers/netavark/netavark_1.2.0.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/recipes-containers/netavark/netavark_1.2.0.bb b/recipes-containers/netavark/netavark_1.2.0.bb index be7cff5..0b16d2b 100644 --- a

[meta-virtualization] [PATCH 5/8] netavark: Move the crate URIs to a separate .inc file

2023-05-02 Thread Peter Kjellerstedt
As a preparation for switching to using the cargo-update-recipe-crates bbclass to update the crate URIs, move the existing crate URIs to the netavark-crates.inc file that it expects. Signed-off-by: Peter Kjellerstedt --- .../netavark/netavark-crates.inc | 180

[meta-virtualization] [PATCH 2/8] aardvark-dns: Add checksums for the crate URIs

2023-05-02 Thread Peter Kjellerstedt
Use the cargo-update-recipe-crates bbclass to update the crate URIs including adding checksums for them, as they are now required by the crate fetcher. Signed-off-by: Peter Kjellerstedt --- .../aardvark-dns/aardvark-dns-crates.inc | 143 +- .../aardvark-dns/aardvark

[meta-virtualization] [PATCH 7/8] netavark: Rewrite the recipe

2023-05-02 Thread Peter Kjellerstedt
main recipe. Signed-off-by: Peter Kjellerstedt --- recipes-containers/netavark/netavark.inc | 49 -- recipes-containers/netavark/netavark_1.2.0.bb | 66 +-- 2 files changed, 46 insertions(+), 69 deletions(-) delete mode 100644 recipes-containers/netavark

[meta-virtualization] [PATCH 3/8] aardvark-dns: Rewrite the recipe

2023-05-02 Thread Peter Kjellerstedt
the main recipe. Signed-off-by: Peter Kjellerstedt --- .../aardvark-dns/aardvark-dns.inc | 34 .../aardvark-dns/aardvark-dns_1.2.0.bb| 53 --- 2 files changed, 33 insertions(+), 54 deletions(-) delete mode 100644 recipes-containers/aardvark-dns

[meta-virtualization] [PATCH 4/8] aardvark-dns: Fetch the crate instead of the Git repository

2023-05-02 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- recipes-containers/aardvark-dns/aardvark-dns_1.2.0.bb | 8 ++-- 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/recipes-containers/aardvark-dns/aardvark-dns_1.2.0.bb b/recipes-containers/aardvark-dns/aardvark-dns_1.2.0.bb index 10901eb

[meta-virtualization] [PATCH 1/8] aardvark-dns: Move the crate URIs to a separate .inc file

2023-05-02 Thread Peter Kjellerstedt
As a preparation for switching to using the cargo-update-recipe-crates bbclass to update the crate URIs, move the existing crate URIs to the aardvark-dns-crates.inc file that it expects. Signed-off-by: Peter Kjellerstedt --- .../aardvark-dns/aardvark-dns-crates.inc | 125

Re: [meta-virtualization] [[PATCH] botocore: Fix rejecting URLs with unsafe characters in is_valid_endpoint_url()

2023-04-13 Thread Peter Kjellerstedt
> -Original Message- > From: meta-virtualization@lists.yoctoproject.org > On Behalf Of Bruce Ashfield > Sent: den 24 mars 2023 00:09 > To: Wentao Zhang > Cc: meta-virtualization@lists.yoctoproject.org > Subject: Re: [meta-virtualization] [[PATCH] botocore: Fix rejecting URLs with > unsa

Re: [meta-virtualization] [PATCH] libvirt: fix do_package issue

2022-04-12 Thread Peter Kjellerstedt
Just for the record, there is ${nonarch_libdir} that expands to “/usr/lib” regardless of whether multilib is used or not. It is typically intended for cases like this. //Peter From: meta-virtualization@lists.yoctoproject.org On Behalf Of Bruce Ashfield Sent: den 11 april 2022 15:53 To: Chen,

[meta-virtualization] [PATCH] qemu-package-split.inc: Correct a typo

2021-12-01 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- recipes-devtools/qemu/qemu-package-split.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/qemu/qemu-package-split.inc b/recipes-devtools/qemu/qemu-package-split.inc index f9db331..f1d8932 100644 --- a/recipes-devtools

Re: [meta-virtualization][m-c-s][PATCH] concurrent-ruby: add explicit branch

2021-11-11 Thread Peter Kjellerstedt
> -Original Message- > From: meta-virtualization@lists.yoctoproject.org virtualizat...@lists.yoctoproject.org> On Behalf Of kai > Sent: den 11 november 2021 11:07 > To: meta-virtualization@lists.yoctoproject.org > Subject: [meta-virtualization][m-c-s][PATCH] concurrent-ruby: add explicit >

Re: [meta-virtualization] "FILESEXTRAPATHS_append" error in openvswitch_git.bb

2021-04-09 Thread Peter Kjellerstedt
> -Original Message- > From: meta-virtualization@lists.yoctoproject.org virtualizat...@lists.yoctoproject.org> On Behalf Of Richard Purdie > Sent: den 6 april 2021 15:59 > To: Bruce Ashfield ; Robert P. J. Day > > Cc: meta-virtualization@lists.yoctoproject.org > Subject: Re: [meta-virtual

Re: [meta-virtualization] [meta-virt][PATCH 1/1] container-base: rename recipe

2020-09-11 Thread Peter Kjellerstedt
> -Original Message- > From: meta-virtualization@lists.yoctoproject.org virtualizat...@lists.yoctoproject.org> On Behalf Of Bruce Ashfield > Sent: den 10 september 2020 02:03 > To: Joe Slater > Cc: meta-virtualization ; Randy > MacLeod > Subject: Re: [meta-virtualization] [meta-virt][PAT

Re: [meta-virtualization][PATCH] go: Enable different target dir by using variable

2020-03-23 Thread Peter Kjellerstedt
e anything installed in /usr/local in the rootfs. //Peter > -Original Message- > From: Joakim Roubert > Sent: den 23 mars 2020 09:51 > To: Bruce Ashfield ; Peter Kjellerstedt > > Cc: meta-virtualization@lists.yoctoproject.org > Subject: Re: [meta-virtualization][PA

Re: [meta-virtualization][PATCH] go: Enable different target dir by using variable

2020-03-20 Thread Peter Kjellerstedt
> -Original Message- > From: meta-virtualization@lists.yoctoproject.org virtualizat...@lists.yoctoproject.org> On Behalf Of Joakim Roubert > Sent: den 20 mars 2020 10:51 > To: meta-virtualization@lists.yoctoproject.org > Cc: Joakim Roubert > Subject: [meta-virtualization][PATCH] go: Enabl