aboutsummaryrefslogtreecommitdiff
path: root/projects
diff options
context:
space:
mode:
authorAndrew Robbins <contact@andrewrobbins.info>2017-09-23 20:33:22 -0400
committerAndrew Robbins <contact@andrewrobbins.info>2017-10-01 01:21:51 -0400
commitbb0b5db53e777fe3f966ec6f0cbddcf00153d4bf (patch)
tree5f0020204ebac07c865e5f223863dca75485b9ee /projects
parent70101e82ac05b0538c67075255a31330d457c66d (diff)
downloadlibrebootfr-bb0b5db53e777fe3f966ec6f0cbddcf00153d4bf.tar.gz
librebootfr-bb0b5db53e777fe3f966ec6f0cbddcf00153d4bf.zip
Build only Coreboot project in its build action
Helps keeps things more modular if each project only builds itself rather than, for example, Coreboot's build action also building crossgcc and an embedded controller firmware; this makes it possible to rebuild only one project if its compilation fails.
Diffstat (limited to 'projects')
-rwxr-xr-xprojects/coreboot/coreboot11
1 files changed, 0 insertions, 11 deletions
diff --git a/projects/coreboot/coreboot b/projects/coreboot/coreboot
index 5a3c3c7f..f3f5d783 100755
--- a/projects/coreboot/coreboot
+++ b/projects/coreboot/coreboot
@@ -74,8 +74,6 @@ build() {
local crossgcc_bin_path="$crossgcc_build_path/bin/"
local vboot_sources_path=$( project_sources_path "vboot" "vboot" "devices" )
- project_action "build" "crossgcc" "$arch"
-
if git_project_check "$repository"
then
git_project_checkout "$project" "$repository" "$payload" "$@"
@@ -83,15 +81,6 @@ build() {
project_action "checkout" "vboot" "devices"
- project_action "build" "$payload" "$@"
-
- if coreboot_ec_check "$payload" "$@"
- then
- ec=$( coreboot_ec "$payload" "$@" )
-
- project_action "build" "$ec" "$@"
- fi
-
rm -f "$sources_path/.xcompile"
mkdir -p "$build_path"