summaryrefslogtreecommitdiffstats
path: root/meta/recipes-core/ovmf/ovmf-shell-image.bb
diff options
context:
space:
mode:
Diffstat (limited to 'meta/recipes-core/ovmf/ovmf-shell-image.bb')
-rw-r--r--meta/recipes-core/ovmf/ovmf-shell-image.bb6
1 files changed, 3 insertions, 3 deletions
diff --git a/meta/recipes-core/ovmf/ovmf-shell-image.bb b/meta/recipes-core/ovmf/ovmf-shell-image.bb
index fd4fb5b732..4d7958eb5f 100644
--- a/meta/recipes-core/ovmf/ovmf-shell-image.bb
+++ b/meta/recipes-core/ovmf/ovmf-shell-image.bb
@@ -1,11 +1,11 @@
1DESCRIPTION = "boot image with UEFI shell and tools" 1SUMMARY = "boot image with UEFI shell and tools"
2COMPATIBLE_HOST_class-target='(i.86|x86_64).*' 2COMPATIBLE_HOST:class-target='(i.86|x86_64).*'
3 3
4# For this image recipe, only the wic format with a 4# For this image recipe, only the wic format with a
5# single vfat partition makes sense. Because we have no 5# single vfat partition makes sense. Because we have no
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.
8IMAGE_FSTYPES_forcevariable = 'wic' 8IMAGE_FSTYPES:forcevariable = 'wic'
9WKS_FILE = "ovmf/ovmf-shell-image.wks" 9WKS_FILE = "ovmf/ovmf-shell-image.wks"
10WKS_FILE_DEPENDS = "" 10WKS_FILE_DEPENDS = ""
11 11