diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-01-05 18:05:43 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-01-21 18:00:26 -0500 |
| commit | 66fa069e4229b6202af24fb91cc81c0b27ecdfc4 (patch) | |
| tree | ee3779abc997db87481925726587b5dfd27b53dd /recipes-containers/vcontainer/files | |
| parent | 7c779aedb554e7e04e98376f57365c622175f470 (diff) | |
| download | meta-virtualization-66fa069e4229b6202af24fb91cc81c0b27ecdfc4.tar.gz | |
docs: fix dead references to vdkr-native and obsolete test classes
Update references to reflect the current architecture:
- Change vdkr-native/vpdmn-native to vcontainer-native in comments
- Remove TestContainerCrossTools and TestContainerCrossInitramfs from README
- Fix build command: vdkr-native → vcontainer-tarball
Signed-off-by: Bruce Ashfield <bruce.ashfield@gmail.com>
Diffstat (limited to 'recipes-containers/vcontainer/files')
4 files changed, 4 insertions, 4 deletions
diff --git a/recipes-containers/vcontainer/files/blobs/vdkr/aarch64/README b/recipes-containers/vcontainer/files/blobs/vdkr/aarch64/README index cabb5100..eb7100ea 100644 --- a/recipes-containers/vcontainer/files/blobs/vdkr/aarch64/README +++ b/recipes-containers/vcontainer/files/blobs/vdkr/aarch64/README | |||
| @@ -20,7 +20,7 @@ Build instructions: | |||
| 20 | cp tmp/deploy/images/qemuarm64/vdkr/aarch64/initramfs.cpio.gz . | 20 | cp tmp/deploy/images/qemuarm64/vdkr/aarch64/initramfs.cpio.gz . |
| 21 | cp tmp/deploy/images/qemuarm64/vdkr/aarch64/rootfs.img . | 21 | cp tmp/deploy/images/qemuarm64/vdkr/aarch64/rootfs.img . |
| 22 | 22 | ||
| 23 | Once these files are present, vdkr-native will automatically include them. | 23 | Once these files are present, vcontainer-native will automatically include them. |
| 24 | 24 | ||
| 25 | Alternatively, set VDKR_USE_DEPLOY = "1" in local.conf to use blobs | 25 | Alternatively, set VDKR_USE_DEPLOY = "1" in local.conf to use blobs |
| 26 | directly from DEPLOY_DIR without copying to the layer. | 26 | directly from DEPLOY_DIR without copying to the layer. |
diff --git a/recipes-containers/vcontainer/files/blobs/vdkr/x86_64/README b/recipes-containers/vcontainer/files/blobs/vdkr/x86_64/README index 6902f729..9a17f7b4 100644 --- a/recipes-containers/vcontainer/files/blobs/vdkr/x86_64/README +++ b/recipes-containers/vcontainer/files/blobs/vdkr/x86_64/README | |||
| @@ -20,7 +20,7 @@ Build instructions: | |||
| 20 | cp tmp/deploy/images/qemux86-64/vdkr/x86_64/initramfs.cpio.gz . | 20 | cp tmp/deploy/images/qemux86-64/vdkr/x86_64/initramfs.cpio.gz . |
| 21 | cp tmp/deploy/images/qemux86-64/vdkr/x86_64/rootfs.img . | 21 | cp tmp/deploy/images/qemux86-64/vdkr/x86_64/rootfs.img . |
| 22 | 22 | ||
| 23 | Once these files are present, vdkr-native will automatically include them. | 23 | Once these files are present, vcontainer-native will automatically include them. |
| 24 | 24 | ||
| 25 | Alternatively, set VDKR_USE_DEPLOY = "1" in local.conf to use blobs | 25 | Alternatively, set VDKR_USE_DEPLOY = "1" in local.conf to use blobs |
| 26 | directly from DEPLOY_DIR without copying to the layer. | 26 | directly from DEPLOY_DIR without copying to the layer. |
diff --git a/recipes-containers/vcontainer/files/blobs/vpdmn/aarch64/README b/recipes-containers/vcontainer/files/blobs/vpdmn/aarch64/README index a4197779..b585a12a 100644 --- a/recipes-containers/vcontainer/files/blobs/vpdmn/aarch64/README +++ b/recipes-containers/vcontainer/files/blobs/vpdmn/aarch64/README | |||
| @@ -20,7 +20,7 @@ Build instructions: | |||
| 20 | cp tmp/deploy/images/qemuarm64/vpdmn/aarch64/initramfs.cpio.gz . | 20 | cp tmp/deploy/images/qemuarm64/vpdmn/aarch64/initramfs.cpio.gz . |
| 21 | cp tmp/deploy/images/qemuarm64/vpdmn/aarch64/rootfs.img . | 21 | cp tmp/deploy/images/qemuarm64/vpdmn/aarch64/rootfs.img . |
| 22 | 22 | ||
| 23 | Once these files are present, vpdmn-native will automatically include them. | 23 | Once these files are present, vcontainer-native will automatically include them. |
| 24 | 24 | ||
| 25 | Alternatively, set VPDMN_USE_DEPLOY = "1" in local.conf to use blobs | 25 | Alternatively, set VPDMN_USE_DEPLOY = "1" in local.conf to use blobs |
| 26 | directly from DEPLOY_DIR without copying to the layer. | 26 | directly from DEPLOY_DIR without copying to the layer. |
diff --git a/recipes-containers/vcontainer/files/blobs/vpdmn/x86_64/README b/recipes-containers/vcontainer/files/blobs/vpdmn/x86_64/README index 30ddb445..a7d820d9 100644 --- a/recipes-containers/vcontainer/files/blobs/vpdmn/x86_64/README +++ b/recipes-containers/vcontainer/files/blobs/vpdmn/x86_64/README | |||
| @@ -20,7 +20,7 @@ Build instructions: | |||
| 20 | cp tmp/deploy/images/qemux86-64/vpdmn/x86_64/initramfs.cpio.gz . | 20 | cp tmp/deploy/images/qemux86-64/vpdmn/x86_64/initramfs.cpio.gz . |
| 21 | cp tmp/deploy/images/qemux86-64/vpdmn/x86_64/rootfs.img . | 21 | cp tmp/deploy/images/qemux86-64/vpdmn/x86_64/rootfs.img . |
| 22 | 22 | ||
| 23 | Once these files are present, vpdmn-native will automatically include them. | 23 | Once these files are present, vcontainer-native will automatically include them. |
| 24 | 24 | ||
| 25 | Alternatively, set VPDMN_USE_DEPLOY = "1" in local.conf to use blobs | 25 | Alternatively, set VPDMN_USE_DEPLOY = "1" in local.conf to use blobs |
| 26 | directly from DEPLOY_DIR without copying to the layer. | 26 | directly from DEPLOY_DIR without copying to the layer. |
