We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c5942c commit f681dc5Copy full SHA for f681dc5
config/freertos/esp32/create.sh
@@ -31,7 +31,7 @@ pushd $FW_TARGETDIR >/dev/null
31
popd >/dev/null
32
33
# Import repos
34
- vcs import --input $PREFIX/config/$RTOS/$PLATFORM/board.repos >/dev/null
+ vcs import --input $PREFIX/config/$RTOS/$PLATFORM/board.repos --recursive >/dev/null
35
36
# ignore broken packages
37
touch mcu_ws/ros2/rcl_logging/rcl_logging_log4cxx/COLCON_IGNORE
0 commit comments