[master][scarthgap][meta-virtualization][PATCH V2 2/3] containerd-opencontainers: fix wrong version display

2024-04-24 Thread Changqing Li
From: Changqing Li * Update containerd to v2 to fix following containerd version: containerd github.com/containerd/containerd/v2 2.0.0-beta.0+unknown it should be like: containerd github.com/containerd/containerd/v2 v2.0.0-beta.2-204-gb1624c362.m b1624c3628954e769dd50783b63823040b2db38c.m * Rem

Re: [meta-virtualization][PATCH 2/2] netavark: skip plugins in ptest

2024-04-24 Thread Yu, Mingli
The ptest fails as below: # ./run-ptest /tmp/bats-run-ELGGaA/bats.18820.src: line 5: To: command not found 1..1 not ok 1 bats-gather-tests # (in test file test/README.md, line 5) # `To run the tests locally in your sandbox, you can use one of these methods:' failed with status 127 Thanks, O

[meta-virtualization][PATCH v3] diod: Build in 32bit systems with 64bit time_t

2024-04-24 Thread Ola x Nilsson
From: Ola x Nilsson Signed-off-by: Ola x Nilsson --- recipes-extended/diod/diod_1.0.24.bb | 1 + ...ous-time_t-sizes-in-printf-and-scanf.patch | 100 ++ 2 files changed, 101 insertions(+) create mode 100644 recipes-extended/diod/files/0002-Handle-various-time_t-size

[meta-virtualization][PATCH] diod: Build in 32bit systems with 64bit time_t

2024-04-24 Thread Ola x Nilsson
From: Ola x Nilsson Signed-off-by: Ola x Nilsson --- recipes-extended/diod/diod_1.0.24.bb | 1 + ...ous-time_t-sizes-in-printf-and-scanf.patch | 100 ++ 2 files changed, 101 insertions(+) create mode 100644 recipes-extended/diod/files/0002-Handle-various-time_t-size

[master][scarthgap][meta-virtualization][PATCH 3/3] kubernetes: Pass -trimpath to build

2024-04-24 Thread Changqing Li
From: Changqing Li Fix following QA WARNING: WARNING: QA Issue: File /usr/bin/kubectl in package kubectl contains reference to TMPDIR [buildpaths] WARNING: QA Issue: File /usr/bin/kubeadm in package kubeadm contains reference to TMPDIR [buildpaths] WARNING: QA Issue: File /usr/bin/kube-proxy in

[master][scarthgap][meta-virtualization][PATCH 1/3] cni: pass BuildVersion info to avoid runtime warning

2024-04-24 Thread Changqing Li
From: Changqing Li The default value of BuildVersion is 'unknown' and it requires an override at link time to embed such version info into binary. Signed-off-by: Chen Qi Signed-off-by: Changqing Li --- recipes-networking/cni/cni_git.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-)

[master][scarthgap][meta-virtualization][PATCH 2/3] containerd-opencontainers: fix wrong version display

2024-04-24 Thread Changqing Li
From: Changqing Li Update Makefile to fix following containerd version: containerd github.com/containerd/containerd/v2 2.0.0-beta.0+unknown it should be like: containerd github.com/containerd/containerd/v2 v2.0.0-beta.2-204-gb1624c362.m b1624c3628954e769dd50783b63823040b2db38c.m Signed-off-by:

[meta-virtualization] I am trying to build the xen hypervisor on raspberry pi4. The image is created but fails to flash on the rpi4. Kindly help me out. #meta-virtualization #yocto

2024-04-24 Thread Shivansh via lists.yoctoproject.org
I used this document to create the image for my hypervisor : Xen on ARM and Yocto - Xen (xenproject.org) ( https://wiki.xenproject.org/wiki/Xen_on_ARM_and_Yocto ). The steps I followed are listed below: 1) Boot the machine with stable version of Ubuntu 22.04.4 LTS. 2) Update and upgrade using