| Message ID | 20260811194434.3306123-1-ross.burton@arm.com (mailing list archive) |
|---|---|
| State | New |
| Headers | show |
| Series | genericx86: remove gptfdisk-native dependency | expand |
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"
wic no longer calls gptfdisk binaries, so we can remove the dependency. Signed-off-by: Ross Burton <ross.burton@arm.com> --- meta-yocto-bsp/conf/machine/include/genericx86-common.inc | 1 - 1 file changed, 1 deletion(-)