[meta-virtualization] [kirkstone][PATCH] docker-distribution: Use dup3 for riscv64

2024-07-10 Thread Yu, Mingli
From: Mingli Yu Use dup3 instead for riscv64 as there is no dup2 on riscv64 linux to fix the below build failure: vendor/github.com/bugsnag/panicwrap/dup2.go:10:9: undefined: syscall.Dup2 Signed-off-by: Mingli Yu --- .../docker-distribution_git.bb| 1 +

Re: [meta-virtualization] [PATCH 2/2] docker-distribution: Use dup3 for riscv64

2024-07-09 Thread Yu, Mingli
once I've uprev'd past this commit, I'll add patch 1/2 and test for riscv. Okay, thanks! Bruce In message: [meta-virtualization] [PATCH 2/2] docker-distribution: Use dup3 for riscv64 on 09/07/2024 Yu, Mingli via lists.yoctoproject.org wrote: From: Mingli Yu Use dup3 instead for riscv64

[meta-virtualization] [scarthgap][PATCH 1/2] docker-distribution: Enable support for riscv64

2024-07-09 Thread Yu, Mingli
From: Mingli Yu Revert [1] to enable support for riscv64. [1] https://git.yoctoproject.org/meta-virtualization/commit/?id=3626f2c9ccd56c6a3ee51304a7da7aafb395a588 Signed-off-by: Mingli Yu --- .../docker-distribution/docker-distribution_git.bb | 2 -- 1 file changed, 2

[meta-virtualization] [scarthgap][PATCH 2/2] docker-distribution: Use dup3 for riscv64

2024-07-09 Thread Yu, Mingli
From: Mingli Yu Use dup3 instead for riscv64 as there is no dup2 on riscv64 linux to fix the below build failure: vendor/github.com/bugsnag/panicwrap/dup2.go:10:9: undefined: syscall.Dup2 Signed-off-by: Mingli Yu --- .../docker-distribution_git.bb| 1 +

[meta-virtualization] [PATCH 2/2] docker-distribution: Use dup3 for riscv64

2024-07-09 Thread Yu, Mingli
From: Mingli Yu Use dup3 instead for riscv64 as there is no dup2 on riscv64 linux to fix the below build failure: vendor/github.com/bugsnag/panicwrap/dup2.go:10:9: undefined: syscall.Dup2 Signed-off-by: Mingli Yu --- .../docker-distribution_git.bb| 1 +

[meta-virtualization] [PATCH 1/2] docker-distribution: Enable support for riscv64

2024-07-09 Thread Yu, Mingli
From: Mingli Yu Revert [1] to enable support for riscv64. [1] https://git.yoctoproject.org/meta-virtualization/commit/?id=3626f2c9ccd56c6a3ee51304a7da7aafb395a588 Signed-off-by: Mingli Yu --- .../docker-distribution/docker-distribution_git.bb | 2 -- 1 file changed, 2

[meta-virtualization] [PATCH] aardvark-dns: Improve the ptest output

2024-06-25 Thread Yu, Mingli
From: Mingli Yu The previous ptest result show as ✓ or ✗ , improve the result to PASS or FAIL. # ./run-ptest [snip] PASS: 6 basic container - dns itself with long network name PASS: 7 two containers on the same network PASS: 8 two containers on different networks [snip] Signed-off-by:

[meta-virtualization] [PATCH] netavark: Improve the ptest output

2024-06-24 Thread Yu, Mingli
From: Mingli Yu * The previous ptest result show as ✓ or ✗ , improve the result to PASS or FAIL. * Skip some cases related to sit0 device(sit kernel module) and firewalld. * Add nftables to RDEPENDS for netavark-ptest as 250-bridge-nftables.bats needs it. Signed-off-by: Mingli Yu ---

[meta-virtualization] [PATCH] netavark: Make ptest run

2024-05-14 Thread Yu, Mingli
From: Mingli Yu Fixes: # ./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

[meta-virtualization] [PATCH] ceph: Add the missing Upstream-Status Field

2024-04-29 Thread Yu, Mingli
From: Mingli Yu Fixes: INFO: Traceback (most recent call last): File "/build/layers/oe-core/scripts/lib/checklayer/cases/common.py", line 87, in test_patches_upstream_status self.assertEqual(len(patches), 0 , \ AssertionError: 1 != 0 : Found following patches with malformed or

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,

[meta-virtualization] [meta-cloud-services][PATCH] python3-ansible-collections: Add new recipe

2024-04-10 Thread Yu, Mingli
From: Mingli Yu Ansible is a radically simple model-driven configuration management, multi-node deployment, and remote task execution system. Ansible works over SSH and does not require any software or daemons to be installed on remote nodes. Extension modules can be written in any language and

[meta-virtualization] [meta-cloud-services][PATCH] python3-ansible: Upgrade 2.14.5 -> 2.16.5

2024-04-03 Thread Yu, Mingli
From: Mingli Yu The 2.14.x will be EOL 20 May 2024 [1], so upgrade to 2.16.5 which also includes the security fix for CVE-2024-0690. [1] https://docs.ansible.com/ansible/devel/reference_appendices/release_and_maintenance.html Signed-off-by: Mingli Yu ---

[meta-virtualization] [PATCH] umoci: Remove the buildpath issue

2023-10-08 Thread Yu, Mingli
From: Mingli Yu Pass -trimpath to the build to fix the below build path issue: WARNING: umoci-v0.4.7+git-r0 do_package_qa: QA Issue: File /usr/sbin/umoci in package umoci contains reference to TMPDIR [buildpaths] Signed-off-by: Mingli Yu --- recipes-containers/umoci/umoci_git.bb | 1 + 1

[meta-virtualization] [PATCH] go-context: Switch to main branch

2023-08-24 Thread Yu, Mingli
From: Mingli Yu The project has renamed the master branch to main. Signed-off-by: Mingli Yu --- recipes-devtools/go/go-context_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/go/go-context_git.bb b/recipes-devtools/go/go-context_git.bb index

[meta-virtualization] [PATCH] go-mux: Switch to main branch

2023-08-24 Thread Yu, Mingli
From: Mingli Yu The project has renamed the master branch to main. Signed-off-by: Mingli Yu --- recipes-devtools/go/go-mux_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-devtools/go/go-mux_git.bb b/recipes-devtools/go/go-mux_git.bb index 3f939f45..fb4502b6

[meta-virtualization] [meta-cloud-services][PATCH] python3-ansible: Upgrade to 2.14.5

2023-05-15 Thread Yu, Mingli
From: Mingli Yu Rebase the patch python3-ensure-py-scripts-use-py3-for-shebang.patch to new version. Signed-off-by: Mingli Yu --- recipes-devtools/python/python-ansible.inc|8 +- ...nsure-py-scripts-use-py3-for-shebang.patch | 1483 ++--- ...e_2.3.1.0.bb =>

[meta-virtualization] [PATCH] yq: Redefine do_compile

2023-05-11 Thread Yu, Mingli
From: Mingli Yu This reverts commit 9b87b12885243c8cbba933e218c325416ec4d19d which states the linkshared issue is resolved. Actually the issue still exists as build fails on qemuarm64 and we still need the fix [1]. So add the fix [1] back and it's also better define its own do_compile and not

[meta-virtualization] [PATCH v2] yq: drop {LINKSHARED}

2023-03-07 Thread Yu, Mingli
From: Mingli Yu Redefine do_compile logic to drop {LINKSHARED} to fix the below build failure. WARNING: /build/tmp-glibc/work/cortexa53-wrs-linux/yq/4.30.8+gitdd6cf3df146f3e2c0f8c765a6ef9e35780ad8cc1-r0/temp/run.do_compile.923432:185 exit 1 from 'aarch64-wrs-linux-go install -linkshared -p

[meta-virtualization] [PATCH] yq: Drop {LINKSHARED}

2023-03-06 Thread Yu, Mingli
From: Mingli Yu Drop {LINKSHARED} to fix the below build failure. WARNING: /build/tmp-glibc/work/cortexa53-wrs-linux/yq/4.30.8+gitdd6cf3df146f3e2c0f8c765a6ef9e35780ad8cc1-r0/temp/run.do_compile.923432:185 exit 1 from 'aarch64-wrs-linux-go install -linkshared -p 48 -v -ldflags="-r

[meta-virtualization] [PATCH] yq: remove .git suffix for cobra component

2023-03-01 Thread Yu, Mingli
From: Mingli Yu Remove the '.git' suffix of the cobra in SRC_URI to make the cobra SRC_URI exactly the same among the recipes which define cobra to make sure two local git repos (Yocto supports fetching locally) which are the same. Signed-off-by: Mingli Yu --- recipes-devtools/yq/yq_git.bb |

Re: [meta-virtualization] [PATCH 2/3] yq: Upgrade to 4.30.8

2023-02-07 Thread Yu, Mingli
Ping. Thanks, On 1/31/23 15:29, Yu, Mingli wrote: From: Mingli Yu Upgrade yq to 4.30.8 [1]. [1] https://github.com/mikefarah/yq/releases/tag/v4.30.8 Signed-off-by: Mingli Yu --- recipes-devtools/yq/yq_git.bb | 50 +++ 1 file changed, 33 insertions(+), 17

[meta-virtualization] [PATCH 3/3] yq: add ptest support

2023-01-30 Thread Yu, Mingli
From: Mingli Yu # ./run-ptest PASS: acceptance.sh PASS: bad_args.sh PASS: basic.sh PASS: bump-version.sh PASS: check.sh PASS: completion.sh PASS: copy-docs.sh PASS: coverage.sh PASS: devtools.sh PASS: empty.sh PASS: extract-checksum.sh PASS: format.sh PASS: front-matter.sh PASS:

[meta-virtualization] [PATCH 2/3] yq: Upgrade to 4.30.8

2023-01-30 Thread Yu, Mingli
From: Mingli Yu Upgrade yq to 4.30.8 [1]. [1] https://github.com/mikefarah/yq/releases/tag/v4.30.8 Signed-off-by: Mingli Yu --- recipes-devtools/yq/yq_git.bb | 50 +++ 1 file changed, 33 insertions(+), 17 deletions(-) diff --git

[meta-virtualization] [PATCH 1/3] yq: fix QA issues

2023-01-30 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: yq-1.13.1+gite0f5cb3c5958e57c7f250a7030e92c768c1b2b19-r0 do_package_qa: QA Issue: /usr/lib64/go/src/github.com/mikefarah/yq/debian/rules contained in package yq-dev requires /usr/bin/make, but no providers found in RDEPENDS:yq-dev? [file-rdeps] ERROR:

[meta-virtualization] [PATCH] libslirp: remove the recipe

2023-01-06 Thread Yu, Mingli
From: Mingli Yu The libslirp recipe is added in openembedded-core [1], so remove the recipe in meta-virtualization to fix the below yocto compliance issue. INFO: == INFO: FAIL: test_signatures (common.CommonCheckLayer) INFO:

[meta-virtualization] [PATCH] virt-viewer: add opengl to REQUIRED_DISTRO_FEATURES

2022-12-20 Thread Yu, Mingli
From: Mingli Yu Fixes: ERROR: Nothing PROVIDES 'spice-gtk' (but /build/layers/meta-virtualization/recipes-extended/virt-viewer/virt-viewer_11.0.bb DEPENDS on or otherwise requires it) spice-gtk was skipped: missing required distro feature 'opengl' (not in DISTRO_FEATURES) ERROR: Required

[meta-virtualization] [meta-cloud-services][PATCH] layer.conf: add meta-virtualization to LAYERDEPENDS

2022-12-11 Thread Yu, Mingli
From: Mingli Yu Fix the below yocto compliance issue, the libibverbs under meta-virtualization provides virtual/libibverbs. ERROR: Nothing PROVIDES 'virtual/libibverbs' (but /build/layers/meta-cloud-services/recipes-extended/glusterfs/glusterfs_6.1.bb DEPENDS on or otherwise requires it).

[meta-virtualization] [meta-realtime][PATCH] README: Update the maintainer part

2022-11-23 Thread Yu, Mingli
From: Mingli Yu Update the maintainer part to fix the yocto compliance. INFO: test_readme (common.CommonCheckLayer) INFO: ... FAIL INFO: Traceback (most recent call last): File "/build/layers/oe-core/scripts/lib/checklayer/cases/common.py", line 38, in test_readme

Re: [meta-virtualization] [PATCH 2/2] skopeo: Upgrade to 1.4.1

2021-09-06 Thread Yu, Mingli
On 9/7/21 11:05 AM, Bruce Ashfield wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On Mon, Sep 6, 2021 at 10:35 PM Yu, Mingli wrote: On 9/6/21 10:08 PM, Bruce Ashfield wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On Mon, Sep 6, 2021 at 9:46

Re: [meta-virtualization] [PATCH 2/2] skopeo: Upgrade to 1.4.1

2021-09-06 Thread Yu, Mingli
, why is there dev version, I think the latest release version should satisfy most of our needs. Thanks, Bruce On Mon, Sep 6, 2021 at 4:09 AM Yu, Mingli wrote: From: Mingli Yu Remove the unvalid keys to silence the below warning: # podman --version WARN[] Failed to decode

[meta-virtualization] [PATCH v2] podman: upgrade to 3.3.1

2021-09-06 Thread Yu, Mingli
From: Mingli Yu Add fuse-overlayfs rdepends to support rootless. Fixes: intel-x86-64:~$ podman run -it busybox Error: kernel does not support overlay fs: 'overlay' is not supported over at "/home/test/.local/share/containers/storage/overlay": backing file system is unsupported for this

[meta-virtualization] [PATCH 1/2] podman: upgrade to 3.3.1

2021-09-06 Thread Yu, Mingli
From: Mingli Yu Signed-off-by: Mingli Yu --- recipes-containers/podman/podman_git.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-containers/podman/podman_git.bb b/recipes-containers/podman/podman_git.bb index ab9aef1..d5f19ab 100644 ---

[meta-virtualization] [PATCH 2/2] skopeo: Upgrade to 1.4.1

2021-09-06 Thread Yu, Mingli
From: Mingli Yu Remove the unvalid keys to silence the below warning: # podman --version WARN[] Failed to decode the keys ["storage.options.override_kernel_check" "storage.options.overlay.ostree_repo"] from "/etc/containers/storage.conf" podman version 3.3.1 Signed-off-by: Mingli Yu

Re: [meta-virtualization] [PATCH] conmon: switch to main branch

2021-07-05 Thread Yu, Mingli
tps://git.yoctoproject.org/cgit/cgit.cgi/meta-virtualization/commit/?id=950b24b2d5fe454c9d3a9eab5691753067e4b7d0__;!!AjveYdw8EvQ!LOd1jhUL1lTDqPYpPtkx3VUegEfozaL2ilIAtjJX06CKSGmSryem3XvN3YXPrKZ4Yjs$> Oh, yes, I see, thanks Martin very much for your pointing out! Thanks, On Mon, Jul 5, 2021 at 1:25 AM Yu,

Re: [meta-virtualization] [PATCH] conmon: switch to main branch

2021-07-05 Thread Yu, Mingli
. Thanks Bruce! BTW is this change merged? Thanks, Bruce On Mon, Jun 21, 2021 at 1:41 AM Yu, Mingli wrote: From: Mingli Yu Switch to main branch to fix do_fetch error. Signed-off-by: Mingli Yu --- recipes-containers/conmon/conmon_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[meta-virtualization] [PATCH] conmon: switch to main branch

2021-06-20 Thread Yu, Mingli
From: Mingli Yu Switch to main branch to fix do_fetch error. Signed-off-by: Mingli Yu --- recipes-containers/conmon/conmon_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-containers/conmon/conmon_git.bb b/recipes-containers/conmon/conmon_git.bb index

[meta-virtualization] [PATCH] lxc: upgrade to 4.0.5

2021-01-24 Thread Yu, Mingli
From: Mingli Yu Remove 2 backported patches. Signed-off-by: Mingli Yu --- ...setting-regarding-the-Standard-Outpu.patch | 35 --- ...ed-options-in-lxc.service-fixes-3527.patch | 31 .../lxc/{lxc_4.0.4.bb => lxc_4.0.5.bb}| 5 +-- 3 files changed, 1

Re: [meta-virtualization] [PATCH] containerd-docker: remove the recipe

2020-12-23 Thread Yu, Mingli
On 12/23/20 9:42 PM, Bruce Ashfield wrote: On Tue, Dec 22, 2020 at 10:39 PM Yu, Mingli wrote: From: Mingli Yu There is build failure for containerd-docker as the below logic in containerd-docker recipe. do_compile_prepend() { bberror "${PN} is depreciated and will be re

[meta-virtualization] [PATCH] containerd-docker: remove the recipe

2020-12-22 Thread Yu, Mingli
From: Mingli Yu There is build failure for containerd-docker as the below logic in containerd-docker recipe. do_compile_prepend() { bberror "${PN} is depreciated and will be removed in the future" bbfatal "use container-opencontainers for a working configuration" } So remove the

[meta-virtualization] [PATCH v3] lxc: remove deprecated options in lxc*.service

2020-09-28 Thread Yu, Mingli
From: Mingli Yu Remove deprecated options in lxc*.service to silence below warning: # systemctl status lxc [snip] /usr/lib/systemd/system/lxc.service:17: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the

[meta-virtualization] [PATCH v3] lxc: remove deprecated options in lxc*.service

2020-09-28 Thread Yu, Mingli
From: Mingli Yu Remove deprecated options in lxc*.service to silence below warning: # systemctl status lxc [snip] /usr/lib/systemd/system/lxc.service:17: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the

Re: [meta-virtualization] [PATCH v2] lxc: remove deprecated options in lxc*.service

2020-09-28 Thread Yu, Mingli
On 9/28/20 8:44 PM, Bruce Ashfield wrote: On Mon, Sep 28, 2020 at 1:52 AM Yu, Mingli wrote: Hi Bruce, On 9/28/20 10:42 AM, Bruce Ashfield wrote: On Wed, Sep 23, 2020 at 9:40 PM Yu, Mingli wrote: Hi Bruce, On 9/23/20 8:40 PM, Bruce Ashfield wrote: On Wed, Sep 23, 2020 at 3:54 AM Yu

Re: [meta-virtualization] [PATCH v2] lxc: remove deprecated options in lxc*.service

2020-09-27 Thread Yu, Mingli
Hi Bruce, On 9/28/20 10:42 AM, Bruce Ashfield wrote: On Wed, Sep 23, 2020 at 9:40 PM Yu, Mingli wrote: Hi Bruce, On 9/23/20 8:40 PM, Bruce Ashfield wrote: On Wed, Sep 23, 2020 at 3:54 AM Yu, Mingli wrote: From: Mingli Yu Remove deprecated options in lxc*.service to silence below

Re: [meta-virtualization] [PATCH v2] lxc: remove deprecated options in lxc*.service

2020-09-23 Thread Yu, Mingli
Hi Bruce, On 9/23/20 8:40 PM, Bruce Ashfield wrote: On Wed, Sep 23, 2020 at 3:54 AM Yu, Mingli wrote: From: Mingli Yu Remove deprecated options in lxc*.service to silence below warning: # systemctl status lxc [snip] /usr/lib/systemd/system/lxc.service:17: Standard output type syslog

[meta-virtualization] [PATCH] lxc: remove deprecated options in lxc.service

2020-09-22 Thread Yu, Mingli
From: Mingli Yu Remove deprecated options in lxc.service to silence below warning: # systemctl status lxc [snip] /usr/lib/systemd/system/lxc.service:17: Standard output type syslog is obsolete, automatically updating to journal. Please update your unit file, and consider removing the

[meta-virtualization] [PATCH] python3-dockerpty: add the missing rdepends

2020-06-09 Thread Yu, Mingli
From: Mingli Yu Add the missing rdepends to fix below error: # python3 [snip] >>> import dockerpty [snip] ModuleNotFoundError: No module named 'ssl' ModuleNotFoundError: No module named 'fcntl' ModuleNotFoundError: No module named 'six' ModuleNotFoundError: No module named 'tty'

[meta-virtualization] [PATCH] python3-fastentrypoints: add the missing rdepends

2020-05-17 Thread Yu, Mingli
From: Mingli Yu Add the missing rdepends to fix below error: # python3 [snip] >>> import fastentrypoints [snip] ModuleNotFoundError: No module named 'pickle' --- recipes-devtools/python/python3-fastentrypoints_0.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[meta-virtualization] [PATCH] python3-fastentrypoints: add missing setuptools RDEPENDS

2020-05-07 Thread Yu, Mingli
From: Mingli Yu Add missing setuptools RDEPENDS to fix below error: # python3 Python 3.8.2 (default, Apr 27 2020, 08:51:00) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import fastentrypoints Traceback (most recent call last): File "", line 1,

[meta-virtualization] [PATCH] python3-fastentrypoints: add missing setuptools RDEPENDS

2020-05-06 Thread Yu, Mingli
From: Mingli Yu Add missing setuptools RDEPENDS to fix below error: # python3 Python 3.8.2 (default, Apr 27 2020, 08:51:00) [GCC 9.3.0] on linux Type "help", "copyright", "credits" or "license" for more information. >>> import fastentrypoints Traceback (most recent call last): File "", line 1,

[meta-virtualization] [PATCH] lxc: Upgrade to 4.0.2

2020-04-25 Thread Yu, Mingli
From: Mingli Yu Signed-off-by: Mingli Yu --- recipes-containers/lxc/{lxc_4.0.1.bb => lxc_4.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-containers/lxc/{lxc_4.0.1.bb => lxc_4.0.2.bb} (97%) diff --git a/recipes-containers/lxc/lxc_4.0.1.bb

[meta-virtualization] [PATCH v2] lxc: Upgrade to 4.0.2

2020-04-21 Thread Yu, Mingli
From: Mingli Yu Signed-off-by: Mingli Yu --- recipes-containers/lxc/{lxc_4.0.1.bb => lxc_4.0.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename recipes-containers/lxc/{lxc_4.0.1.bb => lxc_4.0.2.bb} (97%) diff --git a/recipes-containers/lxc/lxc_4.0.1.bb

[meta-virtualization] [PATCH] lxc: Upgrade to 4.0.2

2020-04-21 Thread Yu, Mingli
From: Mingli Yu Signed-off-by: Mingli Yu --- recipes-containers/lxc/lxc_4.0.1.bb | 200 recipes-containers/lxc/lxc_4.0.2.bb | 200 2 files changed, 200 insertions(+), 200 deletions(-) delete mode 100644