From 7584611eec5562cfc3a69af7bb8e753d93579ee5 Mon Sep 17 00:00:00 2001 From: Bruce Ashfield Date: Mon, 5 Jan 2026 18:05:43 +0000 Subject: docs: fix dead references to vdkr-native and obsolete test classes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- recipes-containers/vcontainer/files/blobs/vdkr/aarch64/README | 2 +- recipes-containers/vcontainer/files/blobs/vdkr/x86_64/README | 2 +- recipes-containers/vcontainer/files/blobs/vpdmn/aarch64/README | 2 +- recipes-containers/vcontainer/files/blobs/vpdmn/x86_64/README | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) (limited to 'recipes-containers/vcontainer') 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: cp tmp/deploy/images/qemuarm64/vdkr/aarch64/initramfs.cpio.gz . cp tmp/deploy/images/qemuarm64/vdkr/aarch64/rootfs.img . -Once these files are present, vdkr-native will automatically include them. +Once these files are present, vcontainer-native will automatically include them. Alternatively, set VDKR_USE_DEPLOY = "1" in local.conf to use blobs 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: cp tmp/deploy/images/qemux86-64/vdkr/x86_64/initramfs.cpio.gz . cp tmp/deploy/images/qemux86-64/vdkr/x86_64/rootfs.img . -Once these files are present, vdkr-native will automatically include them. +Once these files are present, vcontainer-native will automatically include them. Alternatively, set VDKR_USE_DEPLOY = "1" in local.conf to use blobs 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: cp tmp/deploy/images/qemuarm64/vpdmn/aarch64/initramfs.cpio.gz . cp tmp/deploy/images/qemuarm64/vpdmn/aarch64/rootfs.img . -Once these files are present, vpdmn-native will automatically include them. +Once these files are present, vcontainer-native will automatically include them. Alternatively, set VPDMN_USE_DEPLOY = "1" in local.conf to use blobs 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: cp tmp/deploy/images/qemux86-64/vpdmn/x86_64/initramfs.cpio.gz . cp tmp/deploy/images/qemux86-64/vpdmn/x86_64/rootfs.img . -Once these files are present, vpdmn-native will automatically include them. +Once these files are present, vcontainer-native will automatically include them. Alternatively, set VPDMN_USE_DEPLOY = "1" in local.conf to use blobs directly from DEPLOY_DIR without copying to the layer. -- cgit v1.2.3-54-g00ecf