From 679441c2322debb72de2ce429d26fdfc26cd542a Mon Sep 17 00:00:00 2001 From: Raboneko <119771935+raboneko@users.noreply.github.com> Date: Tue, 10 Jun 2025 15:46:30 -0700 Subject: [PATCH] Remove flashrom-cros (#5310) (#5314) (cherry picked from commit 4154fa3d6c3d26bd215e7db0ebe08e50a5a1c678) Co-authored-by: Owen Zimmerman <123591347+Owen-sz@users.noreply.github.com> --- anda/tools/flashrom-cros/anda.hcl | 5 --- anda/tools/flashrom-cros/flashrom-cros.spec | 38 --------------------- 2 files changed, 43 deletions(-) delete mode 100644 anda/tools/flashrom-cros/anda.hcl delete mode 100644 anda/tools/flashrom-cros/flashrom-cros.spec diff --git a/anda/tools/flashrom-cros/anda.hcl b/anda/tools/flashrom-cros/anda.hcl deleted file mode 100644 index aa5f4a7627..0000000000 --- a/anda/tools/flashrom-cros/anda.hcl +++ /dev/null @@ -1,5 +0,0 @@ -project pkg { - rpm { - spec = "flashrom-cros.spec" - } -} diff --git a/anda/tools/flashrom-cros/flashrom-cros.spec b/anda/tools/flashrom-cros/flashrom-cros.spec deleted file mode 100644 index 4d2030d3e1..0000000000 --- a/anda/tools/flashrom-cros/flashrom-cros.spec +++ /dev/null @@ -1,38 +0,0 @@ -%global commit_date 20240911 -%global commit c1ab7468d28d164a30d598eb3e42a5febaf73bbc -%global shortcommit %(c=%{commit}; echo ${c:0:7}) - -Name: flashrom-cros -Version: %shortcommit -Release: 1%{?dist} -Summary: Simple program for reading/writing flash chips content (ChromiumOS fork) -License: GPL-2.0-only -URL: https://chromium.googlesource.com/chromiumos/third_party/flashrom -Source0: %url/+archive/refs/heads/release-R130-16033.B.tar.gz -BuildRequires: gcc gnupg2 libusb1-devel meson pciutils-devel python3-sphinx systemd zlib-devel dmidecode -Requires: dmidecode udev -Packager: WeirdTreeThing - - -%description -flashrom is a utility for identifying, reading, writing, verifying and erasing -flash chips. It is designed to flash BIOS/EFI/coreboot/firmware/optionROM -images on mainboards, network/graphics/storage controller cards, and various -other programmer devices. - -%prep -%setup -c - -%build -%meson -Dtests=disabled -Ddocumentation=disabled -Duse_internal_dmi=false -%meson_build - -%install -install -Dm755 %{_vpath_builddir}/flashrom %{buildroot}%{_bindir}/%{name} - -%files -%{_bindir}/%{name} - -%changelog -* Fri Oct 25 2024 WeirdTreeThing -- initial release