Browse Source
Merge pull request #24 from mendersoftware/rpi-u-boot-fix
Fixed git checkout of proper u-boot version
1.0.x
Adam Podogrocki
7 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
2 additions and
1 deletions
-
rpi3-convert-stage-5.sh
|
|
@ -50,11 +50,12 @@ build_uboot_files() { |
|
|
|
|
|
|
|
if [ ! -d $uboot_repo_vc_dir ]; then |
|
|
|
git clone https://github.com/mendersoftware/uboot-mender.git -b $branch |
|
|
|
git checkout $commit |
|
|
|
fi |
|
|
|
|
|
|
|
cd $uboot_dir |
|
|
|
|
|
|
|
git checkout $commit |
|
|
|
|
|
|
|
make --quiet distclean |
|
|
|
make --quiet rpi_3_32b_defconfig && make --quiet |
|
|
|
make envtools |
|
|
|