From: strongtz Date: 星期五, 29 May 2020 08:41:26 +0000 (+0800) Subject: Sometimes the build script seems to be case sensitive X-Git-Tag: v0.1~4 X-Git-Url: https://git.renegade-project.org/?a=commitdiff_plain;h=b0fb513726fc2ec5c334ce168608967df49b96f0;p=edk2-sdm845.git Sometimes the build script seems to be case sensitive --- diff --git a/build_dipper.sh b/build_dipper.sh index cbd6b7c..9a5b3d2 100644 --- a/build_dipper.sh +++ b/build_dipper.sh @@ -7,7 +7,7 @@ set -e . firstrun_common.sh # not actually GCC5; it's GCC7 on Ubuntu 18.04. GCC5_AARCH64_PREFIX=aarch64-linux-gnu- build -s -n 0 -a AARCH64 -t GCC5 -p sdm845Pkg/dipper.dsc -gzip -c < workspace/Build/sdm845Pkg/DEBUG_GCC5/FV/sdm845PKG_UEFI.fd >uefi_img +gzip -c < workspace/Build/sdm845Pkg/DEBUG_GCC5/FV/SDM845PKG_UEFI.fd >uefi_img cat ./device_specific/dipper.dtb >>uefi_img abootimg --create boot_dipper.img -k uefi_img -r ramdisk -f bootimg.cfg rm -rf ./uefi_img diff --git a/build_polaris.sh b/build_polaris.sh index 5391ff2..d379982 100644 --- a/build_polaris.sh +++ b/build_polaris.sh @@ -7,7 +7,7 @@ set -e . firstrun_common.sh # not actually GCC5; it's GCC7 on Ubuntu 18.04. GCC5_AARCH64_PREFIX=aarch64-linux-gnu- build -s -n 0 -a AARCH64 -t GCC5 -p sdm845Pkg/polaris.dsc -gzip -c < workspace/Build/sdm845Pkg/DEBUG_GCC5/FV/sdm845PKG_UEFI.fd >uefi_img +gzip -c < workspace/Build/sdm845Pkg/DEBUG_GCC5/FV/SDM845PKG_UEFI.fd >uefi_img cat ./device_specific/polaris.dtb >>uefi_img abootimg --create boot_polaris.img -k uefi_img -r ramdisk -f bootimg.cfg rm -rf ./uefi_img