gnuboot/resources/packages
Denis 'GNUtoo' Carikli a202dce646
images: remove 'libgfxinit' from the image names.
The build system was designed to produce images with different GPU
drivers for a single computer and/or to show the image name in the
final image names, to enable users to know which GPU driver was used.

However since all boards have practically speaking the same GPU driver
('libgfxinit') this adds too much complexity for almost no benefits.

Signed-off-by: Denis 'GNUtoo' Carikli <GNUtoo@cyberdimension.org>
Acked-by: Adrien 'neox' Bourmault <neox@gnu.org>
2024-10-05 11:37:59 +02:00
..
cbutils Switch to packages structure. 2023-12-06 17:14:14 +01:00
coreboot build system: wrap git commands. 2024-09-08 17:18:53 +02:00
crossgcc Switch to packages structure. 2023-12-06 17:14:14 +01:00
dependencies packages: dependencies: fix distribution detection for Trisquel 10. 2023-12-11 11:38:41 +01:00
descriptors packages: descriptors: add tests. 2024-09-08 17:13:06 +02:00
gnuboot-source build system: wrap git commands. 2024-09-08 17:18:53 +02:00
grub build system: wrap git commands. 2024-09-08 17:18:53 +02:00
i945-thinkpads-install-utilities i945-thinkpads-install-utilities: fix build. 2024-09-08 17:31:15 +02:00
ich9utils build system: wrap git commands. 2024-09-08 17:18:53 +02:00
memtest86plus build system: wrap git commands. 2024-09-08 17:18:53 +02:00
payloads packages: coreboot: distclean: Use bash to avoid issue in PureOS. 2023-12-09 15:53:48 +01:00
release images: remove 'libgfxinit' from the image names. 2024-10-05 11:37:59 +02:00
rom_images packages: coreboot: distclean: Use bash to avoid issue in PureOS. 2023-12-09 15:53:48 +01:00
roms images: remove 'libgfxinit' from the image names. 2024-10-05 11:37:59 +02:00
roms_helper images: remove 'libgfxinit' from the image names. 2024-10-05 11:37:59 +02:00
seabios build system: wrap git commands. 2024-09-08 17:18:53 +02:00
src build system: wrap git commands. 2024-09-08 17:18:53 +02:00
u-boot-libre build system: wrap git commands. 2024-09-08 17:18:53 +02:00
website build system: wrap git commands. 2024-09-08 17:18:53 +02:00
README.md packages: Add extremely basic documentation for the various tasks. 2024-09-07 13:04:17 +02:00

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.