diff --git a/classes/ros_distro.bbclass b/classes/ros_distro.bbclass new file mode 100644 index 0000000..247e21a --- /dev/null +++ b/classes/ros_distro.bbclass @@ -0,0 +1,7 @@ +# 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_distro.bbclass must provide an implementation of ros_distro__get_component_type(component, d).