lbmk/resources/scripts/build
Leah Rowe f34e07ae27 build/boot/roms: fix coreboot-version in releases
This error was observed, in the coreboot build system:

In file included from src/lib/version.c:4:
build/build.h:10:32: error: 'libreboot' undeclared here (not in a function)
   10 | #define COREBOOT_MAJOR_VERSION libreboot-20230625
      |                                ^~~~~~~~~
src/lib/version.c:35:46: note: in expansion of macro 'COREBOOT_MAJOR_VERSION'
   35 | const unsigned int coreboot_major_revision = COREBOOT_MAJOR_VERSION;
      |                                              ^~~~~~~~~~~~~~~~~~~~~~

This happened on the 20230625 *release archive*, when a user tried to
build for W541 MRC on an Arch Linux container.

This change fixes the error. I never got the error on my end when
build testing the release archives, but this will prevent the error.
Fix it by only inserting libreboot version string YYYYMMDD representing
the Libreboot version. (libreboot uses ISO dates as version numbers)

Signed-off-by: Leah Rowe <leah@libreboot.org>
2023-07-08 00:27:53 +01:00
..
boot build/boot/roms: fix coreboot-version in releases 2023-07-08 00:27:53 +01:00
clean run coreboot utils from own directory 2023-06-24 23:23:16 +01:00
dependencies Revert "Remove most of Ferass's lbmk contributions" 2023-06-13 12:09:01 +01:00
descriptors Revert "Remove most of Ferass's lbmk contributions" 2023-06-13 12:09:01 +01:00
module run coreboot utils from own directory 2023-06-24 23:23:16 +01:00
payload Revert "Remove most of Ferass's lbmk contributions" 2023-06-13 12:09:01 +01:00
release build/release/src: clean spkmodem/e6400 utils 2023-06-25 13:33:20 +01:00