arm-sdk

os build toolkit for various embedded devices
git clone https://git.parazyd.org/arm-sdk
Log | Files | Refs | Submodules | README | LICENSE

commit bd18f3afa2e01ee293ddf3c76e654c82c53408ff
parent c33c6bd2e5985599aebb2ca417801a7c4cae1ed3
Author: parazyd <parazyd@dyne.org>
Date:   Tue, 13 Feb 2018 13:04:45 +0100

Google kernels need gcc4

Dead unicorn company.

Diffstat:
Mboards/chromebook-acer.sh | 4+++-
Minit.sh | 10++++++++++
2 files changed, 13 insertions(+), 1 deletion(-)

diff --git a/boards/chromebook-acer.sh b/boards/chromebook-acer.sh @@ -1,5 +1,5 @@ #!/usr/bin/env zsh -# Copyright (c) 2016 Dyne.org Foundation +# Copyright (c) 2016-2018 Dyne.org Foundation # arm-sdk is written and maintained by Ivan J. <parazyd@dyne.org> # # This file is part of arm-sdk @@ -35,6 +35,8 @@ gpt_boot=(8192 32768) gpt_root=(40960) bootfs="none" +export PATH="$R/gcc/linaro-armhf-unicorns/bin:$PATH" + extra_packages+=(abootimg cgpt u-boot-tools) extra_packages+=(vboot-utils vboot-kernel-utils) extra_packages+=(laptop-mode-tools usbutils) diff --git a/init.sh b/init.sh @@ -67,6 +67,16 @@ gettc "$tc" "arm64" || { exit 1 } +damnunicorncompanyver="4.9.4-2017.01" +damnunicorncompanyurl="https://releases.linaro.org/components/toolchain/binaries/4.9-2017.01" + +tc="${damnunicorncompanyurl}/${armhftc}/gcc-linaro-${damnunicorncompanyver}-${_hostarch}_${armhftc}.tar.xz" +gettc "$tc" "armhf-unicorns" || { + echo "Something went wrong while downloading the toolchain for the damn + unicorn company kernels." + exit 1 +} + cat <<EOM All done! Make sure you also install the required dependencies listed in