From a7b767a47bdef371ee146afb052d0723736ea662 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 25 Sep 2023 00:40:56 +0100 Subject: update/repos: concatenate multiple revision files With this change, it's still possible to have a single file at config/git/revisions, but this has been scrapped. Instead, multiple files now exist under config/git/ with the same modules declared, but the files are separated logically. List of files under config/git: * bios_extract * biosutilities * coreboot * flashrom * grub (gnulib also defined here) * me_cleaner * memtest86plus * seabios * serprog (multiple projects defined) * u-boot * uefitool The rationale behind this change is simple: in the future, we will stop relying on build systems within imported projects for the import of git submodules. Instead, we will handle them directly in lbmk. Additionally, a Linux payload is planned for Libreboot, made easier by the recent audit (script handle/make/config makes it easy to integrate Linux, and handle cross-compilers for userland utilities); a "linux" file under config/git/ could also define rules for each project besides linux, such as musl libc, busybox and other utilities. Signed-off-by: Leah Rowe --- config/git/uefitool | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 config/git/uefitool (limited to 'config/git/uefitool') diff --git a/config/git/uefitool b/config/git/uefitool new file mode 100644 index 00000000..735d67da --- /dev/null +++ b/config/git/uefitool @@ -0,0 +1,5 @@ +{uefitool}{ + rev: 4a41c33596e9bc3ae812e763965d91ac57553e02 + loc: uefitool + url: https://github.com/LongSoft/UEFITool +} -- cgit v1.2.1