1
0
Files
MSE-CSEL/.devcontainer/toolchain/scripts/get-buildroot.sh
Jacques Supcik 2eeb71e110 Initial commit
2022-02-24 00:00:47 +01:00

17 lines
315 B
Bash
Executable File

#!/usr/bin/env bash
set -o errexit
set -o pipefail
set -o nounset
# set -o xtrace
git clone git://git.buildroot.net/buildroot /buildroot
rsync -a /workspace/config/board/ /buildroot/board/
rsync -a /workspace/config/configs/ /buildroot/configs/
cd /buildroot
git checkout -b csel 2021.11.1
make csel_defconfig