From e7cb10d68b46bd4efb9a87c36d337f8a4fe1e24c Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Wed, 29 May 2024 03:15:25 +0100 Subject: do not allow dashes in coreboot target names Command: ./vendor download kcma-d8-rdimm_16mb Output was: include/lib.sh: line 115: kcma-d8-rdimm=config/vendor: No such file or directory That will have to be audited later on, but the recent more stringent error checking in vendor.sh triggered this previously untriggered error message. The error was in fact already occuring before, silently. Anyway, mitigate by renaming all coreboot targets so that they do not contain hyphens in the name. This should avoid triggering errors in that eval command, on line 115 in lib.sh Signed-off-by: Leah Rowe --- config/vendor/sources | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/vendor') diff --git a/config/vendor/sources b/config/vendor/sources index 12bd6d8b..2096af54 100644 --- a/config/vendor/sources +++ b/config/vendor/sources @@ -23,7 +23,7 @@ # NOTE: google's manifest for archives containing mrc.bin, used here: # https://web.archive.org/web/20210211071412/https://dl.google.com/dl/edgedl/chromeos/recovery/recovery.conf -{t440plibremrc w541 dell9020sff-nri dell9020mt-nri}{ +{t440plibremrc w541 dell9020sff_nri dell9020mt_nri}{ DL_hash f3d79aec805c8b0094a4081be76b3a22d329c479ad18210449b7acc3236ccfc4a2103eaa7c5b79a4872bfd699eede047efd46dfb06dc8f47e3216fc254612998 DL_url https://download.lenovo.com/pccbbs/mobiles/glrg22ww.exe DL_url_bkup https://web.archive.org/web/20211120031520/https://download.lenovo.com/pccbbs/mobiles/glrg22ww.exe -- cgit v1.2.1