dockcross/imagefiles/install-buildroot-toolchain.sh

14 lines
270 B
Bash
Raw Normal View History

#!/usr/bin/env bash
set -x
set -e
set -o pipefail
ROOT=${PWD}
REPO_URL="https://github.com/buildroot/buildroot.git"
git clone "$REPO_URL" --recurse-submodules --remote-submodules --depth=1 --branch=2021.08-rc1
cd buildroot
cp /dockcross/buildroot.config .config
make