Felix Singer has submitted this change. ( https://review.coreboot.org/c/coreboot/+/62194 )
Change subject: util/liveiso: Remove coreboot toolchain from todo ......................................................................
util/liveiso: Remove coreboot toolchain from todo
The coreboot toolchain is a huge blob and increases the size of the build a lot. If needed, the specific toolchain can be added before building the ISO or with `nix-shell` later in the live system, as shown below.
$ nix-shell -p coreboot-toolchain.i386
Thus, remove this from the todo list.
Change-Id: Ia24ceb84f202828f1c97d3ba5bafbf6af0361bdb Signed-off-by: Felix Singer felixsinger@posteo.net Reviewed-on: https://review.coreboot.org/c/coreboot/+/62194 Tested-by: build bot (Jenkins) no-reply@coreboot.org Reviewed-by: Matt DeVillier matt.devillier@gmail.com Reviewed-by: Michael Niewöhner foss@mniewoehner.de --- M util/liveiso/description.md 1 file changed, 0 insertions(+), 1 deletion(-)
Approvals: build bot (Jenkins): Verified Matt DeVillier: Looks good to me, approved Michael Niewöhner: Looks good to me, but someone else must approve
diff --git a/util/liveiso/description.md b/util/liveiso/description.md index b056a9f..48420e6f 100644 --- a/util/liveiso/description.md +++ b/util/liveiso/description.md @@ -6,5 +6,4 @@
## TODO - Generate customized bootloader configs; FILO is WIP -- Add coreboot toolchain - Switch to `programs.neovim` when the module is fixed.
6 is the latest approved patch-set. No files were changed between the latest approved patch-set and the submitted one.