summaryrefslogtreecommitdiffstats
path: root/classes/container-bundle.bbclass
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-01-21 18:00:26 -0500
commit66fa069e4229b6202af24fb91cc81c0b27ecdfc4 (patch)
treeee3779abc997db87481925726587b5dfd27b53dd /classes/container-bundle.bbclass
parent7c779aedb554e7e04e98376f57365c622175f470 (diff)
downloadmeta-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 'classes/container-bundle.bbclass')
-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