summaryrefslogtreecommitdiffstats
path: root/classes
diff options
context:
space:
mode:
authorBruce Ashfield <bruce.ashfield@gmail.com>2026-01-05 18:05:43 +0000
committerBruce Ashfield <bruce.ashfield@gmail.com>2026-02-09 03:32:52 +0000
commit7584611eec5562cfc3a69af7bb8e753d93579ee5 (patch)
treee6edfab8a402a27fd0121a310a391b4ba9bad971 /classes
parent7cfd91b8452db84f06f3cf675f605d4da6eb6882 (diff)
downloadmeta-virtualization-7584611eec5562cfc3a69af7bb8e753d93579ee5.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 'classes')
-rw-r--r--classes/container-bundle.bbclass2
1 files changed, 1 insertions, 1 deletions
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)}"
170VRUNTIME_MACHINE = "${@get_vruntime_machine(d)}" 170VRUNTIME_MACHINE = "${@get_vruntime_machine(d)}"
171BLOB_ARCH = "${@get_blob_arch(d)}" 171BLOB_ARCH = "${@get_blob_arch(d)}"
172 172
173# Path to vrunner.sh from vdkr-native 173# Path to vrunner.sh from vcontainer-native
174VRUNNER_PATH = "${STAGING_BINDIR_NATIVE}/vrunner.sh" 174VRUNNER_PATH = "${STAGING_BINDIR_NATIVE}/vrunner.sh"
175 175
176# Blobs come from multiconfig deploy directory 176# Blobs come from multiconfig deploy directory