Skip to content

Commit f681dc5

Browse files
committed
Add vcs recursive option
1 parent 9c5942c commit f681dc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

config/freertos/esp32/create.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ pushd $FW_TARGETDIR >/dev/null
3131
popd >/dev/null
3232

3333
# Import repos
34-
vcs import --input $PREFIX/config/$RTOS/$PLATFORM/board.repos >/dev/null
34+
vcs import --input $PREFIX/config/$RTOS/$PLATFORM/board.repos --recursive >/dev/null
3535

3636
# ignore broken packages
3737
touch mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE

0 commit comments

Comments
 (0)