Skip to content

Commit

Permalink
add --init to submodule update
Browse files Browse the repository at this point in the history
  • Loading branch information
cbrake committed Mar 21, 2024
1 parent 6c9884c commit 39a3c12
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion envsetup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -314,7 +314,7 @@ echo "${AUTO_CONF} has been updated"
yoe_update_all() {
CWD=$(pwd)
cd ${OE_BASE}
git pull && git submodule sync && git submodule update
git pull && git submodule sync && git submodule update --init
cd $CWD
}

Expand Down

0 comments on commit 39a3c12

Please sign in to comment.