meta-ros/recipes-core/images/core-image-ros-sdktest.bb

17 lines
492 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
inherit ros_distro_${ROS_DISTRO}
inherit ${ROS_DISTRO_TYPE}_image
2018-05-06 03:43:30 +08:00
IMAGE_ROOTFS_SIZE = "8192"
IMAGE_FEATURES += "ssh-server-openssh"
IMAGE_INSTALL_append_ros1-distro = " roslaunch rostopic roscpp-dev std-msgs-dev"
IMAGE_INSTALL_append_ros2-distro = " ros-core rclcpp-dev std-msgs-dev"
2018-05-06 03:43:30 +08:00
TOOLCHAIN_HOST_TASK += "nativesdk-cmake nativesdk-catkin"