Commit 8ddea188 authored by Herb Kuta's avatar Herb Kuta
Browse files

core-image-ros-sdktest.bb: Use IMAGE_FEATURES to add ssh server to image

Showing with 3 additions and 1 deletion
+3 -1
......@@ -6,6 +6,8 @@ inherit core-image
IMAGE_ROOTFS_SIZE = "8192"
IMAGE_INSTALL += "sshd roslaunch rostopic roscpp-dev std-msgs-dev"
IMAGE_FEATURES += "ssh-server-openssh"
IMAGE_INSTALL += "roslaunch rostopic roscpp-dev std-msgs-dev"
TOOLCHAIN_HOST_TASK += "nativesdk-cmake nativesdk-catkin"
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment