summaryrefslogtreecommitdiffstats
path: root/classes/container-cross-install.bbclass
diff options
context:
space:
mode:
Diffstat (limited to 'classes/container-cross-install.bbclass')
-rw-r--r--classes/container-cross-install.bbclass2
1 files changed, 2 insertions, 0 deletions
diff --git a/classes/container-cross-install.bbclass b/classes/container-cross-install.bbclass
index e0fc63da..8137a857 100644
--- a/classes/container-cross-install.bbclass
+++ b/classes/container-cross-install.bbclass
@@ -261,6 +261,7 @@ merge_installed_bundles() {
261 local docker_storage="${WORKDIR}/docker-storage-$$.tar" 261 local docker_storage="${WORKDIR}/docker-storage-$$.tar"
262 262
263 ${VRUNNER_PATH} \ 263 ${VRUNNER_PATH} \
264 --no-daemon \
264 --runtime docker \ 265 --runtime docker \
265 --arch ${BLOB_ARCH} \ 266 --arch ${BLOB_ARCH} \
266 --blob-dir ${VDKR_BLOB_DIR} \ 267 --blob-dir ${VDKR_BLOB_DIR} \
@@ -292,6 +293,7 @@ merge_installed_bundles() {
292 local podman_storage="${WORKDIR}/podman-storage-$$.tar" 293 local podman_storage="${WORKDIR}/podman-storage-$$.tar"
293 294
294 ${VRUNNER_PATH} \ 295 ${VRUNNER_PATH} \
296 --no-daemon \
295 --runtime podman \ 297 --runtime podman \
296 --arch ${BLOB_ARCH} \ 298 --arch ${BLOB_ARCH} \
297 --blob-dir ${VPDMN_BLOB_DIR} \ 299 --blob-dir ${VPDMN_BLOB_DIR} \