meta-ros/classes/ros_distro.bbclass

8 lines
319 B
Plaintext
Raw Normal View History

2019-03-26 02:55:41 +08:00
# Metadata common to all ROS distro types.
#
# Copyright (c) 2019 LG Electronics, Inc.
DISTROOVERRIDES .= ":${ROS_DISTRO_BASELINE_PLATFORM}:${ROS_DISTRO_TYPE}-distro:${ROS_DISTRO}:${ROS_COMPONENT_TYPE}-component"
# ros<N>_distro.bbclass must provide an implementation of ros_distro__get_component_type(component, d).