1
0
Files
MSE-CSEL/.devcontainer/toolchain/scripts/get-buildroot.sh
Jacques Supcik ba8053f349 changes for 2024
2024-02-22 21:29:32 +00: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
cd /buildroot
git checkout -b csel 2022.08.3
rsync -a /workspace/config/board/ /buildroot/board/
rsync -a /workspace/config/configs/ /buildroot/configs/
make csel_defconfig