]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core.git/commitdiff
ovmf-shell-image: move .wks file to its own directory
authorAlexander Kanavin <alex@linutronix.de>
Thu, 11 Sep 2025 08:51:09 +0000 (10:51 +0200)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Mon, 15 Sep 2025 16:52:52 +0000 (17:52 +0100)
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>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-core/ovmf/ovmf-shell-image.bb
meta/recipes-core/ovmf/ovmf-shell-image/ovmf-shell-image.wks [moved from meta/recipes-core/ovmf/ovmf/ovmf-shell-image.wks with 100% similarity]

index 5aafba97e0550b30f2b2a2c4203f3e2739688f78..bc068e6e25507066f7d55fe227d78c29a176252e 100644 (file)
@@ -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