diff options
| author | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-01-05 18:05:43 +0000 |
|---|---|---|
| committer | Bruce Ashfield <bruce.ashfield@gmail.com> | 2026-02-09 03:32:52 +0000 |
| commit | 7584611eec5562cfc3a69af7bb8e753d93579ee5 (patch) | |
| tree | e6edfab8a402a27fd0121a310a391b4ba9bad971 /classes | |
| parent | 7cfd91b8452db84f06f3cf675f605d4da6eb6882 (diff) | |
| download | meta-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.bbclass | 2 |
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)}" | |||
| 170 | VRUNTIME_MACHINE = "${@get_vruntime_machine(d)}" | 170 | VRUNTIME_MACHINE = "${@get_vruntime_machine(d)}" |
| 171 | BLOB_ARCH = "${@get_blob_arch(d)}" | 171 | BLOB_ARCH = "${@get_blob_arch(d)}" |
| 172 | 172 | ||
| 173 | # Path to vrunner.sh from vdkr-native | 173 | # Path to vrunner.sh from vcontainer-native |
| 174 | VRUNNER_PATH = "${STAGING_BINDIR_NATIVE}/vrunner.sh" | 174 | VRUNNER_PATH = "${STAGING_BINDIR_NATIVE}/vrunner.sh" |
| 175 | 175 | ||
| 176 | # Blobs come from multiconfig deploy directory | 176 | # Blobs come from multiconfig deploy directory |
