|
@ -50,11 +50,12 @@ build_uboot_files() { |
|
|
|
|
|
|
|
|
if [ ! -d $uboot_repo_vc_dir ]; then |
|
|
if [ ! -d $uboot_repo_vc_dir ]; then |
|
|
git clone https://github.com/mendersoftware/uboot-mender.git -b $branch |
|
|
git clone https://github.com/mendersoftware/uboot-mender.git -b $branch |
|
|
git checkout $commit |
|
|
|
|
|
fi |
|
|
fi |
|
|
|
|
|
|
|
|
cd $uboot_dir |
|
|
cd $uboot_dir |
|
|
|
|
|
|
|
|
|
|
|
git checkout $commit |
|
|
|
|
|
|
|
|
make --quiet distclean |
|
|
make --quiet distclean |
|
|
make --quiet rpi_3_32b_defconfig && make --quiet |
|
|
make --quiet rpi_3_32b_defconfig && make --quiet |
|
|
make envtools |
|
|
make envtools |
|
|