public inbox for isar-users@googlegroups.com
 help / color / mirror / Atom feed
* [PATCH] vm-img: set layer-based template search path
@ 2021-12-28  6:32 Anton Mikanovich
  2022-01-10  7:51 ` Anton Mikanovich
  0 siblings, 1 reply; 2+ messages in thread
From: Anton Mikanovich @ 2021-12-28  6:32 UTC (permalink / raw)
  To: isar-users; +Cc: henning.schild, Anton Mikanovich

To make vmware/virtualbox image recipes find template files correctly
set FILESEXTRAPATHS as "${LAYERDIR_core}/classes/vm-img:".

Signed-off-by: Anton Mikanovich <amikan@ilbers.de>
---
 meta/classes/vm-img.bbclass | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta/classes/vm-img.bbclass b/meta/classes/vm-img.bbclass
index 4258780e..4bc977b9 100644
--- a/meta/classes/vm-img.bbclass
+++ b/meta/classes/vm-img.bbclass
@@ -7,7 +7,7 @@
 inherit buildchroot
 inherit wic-img
 
-FILESEXTRAPATHS_prepend := "${FILE_DIRNAME}/vm-img:"
+FILESEXTRAPATHS_prepend := "${LAYERDIR_core}/classes/vm-img:"
 OVF_TEMPLATE_FILE ?= "vm-img-virtualbox.ovf.tmpl"
 SRC_URI += "file://${OVF_TEMPLATE_FILE}"
 
-- 
2.20.1


^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: [PATCH] vm-img: set layer-based template search path
  2021-12-28  6:32 [PATCH] vm-img: set layer-based template search path Anton Mikanovich
@ 2022-01-10  7:51 ` Anton Mikanovich
  0 siblings, 0 replies; 2+ messages in thread
From: Anton Mikanovich @ 2022-01-10  7:51 UTC (permalink / raw)
  To: isar-users; +Cc: henning.schild

28.12.2021 09:32, Anton Mikanovich wrote:
> To make vmware/virtualbox image recipes find template files correctly
> set FILESEXTRAPATHS as "${LAYERDIR_core}/classes/vm-img:".
>
> Signed-off-by: Anton Mikanovich <amikan@ilbers.de>

Applied to next.

-- 
Anton Mikanovich
Promwad Ltd.
External service provider of ilbers GmbH
Maria-Merian-Str. 8
85521 Ottobrunn, Germany
+49 (89) 122 67 24-0
Commercial register Munich, HRB 214197
General Manager: Baurzhan Ismagulov


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-10  7:51 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-28  6:32 [PATCH] vm-img: set layer-based template search path Anton Mikanovich
2022-01-10  7:51 ` Anton Mikanovich

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox