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/coreboot/g43t-am3_16mb/target.cfg | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 config/coreboot/g43t-am3_16mb/target.cfg (limited to 'config/coreboot/g43t-am3_16mb/target.cfg') diff --git a/config/coreboot/g43t-am3_16mb/target.cfg b/config/coreboot/g43t-am3_16mb/target.cfg deleted file mode 100644 index bbe8a9fb..00000000 --- a/config/coreboot/g43t-am3_16mb/target.cfg +++ /dev/null @@ -1,6 +0,0 @@ -tree="default" -xarch="i386-elf" -payload_seabios="y" -payload_memtest="y" -grub_timeout=10 -release="n" -- cgit v1.2.1