From 9bd35ddb35d041d56bcee3bd3a804053b10e0c58 Mon Sep 17 00:00:00 2001 From: Felix Singer Date: Sat, 19 Feb 2022 17:25:19 +0100 Subject: util/liveiso: Remove coreboot toolchain from todo MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 Reviewed-on: https://review.coreboot.org/c/coreboot/+/62194 Tested-by: build bot (Jenkins) Reviewed-by: Matt DeVillier Reviewed-by: Michael Niewöhner --- util/liveiso/description.md | 1 - 1 file changed, 1 deletion(-) (limited to 'util') diff --git a/util/liveiso/description.md b/util/liveiso/description.md index b056a9f313..48420e6f6c 100644 --- a/util/liveiso/description.md +++ b/util/liveiso/description.md @@ -6,5 +6,4 @@ NixOS configuration files for testing purposes and for working on firmware. ## TODO - Generate customized bootloader configs; FILO is WIP -- Add coreboot toolchain - Switch to `programs.neovim` when the module is fixed. -- cgit v1.2.3