diff mbox series

[02/16] ovmf-shell-image: move .wks file to its own directory

Message ID 20250911085123.1551425-2-alex.kanavin@gmail.com
State New
Headers show
Series [01/16] gnupg: update 2.5.5 -> 2.5.11 | expand

Commit Message

Alexander Kanavin Sept. 11, 2025, 8:51 a.m. UTC
From: Alexander Kanavin <alex@linutronix.de>

If it's in ovmf/, devtool thinks it belongs to the ovmf recipe
and then deletes the file as it is not referred to by that recipe
anywhere.

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 meta/recipes-core/ovmf/ovmf-shell-image.bb                      | 2 +-
 .../ovmf/{ovmf => ovmf-shell-image}/ovmf-shell-image.wks        | 0
 2 files changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-core/ovmf/{ovmf => ovmf-shell-image}/ovmf-shell-image.wks (100%)
diff mbox series

Patch

diff --git a/meta/recipes-core/ovmf/ovmf-shell-image.bb b/meta/recipes-core/ovmf/ovmf-shell-image.bb
index 5aafba97e05..bc068e6e255 100644
--- a/meta/recipes-core/ovmf/ovmf-shell-image.bb
+++ b/meta/recipes-core/ovmf/ovmf-shell-image.bb
@@ -6,7 +6,7 @@  COMPATIBLE_HOST:class-target = '(i.86|x86_64).*'
 # boot loader and no rootfs partition, not additional
 # tools are needed for this .wks file.
 IMAGE_FSTYPES:forcevariable = 'wic'
-WKS_FILE = "ovmf/ovmf-shell-image.wks"
+WKS_FILE = "ovmf-shell-image/ovmf-shell-image.wks"
 WKS_FILE_DEPENDS = ""
 
 inherit image
diff --git a/meta/recipes-core/ovmf/ovmf/ovmf-shell-image.wks b/meta/recipes-core/ovmf/ovmf-shell-image/ovmf-shell-image.wks
similarity index 100%
rename from meta/recipes-core/ovmf/ovmf/ovmf-shell-image.wks
rename to meta/recipes-core/ovmf/ovmf-shell-image/ovmf-shell-image.wks