mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
custom_release
add a new parameter to skip flash check
This commit is contained in:
parent
f4cb6f3d54
commit
6ea457812e
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue