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 --- classes/container-bundle.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'classes') diff --git a/classes/container-bundle.bbclass b/classes/container-bundle.bbclass index 406e70cc..27aa81ea 100644 --- a/classes/container-bundle.bbclass +++ b/classes/container-bundle.bbclass @@ -170,7 +170,7 @@ VRUNTIME_MULTICONFIG = "${@get_vruntime_multiconfig(d)}" VRUNTIME_MACHINE = "${@get_vruntime_machine(d)}" BLOB_ARCH = "${@get_blob_arch(d)}" -# Path to vrunner.sh from vdkr-native +# Path to vrunner.sh from vcontainer-native VRUNNER_PATH = "${STAGING_BINDIR_NATIVE}/vrunner.sh" # Blobs come from multiconfig deploy directory -- cgit v1.2.3-54-g00ecf