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

This commit is contained in:
Herb Kuta 2019-06-03 09:44:42 -07:00
parent 66e0059a76
commit 0c98c57a33
1 changed files with 3 additions and 1 deletions

View File

@ -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"