From bbb3e3b75e31478d4fd28e54a9f33794a7dbd438 Mon Sep 17 00:00:00 2001 From: Flatcar Buildbot Date: Mon, 26 Aug 2024 07:12:48 +0000 Subject: [PATCH] dev-embedded/u-boot-tools: Sync with Gentoo It's from Gentoo commit d1dad27b6c086c28a59f49d12cef681ff4f6619e. --- .../files/disable-unused-mkeficapsule.patch | 14 -------------- .../files/disable-unused-pylibfdt.patch | 17 ----------------- 2 files changed, 31 deletions(-) delete mode 100644 sdk_container/src/third_party/portage-stable/dev-embedded/u-boot-tools/files/disable-unused-mkeficapsule.patch delete mode 100644 sdk_container/src/third_party/portage-stable/dev-embedded/u-boot-tools/files/disable-unused-pylibfdt.patch diff --git a/sdk_container/src/third_party/portage-stable/dev-embedded/u-boot-tools/files/disable-unused-mkeficapsule.patch b/sdk_container/src/third_party/portage-stable/dev-embedded/u-boot-tools/files/disable-unused-mkeficapsule.patch deleted file mode 100644 index 90c8ce3f0a..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-embedded/u-boot-tools/files/disable-unused-mkeficapsule.patch +++ /dev/null @@ -1,14 +0,0 @@ -Disable unused mkeficapsule - -`CONFIG_TOOLS_MKEFICAPSULE` requires gnutls to build. Since we don't actually -expose the tool, we can just disable it. - -diff -ur a/configs/tools-only_defconfig b/configs/tools-only_defconfig ---- a/configs/tools-only_defconfig 2023-01-09 09:07:33.000000000 -0700 -+++ b/configs/tools-only_defconfig 2023-08-11 14:01:50.151294889 -0600 -@@ -33,4 +33,4 @@ - # CONFIG_VIRTIO_SANDBOX is not set - # CONFIG_GENERATE_ACPI_TABLE is not set - # CONFIG_EFI_LOADER is not set --CONFIG_TOOLS_MKEFICAPSULE=y -+# CONFIG_TOOLS_MKEFICAPSULE is not set diff --git a/sdk_container/src/third_party/portage-stable/dev-embedded/u-boot-tools/files/disable-unused-pylibfdt.patch b/sdk_container/src/third_party/portage-stable/dev-embedded/u-boot-tools/files/disable-unused-pylibfdt.patch deleted file mode 100644 index 8686341a87..0000000000 --- a/sdk_container/src/third_party/portage-stable/dev-embedded/u-boot-tools/files/disable-unused-pylibfdt.patch +++ /dev/null @@ -1,17 +0,0 @@ -Disable unused pylibfdt - -The `imply BINMAN` causes `pylibfdt` to be built, which requires python. We -don't currently expose `pylibfdt`, or declare python dependencies, so disable -it. - -diff -ur a/arch/Kconfig b/arch/Kconfig ---- a/arch/Kconfig 2023-01-09 09:07:33.000000000 -0700 -+++ b/arch/Kconfig 2023-08-11 14:01:05.998403114 -0600 -@@ -205,7 +205,6 @@ - imply KEYBOARD - imply PHYSMEM - imply GENERATE_ACPI_TABLE -- imply BINMAN - - config SH - bool "SuperH architecture"