Denis 'GNUtoo' Carikli
a7a5f55890
Without that fix, make release fails with the following error: [ !! ] release/roms-dbg/gnuboot-<version>_debug_x200_8mb.tar.xz missing in ${release_files} [ !! ] release/roms-dbg/gnuboot-<version>_debug_t400_8mb.tar.xz missing in ${release_files} [ !! ] release/roms-dbg/gnuboot-<version>_debug_kgpe-d16-rdimm_2mb.tar.xz missing in ${release_files} [ !! ] release/roms-dbg/gnuboot-<version>_debug_qemu-pc_2mb.tar.xz missing in ${release_files} with <version> being the GNU Boot version being built. Also note that this was a known issue when it was introduced in the commit |
||
---|---|---|
.. | ||
cbutils | ||
coreboot | ||
crossgcc | ||
dependencies | ||
descriptors | ||
gnuboot-source | ||
grub | ||
i945-thinkpads-install-utilities | ||
ich9utils | ||
memtest86plus | ||
payloads | ||
release | ||
rom_images | ||
roms | ||
roms_helper | ||
seabios | ||
src | ||
u-boot-libre | ||
website | ||
README.md |
Common tasks
boot: Produce some binary that boots and install it in bin/. clean: Remove all built files. distclean: Remove all files including build configuration files. download: Download files for offline building. Sometimes also builds or download already-built packages when Guix is being used. module: Build some project in its source tree. payload: Produce a payload and install it in payload/. release: Install files in release/ for making a GNU Boot release. test: Run automatic tests of the package.
Task specific to descriptors
build: build the Intel flash descriptors and put them in build/descriptors.
Task specific to dependencies
install: install dependencies. See the website/pages/docs/build/index.md documentation for more details.
Tasks specific to u-boot
deblob-download: See commit 4744953f73
("u-boot-libre: move to different tasks.") for more details.
deblob-release: See commit 4744953f73
("u-boot-libre: move to different tasks.") for more details.