* [PATCH] imagetypes_vm: Fix default of OVF_TEMPLATE_FILE
@ 2024-12-11 8:26 'Jan Kiszka' via isar-users
2024-12-17 6:08 ` Uladzimir Bely
0 siblings, 1 reply; 2+ messages in thread
From: 'Jan Kiszka' via isar-users @ 2024-12-11 8:26 UTC (permalink / raw)
To: isar-users
From: Jan Kiszka <jan.kiszka@siemens.com>
When enabling the ova image type but keeping the default
OVF_TEMPLATE_FILE, lots of parsing errors will be generated because the
virtualbox file was not found so far.
See also https://gitlab.com/cip-project/cip-core/isar-cip-core/-/issues/119
Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
---
meta/classes/imagetypes_vm.bbclass | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meta/classes/imagetypes_vm.bbclass b/meta/classes/imagetypes_vm.bbclass
index 4da42447..b20a8e04 100644
--- a/meta/classes/imagetypes_vm.bbclass
+++ b/meta/classes/imagetypes_vm.bbclass
@@ -5,7 +5,7 @@
#
FILESEXTRAPATHS:prepend = "${LAYERDIR_core}/recipes-core/images:"
-OVF_TEMPLATE_FILE ?= "vm-img-virtualbox.ovf.tmpl"
+OVF_TEMPLATE_FILE ?= "virtualbox/vm-img-virtualbox.ovf.tmpl"
IMAGE_SRC_URI:ova = "file://${OVF_TEMPLATE_FILE}"
IMAGE_TYPEDEP:ova = "wic"
--
2.43.0
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/ef7e4508-8c0f-42dd-9ba7-2d9a8c65cf5b%40siemens.com.
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: [PATCH] imagetypes_vm: Fix default of OVF_TEMPLATE_FILE
2024-12-11 8:26 [PATCH] imagetypes_vm: Fix default of OVF_TEMPLATE_FILE 'Jan Kiszka' via isar-users
@ 2024-12-17 6:08 ` Uladzimir Bely
0 siblings, 0 replies; 2+ messages in thread
From: Uladzimir Bely @ 2024-12-17 6:08 UTC (permalink / raw)
To: Jan Kiszka, isar-users
On Wed, 2024-12-11 at 09:26 +0100, 'Jan Kiszka' via isar-users wrote:
> From: Jan Kiszka <jan.kiszka@siemens.com>
>
> When enabling the ova image type but keeping the default
> OVF_TEMPLATE_FILE, lots of parsing errors will be generated because
> the
> virtualbox file was not found so far.
>
> See also
> https://gitlab.com/cip-project/cip-core/isar-cip-core/-/issues/119
>
> Signed-off-by: Jan Kiszka <jan.kiszka@siemens.com>
> ---
> meta/classes/imagetypes_vm.bbclass | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/meta/classes/imagetypes_vm.bbclass
> b/meta/classes/imagetypes_vm.bbclass
> index 4da42447..b20a8e04 100644
> --- a/meta/classes/imagetypes_vm.bbclass
> +++ b/meta/classes/imagetypes_vm.bbclass
> @@ -5,7 +5,7 @@
> #
>
> FILESEXTRAPATHS:prepend = "${LAYERDIR_core}/recipes-core/images:"
> -OVF_TEMPLATE_FILE ?= "vm-img-virtualbox.ovf.tmpl"
> +OVF_TEMPLATE_FILE ?= "virtualbox/vm-img-virtualbox.ovf.tmpl"
> IMAGE_SRC_URI:ova = "file://${OVF_TEMPLATE_FILE}"
>
> IMAGE_TYPEDEP:ova = "wic"
> --
> 2.43.0
>
Applied to next, thanks.
--
Best regards,
Uladzimir.
--
You received this message because you are subscribed to the Google Groups "isar-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to isar-users+unsubscribe@googlegroups.com.
To view this discussion visit https://groups.google.com/d/msgid/isar-users/843961010576cb4cb277ed542027db5a73fb8c41.camel%40ilbers.de.
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2024-12-17 6:08 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2024-12-11 8:26 [PATCH] imagetypes_vm: Fix default of OVF_TEMPLATE_FILE 'Jan Kiszka' via isar-users
2024-12-17 6:08 ` Uladzimir Bely
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox