summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-01-08 17:08:43 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-01-21 18:00:26 -0500
commitdf3fc19b7c038c9812ef5f374933b0983703f8df (patch)
tree933d366dbc652a554582cd85089adfd041d3da56
parent80dcdc090862ce2846e789803043c76aa23c8c46 (diff)
downloadmeta-virtualization-df3fc19b7c038c9812ef5f374933b0983703f8df.tar.gz
recipes: fix multiconfig build comments
Fix the bitbake multiconfig commands in rootfs recipe comments. The multiconfig names are vruntime-aarch64 and vruntime-x86-64, not vdkr-*/vpdmn-*. Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
-rw-r--r--recipes-containers/vcontainer/vpdmn-rootfs-image.bb4
1 files changed, 2 insertions, 2 deletions
diff --git a/recipes-containers/vcontainer/vpdmn-rootfs-image.bb b/recipes-containers/vcontainer/vpdmn-rootfs-image.bb
index 33647202..82dd64ba 100644
--- a/recipes-containers/vcontainer/vpdmn-rootfs-image.bb
+++ b/recipes-containers/vcontainer/vpdmn-rootfs-image.bb
@@ -9,8 +9,8 @@
9# to provide a proper rootfs for running Podman in QEMU. 9# to provide a proper rootfs for running Podman in QEMU.
10# 10#
11# Build with: 11# Build with:
12# bitbake mc:vpdmn-aarch64:vpdmn-rootfs-image 12# bitbake mc:vruntime-aarch64:vpdmn-rootfs-image
13# bitbake mc:vpdmn-x86-64:vpdmn-rootfs-image 13# bitbake mc:vruntime-x86-64:vpdmn-rootfs-image
14 14
15SUMMARY = "Minimal Podman rootfs for vpdmn" 15SUMMARY = "Minimal Podman rootfs for vpdmn"
16DESCRIPTION = "A minimal image containing Podman tools for use with vpdmn. \ 16DESCRIPTION = "A minimal image containing Podman tools for use with vpdmn. \