Attention is currently required from: Felix Singer, Michael Niewöhner. Hello build bot (Jenkins), Matt DeVillier, Michael Niewöhner,
I'd like you to reexamine a change. Please visit
https://review.coreboot.org/c/coreboot/+/62194
to look at the new patch set (#7).
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 --- M util/liveiso/description.md 1 file changed, 0 insertions(+), 1 deletion(-)
git pull ssh://review.coreboot.org:29418/coreboot refs/changes/94/62194/7