Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-09-01 | handle project downloads in main lbmk script | Leah Rowe | |
this means the unified /tmp handling is now provided for in both the former "fetch" and "fetch_trees" script, which are now (respectively): ./update project repo ./update project trees if the fetch scripts weren't cleaning /tmp before, they now are, because lbmk handles it Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-08-31 | only remove microcode in build/release/roms | Leah Rowe | |
libreboot's build system, lbmk, *is* available to use in releases aswell (use the _src tarball), but it is mostly intended for development, in lbmk.git well, there's not much point wasting time / disk space generating no-microcode roms within lbmk they should be generated only at release time, alongside the default ones this patch implements that, thus speeding up the build process and saving disk usage during development the other alternative was to add a new option in build/boot/roms, -m, that would opt in to removing them, but this is extra complexity for something that is ill advised and only provided to appease certain people Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-08-31 | build/release/roms: fix syntax error | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> | |||
2023-08-27 | move resources/scripts/ to script/ | Leah Rowe | |
Signed-off-by: Leah Rowe <leah@libreboot.org> |