From: Jaehoon Chung Date: Tue, 29 Oct 2024 01:39:05 +0000 (+0900) Subject: configs: tizen: Disable CONFIG_TOOLS_MKEFICAPSULE X-Git-Tag: accepted/tizen/unified/20241126.175211~7 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=b5087a72d3ac792810fcedc5910de7f479608616;p=platform%2Fkernel%2Fu-boot.git configs: tizen: Disable CONFIG_TOOLS_MKEFICAPSULE CONFIG_TOOLS_MKEFICAPSULE is enabled by EFI_LOADER after updating version. It needs to include some headers, but Tizen doesn't support packages. To avoid a build failure, disable CONFIG_TOOLS_MKEFICAPSULE. [ 25s] HOSTLD tools/mkenvimage [ 25s] HOSTLD tools/dumpimage [ 25s] tools/mkeficapsule.c:21:10: fatal error: gnutls/gnutls.h: No such file or directory [ 25s] 21 | #include [ 25s] | ^~~~~~~~~~~~~~~~~ Change-Id: I45e511ebd1c11f49d92c9de77395f954445c8cec Signed-off-by: Jaehoon Chung --- diff --git a/configs/odroid-xu3_defconfig b/configs/odroid-xu3_defconfig index c80900e2cc..f2fdb0471e 100644 --- a/configs/odroid-xu3_defconfig +++ b/configs/odroid-xu3_defconfig @@ -72,3 +72,4 @@ CONFIG_USB_GADGET_VENDOR_NUM=0x04e8 CONFIG_USB_GADGET_PRODUCT_NUM=0x6601 CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_ERRNO_STR=y +# CONFIG_TOOLS_MKEFICAPSULE is not set diff --git a/configs/tizen-khadas-vim3_defconfig b/configs/tizen-khadas-vim3_defconfig index a7d26e91de..d615e0f45b 100644 --- a/configs/tizen-khadas-vim3_defconfig +++ b/configs/tizen-khadas-vim3_defconfig @@ -106,3 +106,4 @@ CONFIG_USB_GADGET_DWC2_OTG_PHY_BUS_WIDTH_8=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_VIDEO=y CONFIG_VIDEO_MESON=y +# CONFIG_TOOLS_MKEFICAPSULE is not set diff --git a/configs/tizen-khadas-vim3l_defconfig b/configs/tizen-khadas-vim3l_defconfig index 1eb35b84af..7e1d06cbdc 100644 --- a/configs/tizen-khadas-vim3l_defconfig +++ b/configs/tizen-khadas-vim3l_defconfig @@ -105,3 +105,4 @@ CONFIG_USB_GADGET_DWC2_OTG_PHY_BUS_WIDTH_8=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_VIDEO=y CONFIG_VIDEO_MESON=y +# CONFIG_TOOLS_MKEFICAPSULE is not set diff --git a/configs/tizen-odroid-c4_defconfig b/configs/tizen-odroid-c4_defconfig index 1cbfab8265..11bc12a0ef 100644 --- a/configs/tizen-odroid-c4_defconfig +++ b/configs/tizen-odroid-c4_defconfig @@ -86,3 +86,4 @@ CONFIG_USB_GADGET_DWC2_OTG_PHY_BUS_WIDTH_8=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_VIDEO=y CONFIG_VIDEO_MESON=y +# CONFIG_TOOLS_MKEFICAPSULE is not set diff --git a/configs/tizen-odroid-n2_defconfig b/configs/tizen-odroid-n2_defconfig index ab0943e539..489f94d4f9 100644 --- a/configs/tizen-odroid-n2_defconfig +++ b/configs/tizen-odroid-n2_defconfig @@ -85,3 +85,4 @@ CONFIG_USB_GADGET_DWC2_OTG_PHY_BUS_WIDTH_8=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_VIDEO=y CONFIG_VIDEO_MESON=y +# CONFIG_TOOLS_MKEFICAPSULE is not set diff --git a/configs/tizen_qemu-riscv64_smode_defconfig b/configs/tizen_qemu-riscv64_smode_defconfig index 44335a6b38..22ac4bc8d5 100644 --- a/configs/tizen_qemu-riscv64_smode_defconfig +++ b/configs/tizen_qemu-riscv64_smode_defconfig @@ -29,3 +29,4 @@ CONFIG_ENV_FAT_DEVICE_AND_PART="1:3" CONFIG_SYS_RELOC_GD_ENV_ADDR=y CONFIG_DM_MTD=y CONFIG_SYS_MAX_FLASH_BANKS=2 +# CONFIG_TOOLS_MKEFICAPSULE is not set diff --git a/configs/tizen_rpi_4_32b_defconfig b/configs/tizen_rpi_4_32b_defconfig index ad7ac988df..0e7221c538 100644 --- a/configs/tizen_rpi_4_32b_defconfig +++ b/configs/tizen_rpi_4_32b_defconfig @@ -77,3 +77,4 @@ CONFIG_PHYS_TO_BUS=y CONFIG_FS_BTRFS=y CONFIG_ADDR_MAP=y CONFIG_SYS_NUM_ADDR_MAP=2 +# CONFIG_TOOLS_MKEFICAPSULE is not set diff --git a/configs/tizen_rpi_4_defconfig b/configs/tizen_rpi_4_defconfig index c7ee74905b..a127f5c0d5 100644 --- a/configs/tizen_rpi_4_defconfig +++ b/configs/tizen_rpi_4_defconfig @@ -73,3 +73,4 @@ CONFIG_USB_GADGET_DWC2_OTG=y CONFIG_USB_GADGET_DOWNLOAD=y CONFIG_VIDEO=y CONFIG_PHYS_TO_BUS=y +# CONFIG_TOOLS_MKEFICAPSULE is not set