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 <leah@libreboot.org>20240612_branch
parent
e9b9e825f1
commit
e7cb10d68b
|
@ -23,7 +23,7 @@
|
||||||
|
|
||||||
# NOTE: google's manifest for archives containing mrc.bin, used here:
|
# 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
|
# 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_hash f3d79aec805c8b0094a4081be76b3a22d329c479ad18210449b7acc3236ccfc4a2103eaa7c5b79a4872bfd699eede047efd46dfb06dc8f47e3216fc254612998
|
||||||
DL_url https://download.lenovo.com/pccbbs/mobiles/glrg22ww.exe
|
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
|
DL_url_bkup https://web.archive.org/web/20211120031520/https://download.lenovo.com/pccbbs/mobiles/glrg22ww.exe
|
||||||
|
|
Loading…
Reference in New Issue