From 52cd5614270a8eca24224ee199b9fa5516db65be Mon Sep 17 00:00:00 2001 From: Alexander Kanavin Date: Thu, 11 Sep 2025 10:51:09 +0200 Subject: [PATCH] ovmf-shell-image: move .wks file to its own directory 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. (From OE-Core rev: 47ff80080f336098c962281675026901978a09bc) Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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 --git a/meta/recipes-core/ovmf/ovmf-shell-image.bb b/meta/recipes-core/ovmf/ovmf-shell-image.bb index 5aafba97e0..bc068e6e25 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