Small fixes

Signed-off-by: Igor Pecovnik <igor.pecovnik@gmail.com>
This commit is contained in:
Igor Pecovnik 2020-06-19 17:32:43 +02:00
parent e7702e0ed4
commit b9730fe0e2
No known key found for this signature in database
GPG Key ID: 93D6889F9F0E78D5
2 changed files with 3 additions and 2 deletions

View File

@ -5,7 +5,7 @@ UBOOT_TARGET_MAP="all u-boot.itb;;u-boot-rk322x-with-spl.bin"
UBOOT_USE_GCC='< 9.0'
BOOTDELAY=0
BOOTBRANCH='tag:v2020.04'
ARCH=armhf
SERIALCON=ttyS2
case $BRANCH in

View File

@ -343,7 +343,7 @@ function build_all()
display_alert "BSP for ${BOARD} ${BRANCH} ${RELEASE}."
if [[ $IGNORE_HASH == yes ]]; then
build_main &
sleep 0.1
sleep 0.5
else
build_main
fi
@ -427,3 +427,4 @@ fi
buildall_end=$(date +%s)
buildall_runtime=$(((buildall_end - buildall_start) / 60))
display_alert "Runtime in total" "$buildall_runtime min" "info"
echo $n > ${SRC}/.tmp/n