[PATCH] genericx86: remove gptfdisk-native dependency
Ross Burton <[email protected]>
| Newsgroups | org.yoctoproject.lists.poky |
|---|---|
| Message-ID | <[email protected]> |
wic no longer calls gptfdisk binaries, so we can remove the dependency. Signed-off-by: Ross Burton <[email protected]> --- meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 1 - 1 file changed, 1 deletion(-) diff --git a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc index 95d9e175fc..f49887147c 100644 --- a/meta-yocto-bsp/conf/machine/include/genericx86-common.inc +++ b/meta-yocto-bsp/conf/machine/include/genericx86-common.inc @@ -19,5 +19,4 @@ MACHINE_EXTRA_RRECOMMENDS += "kernel-modules linux-firmware" IMAGE_FSTYPES += "wic.zst wic.bmap" WKS_FILE ?= "genericx86.wks.in" EFI_PROVIDER ??= "grub-efi" -do_image_wic[depends] += "gptfdisk-native:do_populate_sysroot" do_image_wic[recrdeptask] += "do_bootimg" -- 2.43.0