diff options
| author | Alexander Kanavin <alex@linutronix.de> | 2025-09-11 10:51:09 +0200 |
|---|---|---|
| committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2025-09-15 17:57:23 +0100 |
| commit | 52cd5614270a8eca24224ee199b9fa5516db65be (patch) | |
| tree | 0c7a196abbdbdd47920580651a98b963d2d7f5d8 /meta/recipes-core/ovmf | |
| parent | f90b30021bd8926028ef728538b42af3b3e8eed4 (diff) | |
| download | poky-52cd5614270a8eca24224ee199b9fa5516db65be.tar.gz | |
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 <alex@linutronix.de>
Signed-off-by: Mathieu Dubois-Briand <mathieu.dubois-briand@bootlin.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/recipes-core/ovmf')
| -rw-r--r-- | meta/recipes-core/ovmf/ovmf-shell-image.bb | 2 | ||||
| -rw-r--r-- | meta/recipes-core/ovmf/ovmf-shell-image/ovmf-shell-image.wks (renamed from meta/recipes-core/ovmf/ovmf/ovmf-shell-image.wks) | 0 |
2 files changed, 1 insertions, 1 deletions
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).*' | |||
| 6 | # boot loader and no rootfs partition, not additional | 6 | # boot loader and no rootfs partition, not additional |
| 7 | # tools are needed for this .wks file. | 7 | # tools are needed for this .wks file. |
| 8 | IMAGE_FSTYPES:forcevariable = 'wic' | 8 | IMAGE_FSTYPES:forcevariable = 'wic' |
| 9 | WKS_FILE = "ovmf/ovmf-shell-image.wks" | 9 | WKS_FILE = "ovmf-shell-image/ovmf-shell-image.wks" |
| 10 | WKS_FILE_DEPENDS = "" | 10 | WKS_FILE_DEPENDS = "" |
| 11 | 11 | ||
| 12 | inherit image | 12 | 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 index 1d2f16bd33..1d2f16bd33 100644 --- a/meta/recipes-core/ovmf/ovmf/ovmf-shell-image.wks +++ b/meta/recipes-core/ovmf/ovmf-shell-image/ovmf-shell-image.wks | |||
