summaryrefslogtreecommitdiff
path: root/script
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-10-12 22:21:02 +0100
committerLeah Rowe <leah@libreboot.org>2023-10-12 22:21:02 +0100
commit09881212c3ce8938156ac779463d8859dcddff6b (patch)
tree9ceaa0ffc1ee2c33cd51b2f6d5cb715b6d4fd32d /script
parent1f3316422d50158a56183672088d1991c02bede6 (diff)
use me_cleaner from coreboot instead of upstream
coreboot closely matches upstream, whose current release is version 1.2 from 2018, and coreboot has not changed it in any meaningful way. the upstream did add patches since, but they are documentation patches only. this means: we do not need to use the upstream version Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-xscript/update/project/release2
-rwxr-xr-xscript/update/vendor/download2
2 files changed, 2 insertions, 2 deletions
diff --git a/script/update/project/release b/script/update/project/release
index 8843f2d1..3b869f6a 100755
--- a/script/update/project/release
+++ b/script/update/project/release
@@ -11,7 +11,7 @@ eval "$(setvars "" vdir basename src_dirname srcdir _nogit _xm target romdir \
microcode_required CONFIG_HAVE_MRC CONFIG_HAVE_ME_BIN \
CONFIG_KBC1126_FIRMWARE CONFIG_INCLUDE_SMSC_SCH5545_EC_FW)"
-_f="coreboot u-boot seabios flashrom grub memtest86plus me_cleaner uefitool"
+_f="coreboot u-boot seabios flashrom grub memtest86plus uefitool"
_f="${_f} bios_extract biosutilities pico-serprog stm32-vserprog"
_f="${_f} rpi-pico-serprog"
diff --git a/script/update/vendor/download b/script/update/vendor/download
index de5abb68..2d90b9b0 100755
--- a/script/update/vendor/download
+++ b/script/update/vendor/download
@@ -42,7 +42,7 @@ build_dependencies()
{
[ -d ${cbdir} ] || \
x_ ./update project trees -f coreboot ${cbdir##*/}
- for d in uefitool biosutilities bios_extract me_cleaner; do
+ for d in uefitool biosutilities bios_extract; do
[ -d "src/${d}" ] && continue
x_ ./update project trees -f "${d}"
done