From: Alexander Kanavin Date: Thu, 11 Sep 2025 08:51:09 +0000 (+0200) Subject: ovmf-shell-image: move .wks file to its own directory X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=47ff80080f336098c962281675026901978a09bc;p=thirdparty%2Fopenembedded%2Fopenembedded-core-contrib.git 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. Signed-off-by: Alexander Kanavin Signed-off-by: Mathieu Dubois-Briand Signed-off-by: Richard Purdie --- 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