From 1ba21271cf52063f3ebbaff5940763e2660a9b08 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Thu, 21 Feb 2019 22:31:55 -0500 Subject: Provide missing projects to build images Projects listed in this file are those (and their dependencies) which are necessary for creating Libreboot images in all configurations. --- projects/libreboot-images/configs/projects | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) (limited to 'projects') diff --git a/projects/libreboot-images/configs/projects b/projects/libreboot-images/configs/projects index 39bcfee9..d191a28e 100644 --- a/projects/libreboot-images/configs/projects +++ b/projects/libreboot-images/configs/projects @@ -1,6 +1,12 @@ coreboot +cros-ec crossgcc -vboot devices -libpayload +dejavu-fonts depthcharge -cros-ec +fontconfig +grub +ich9gen +libpayload +memtest86plus +seabios +vboot devices -- cgit v1.2.3-70-g09d2 From 3d21c2841421c664cd353b7b6e597c437e69cb29 Mon Sep 17 00:00:00 2001 From: Andrew Robbins Date: Thu, 21 Feb 2019 22:44:28 -0500 Subject: Delineate an order to build projects for images There is more than one correct ordering of projects in this file; "correct" includes handling of project dependencies. --- projects/libreboot-images/configs/projects-build | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) (limited to 'projects') diff --git a/projects/libreboot-images/configs/projects-build b/projects/libreboot-images/configs/projects-build index 9971c96c..561358a5 100644 --- a/projects/libreboot-images/configs/projects-build +++ b/projects/libreboot-images/configs/projects-build @@ -1,2 +1,11 @@ -coreboot +crossgcc cros-ec +vboot devices +libpayload +depthcharge +dejavu-fonts +grub +seabios +memtest86plus +ich9gen +coreboot -- cgit v1.2.3-70-g09d2