diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-01-08 17:08:43 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-02-09 03:32:52 +0000 |
| commit | 351930159f2b19f9371956e8278e00de89835357 (patch) | |
| tree | 4926e2c0412e2c662c101350cbed6f13ac15ee06 | |
| parent | aaaef65d2ddf7ff6df86ede97c7dc2722138a33f (diff) | |
| download | meta-virtualization-351930159f2b19f9371956e8278e00de89835357.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.bb | 4 |
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 | ||
| 15 | SUMMARY = "Minimal Podman rootfs for vpdmn" | 15 | SUMMARY = "Minimal Podman rootfs for vpdmn" |
| 16 | DESCRIPTION = "A minimal image containing Podman tools for use with vpdmn. \ | 16 | DESCRIPTION = "A minimal image containing Podman tools for use with vpdmn. \ |
