meta-ros/recipes-core/images/ros-sdk-test.bb

12 lines
301 B
BlitzBasic
Raw Normal View History

2018-05-06 03:43:30 +08:00
DESCRIPTION = "Image for testing meta-ros' SDK feature"
IMAGE_INSTALL = "packagegroup-core-boot ${CORE_IMAGE_EXTRA_INSTALL}"
inherit core-image
IMAGE_ROOTFS_SIZE = "8192"
IMAGE_INSTALL += "sshd roslaunch rostopic roscpp-dev std-msgs-dev"
TOOLCHAIN_HOST_TASK += "nativesdk-cmake nativesdk-catkin"