From b152f3ae01e47792109bc4198315da53abc90087 Mon Sep 17 00:00:00 2001 From: madbehaviorus Date: Sun, 6 Jun 2021 11:31:05 +0200 Subject: The tianocore build script fails, because there are no coreboot-version file are available. So I set it as commit and the script works like a charm --- resources/scripts/build/payload/tianocore | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'resources') diff --git a/resources/scripts/build/payload/tianocore b/resources/scripts/build/payload/tianocore index 2692edd3..f8bff805 100755 --- a/resources/scripts/build/payload/tianocore +++ b/resources/scripts/build/payload/tianocore @@ -35,7 +35,8 @@ fi if [ ! -d "coreboot/default/util/crossgcc/xgcc/i386-elf" ]; then ( - cat version coreboot/default/.coreboot-version + # cat version coreboot/default/.coreboot-version -> breaks the build process; this file is not available, at the moment + cd coreboot/default/ make crossgcc-i386 CPUS=$(nproc) # tianocore actually uses host gcc, which means # right now you should be building this on a 64-bit x86 host. -- cgit v1.2.1