From 2ad43cf65ae82738870ab9883e9df2506b27524b Mon Sep 17 00:00:00 2001 From: Pablo Garrido Date: Thu, 11 Jan 2024 07:35:33 +0100 Subject: [PATCH] Ignore lttngpy Signed-off-by: Pablo Garrido --- config/android/generic/create.sh | 1 + config/freertos/crazyflie21/create.sh | 1 + config/freertos/esp32/create.sh | 1 + config/freertos/nucleo_f446re/create.sh | 1 + config/freertos/nucleo_f446ze/create.sh | 1 + config/freertos/nucleo_f746zg/create.sh | 1 + config/freertos/nucleo_f767zi/create.sh | 1 + config/freertos/olimex-stm32-e407/create.sh | 1 + config/generate_lib/generic/create.sh | 1 + config/zephyr/generic/create.sh | 1 + 10 files changed, 10 insertions(+) diff --git a/config/android/generic/create.sh b/config/android/generic/create.sh index 917b9bed..460ca3dd 100755 --- a/config/android/generic/create.sh +++ b/config/android/generic/create.sh @@ -8,5 +8,6 @@ pushd $FW_TARGETDIR >/dev/null touch mcu_ws/ros2/rosidl/rosidl_typesupport_introspection_cpp/COLCON_IGNORE touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE + touch mcu_ws/ros2/ros2_tracing/lttngpy/COLCON_IGNORE popd >/dev/null diff --git a/config/freertos/crazyflie21/create.sh b/config/freertos/crazyflie21/create.sh index b675f06b..9c78ddb8 100755 --- a/config/freertos/crazyflie21/create.sh +++ b/config/freertos/crazyflie21/create.sh @@ -19,5 +19,6 @@ pushd $FW_TARGETDIR >/dev/null touch mcu_ws/ros2/ros2_tracing/test_tracetools/COLCON_IGNORE touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE + touch mcu_ws/ros2/ros2_tracing/lttngpy/COLCON_IGNORE popd >/dev/null \ No newline at end of file diff --git a/config/freertos/esp32/create.sh b/config/freertos/esp32/create.sh index 3d0471e5..59fa3966 100755 --- a/config/freertos/esp32/create.sh +++ b/config/freertos/esp32/create.sh @@ -41,5 +41,6 @@ pushd $FW_TARGETDIR >/dev/null touch mcu_ws/ros2/ros2_tracing/test_tracetools/COLCON_IGNORE touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE + touch mcu_ws/ros2/ros2_tracing/lttngpy/COLCON_IGNORE popd >/dev/null diff --git a/config/freertos/nucleo_f446re/create.sh b/config/freertos/nucleo_f446re/create.sh index a0990a4f..7b4b4b74 100755 --- a/config/freertos/nucleo_f446re/create.sh +++ b/config/freertos/nucleo_f446re/create.sh @@ -20,5 +20,6 @@ pushd $FW_TARGETDIR >/dev/null touch mcu_ws/ros2/ros2_tracing/test_tracetools/COLCON_IGNORE touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE + touch mcu_ws/ros2/ros2_tracing/lttngpy/COLCON_IGNORE popd >/dev/null diff --git a/config/freertos/nucleo_f446ze/create.sh b/config/freertos/nucleo_f446ze/create.sh index 4cb28f0d..1e4ba43e 100755 --- a/config/freertos/nucleo_f446ze/create.sh +++ b/config/freertos/nucleo_f446ze/create.sh @@ -20,5 +20,6 @@ pushd $FW_TARGETDIR >/dev/null touch mcu_ws/ros2/ros2_tracing/test_tracetools/COLCON_IGNORE touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE + touch mcu_ws/ros2/ros2_tracing/lttngpy/COLCON_IGNORE popd >/dev/null \ No newline at end of file diff --git a/config/freertos/nucleo_f746zg/create.sh b/config/freertos/nucleo_f746zg/create.sh index 4cb28f0d..1e4ba43e 100755 --- a/config/freertos/nucleo_f746zg/create.sh +++ b/config/freertos/nucleo_f746zg/create.sh @@ -20,5 +20,6 @@ pushd $FW_TARGETDIR >/dev/null touch mcu_ws/ros2/ros2_tracing/test_tracetools/COLCON_IGNORE touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE + touch mcu_ws/ros2/ros2_tracing/lttngpy/COLCON_IGNORE popd >/dev/null \ No newline at end of file diff --git a/config/freertos/nucleo_f767zi/create.sh b/config/freertos/nucleo_f767zi/create.sh index 4cb28f0d..1e4ba43e 100755 --- a/config/freertos/nucleo_f767zi/create.sh +++ b/config/freertos/nucleo_f767zi/create.sh @@ -20,5 +20,6 @@ pushd $FW_TARGETDIR >/dev/null touch mcu_ws/ros2/ros2_tracing/test_tracetools/COLCON_IGNORE touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE + touch mcu_ws/ros2/ros2_tracing/lttngpy/COLCON_IGNORE popd >/dev/null \ No newline at end of file diff --git a/config/freertos/olimex-stm32-e407/create.sh b/config/freertos/olimex-stm32-e407/create.sh index 4cb28f0d..1e4ba43e 100755 --- a/config/freertos/olimex-stm32-e407/create.sh +++ b/config/freertos/olimex-stm32-e407/create.sh @@ -20,5 +20,6 @@ pushd $FW_TARGETDIR >/dev/null touch mcu_ws/ros2/ros2_tracing/test_tracetools/COLCON_IGNORE touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE + touch mcu_ws/ros2/ros2_tracing/lttngpy/COLCON_IGNORE popd >/dev/null \ No newline at end of file diff --git a/config/generate_lib/generic/create.sh b/config/generate_lib/generic/create.sh index 3d5f3a59..dc03dac7 100755 --- a/config/generate_lib/generic/create.sh +++ b/config/generate_lib/generic/create.sh @@ -8,5 +8,6 @@ pushd $FW_TARGETDIR >/dev/null touch mcu_ws/ros2/ros2_tracing/test_tracetools/COLCON_IGNORE touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE + touch mcu_ws/ros2/ros2_tracing/lttngpy/COLCON_IGNORE popd >/dev/null diff --git a/config/zephyr/generic/create.sh b/config/zephyr/generic/create.sh index 707ded3b..82e72c6d 100755 --- a/config/zephyr/generic/create.sh +++ b/config/zephyr/generic/create.sh @@ -66,6 +66,7 @@ pushd $FW_TARGETDIR >/dev/null touch mcu_ws/ros2/ros2_tracing/test_tracetools/COLCON_IGNORE touch mcu_ws/uros/rcl/rcl_yaml_param_parser/COLCON_IGNORE touch mcu_ws/uros/rclc/rclc_examples/COLCON_IGNORE + touch mcu_ws/ros2/ros2_tracing/lttngpy/COLCON_IGNORE # Upgrade sphinx pip install --force-reinstall Sphinx==4.2.0