From a128517897018eaa06e8a0da805589502257141a Mon Sep 17 00:00:00 2001 From: Christian Rauch Date: Mon, 7 Aug 2023 19:51:07 +0200 Subject: [PATCH] skip SSH key check for simpler builds in the Docker container --- boards/px4/raspberrypi/cmake/upload.cmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boards/px4/raspberrypi/cmake/upload.cmake b/boards/px4/raspberrypi/cmake/upload.cmake index c77e80cd2e..5abefb01e6 100644 --- a/boards/px4/raspberrypi/cmake/upload.cmake +++ b/boards/px4/raspberrypi/cmake/upload.cmake @@ -38,7 +38,7 @@ else() endif() add_custom_target(upload - COMMAND rsync -arh --progress + COMMAND rsync -arh --progress -e "ssh -o StrictHostKeyChecking=no" ${CMAKE_RUNTIME_OUTPUT_DIRECTORY} ${PX4_SOURCE_DIR}/posix-configs/rpi/*.config ${PX4_BINARY_DIR}/etc # source pi@${AUTOPILOT_HOST}:/home/pi/px4 # destination DEPENDS px4