mirror of
https://github.com/bensuperpc/dockcross.git
synced 2025-06-12 14:09:25 +02:00
Add full image
Add full image Signed-off-by: Bensuperpc <bensuperpc@gmail.com>
This commit is contained in:
13
imagefiles/install-buildroot-toolchain.sh
Executable file
13
imagefiles/install-buildroot-toolchain.sh
Executable file
@ -0,0 +1,13 @@
|
||||
#!/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
|
Reference in New Issue
Block a user