[meta-virtualization][RFC][PATCH 1/5] vcontainer-bbmask.inc: add python3-pexpect,-ptyprocess
[email protected] Sun, 26 Jul 2026 17:02:41 -0700
| Newsgroups | org.yoctoproject.lists.meta-virtualization |
|---|---|
| Message-ID | <[email protected]> |
From: Tim Orling <[email protected]> For multiarch container-yocto-builder, during run-time testing with the bitbake-setup workflow, it was discovered that we need python3-pexpect and its dependency python3-ptyprocess. Remove the layer-wide meta-python BBMASK and allow these specific recipes. Once meta-python is allowed, there was an error for meta-oe/dynamic-layers/meta-python which we do not need for the above recipes. It can be enabled in the future when needed. Signed-off-by: Tim Orling <[email protected]> --- conf/distro/include/vcontainer-bbmask.inc | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/conf/distro/include/vcontainer-bbmask.inc b/conf/distro/include/vcontainer-bbmask.inc index 0c9b8b02..0c6a7efc 100644 --- a/conf/distro/include/vcontainer-bbmask.inc +++ b/conf/distro/include/vcontainer-bbmask.inc @@ -94,6 +94,8 @@ BBMASK += "meta-openstack/recipes-dbs/postgresql/" BBMASK += "meta-oe/dynamic-layers/networking-layer/recipes-core/" BBMASK += "meta-openstack/recipes-extended/libvirt/" BBMASK += "meta-webserver/recipes-(?!httpd/nginx)" +BBMASK += "meta-python/recipes-devtools/python/python3-(?!pexpect|ptyprocess)" +BBMASK += "meta-oe/dynamic-layers/meta-python/recipes-core/packagegroups/" # --------------------------------------------------------------------------- # Entire layers with 0 recipes in the container image dependency graph. @@ -101,7 +103,7 @@ BBMASK += "meta-webserver/recipes-(?!httpd/nginx)" # does not warn about zero files matching BBFILE_PATTERN. # --------------------------------------------------------------------------- BBMASK += "meta-filesystems/" -BBMASK += "meta-python/" + # Warning suppression for these fully-masked layers is in meta-virt-host.conf # (BBFILE_PATTERN_IGNORE_EMPTY) because BitBake checks the base datastore, # not per-multiconfig datastores. -- 2.47.3