custom_release

add a new parameter to skip flash check
This commit is contained in:
Ke Hu 2018-01-10 15:13:18 +01:00
parent f4cb6f3d54
commit 6ea457812e

View file

@ -9,7 +9,7 @@ build_bcmkernel_consumer() {
[ -n "$board" -a -n "$bcmkernelcommith" ] || return
ssh $SERVER "ls $FPATH/bcmopen-$board-$bcmkernelcommith.tar.gz" && return
cd ./build_dir/target-*/bcmkernel-*-${sdkversion:0:4}*/bcm963xx/release
sh do_consumer_release -p $profile -y
sh do_consumer_release -p $profile -y -F
tarfile='out/bcm963xx_*_consumer.tar.gz'
[ $(ls -1 $tarfile |wc -l) -ne 1 ] && echo "Too many tar files: '$tarfile'" && return
scp $tarfile $SERVER:$FPATH/bcmopen-$board-$bcmkernelcommith.tar.gz