* [PATCH] meta: Add transform_teplate dependency for OVA image
@ 2022-06-09 12:42 Uladzimir Bely
2022-06-16 9:40 ` Anton Mikanovich
0 siblings, 1 reply; 2+ messages in thread
From: Uladzimir Bely @ 2022-06-09 12:42 UTC (permalink / raw)
To: isar-users
Without it, deployed .ovf file is empty and generated image can't be
imported to VirtualBox.
Regression was introduced ~2 months ago by imagetypes patch series.
Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
---
meta/classes/imagetypes_vm.bbclass | 1 +
1 file changed, 1 insertion(+)
diff --git a/meta/classes/imagetypes_vm.bbclass b/meta/classes/imagetypes_vm.bbclass
index 8a676aca..fb1284b1 100644
--- a/meta/classes/imagetypes_vm.bbclass
+++ b/meta/classes/imagetypes_vm.bbclass
@@ -102,3 +102,4 @@ IMAGE_CMD_ova() {
tar -uvf ${PP_DEPLOY}/${OVA_NAME}.ova -C ${PP_DEPLOY} ${VIRTUAL_MACHINE_IMAGE_FILE}
EOSUDO
}
+IMAGE_CMD_ova[depends] = "${PN}:do_transform_template"
--
2.20.1
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] meta: Add transform_teplate dependency for OVA image
2022-06-09 12:42 [PATCH] meta: Add transform_teplate dependency for OVA image Uladzimir Bely
@ 2022-06-16 9:40 ` Anton Mikanovich
0 siblings, 0 replies; 2+ messages in thread
From: Anton Mikanovich @ 2022-06-16 9:40 UTC (permalink / raw)
To: isar-users, Uladzimir Bely
09.06.2022 15:42, Uladzimir Bely wrote:
> Without it, deployed .ovf file is empty and generated image can't be
> imported to VirtualBox.
>
> Regression was introduced ~2 months ago by imagetypes patch series.
>
> Signed-off-by: Uladzimir Bely <ubely@ilbers.de>
Applied to next, thanks.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2022-06-16 9:40 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-06-09 12:42 [PATCH] meta: Add transform_teplate dependency for OVA image Uladzimir Bely
2022-06-16 9:40 ` Anton Mikanovich
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox