summaryrefslogtreecommitdiffstats
path: root/meta-yocto-bsp/conf/machine/include
diff options
context:
space:
mode:
Diffstat (limited to 'meta-yocto-bsp/conf/machine/include')
-rw-r--r--meta-yocto-bsp/conf/machine/include/genericx86-common.inc2
1 files changed, 1 insertions, 1 deletions
diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
index 943604c01c..76a742b391 100644
--- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
+++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc
@@ -16,7 +16,7 @@ XSERVER ?= "${XSERVER_X86_BASE} \
16 16
17MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware" 17MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware"
18 18
19IMAGE_FSTYPES += "wic wic.bmap" 19IMAGE_FSTYPES += "wic.zst wic.bmap"
20WKS_FILE ?= "genericx86.wks.in" 20WKS_FILE ?= "genericx86.wks.in"
21EFI_PROVIDER ??= "grub-efi" 21EFI_PROVIDER ??= "grub-efi"
22do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" 22do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot"