DRAFT Add ros_distro.bbclass
This commit is contained in:
parent
10dacd8178
commit
ce290c2c06
|
@ -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<N>_distro.bbclass must provide an implementation of ros_distro__get_component_type(component, d).
|
Loading…
Reference in New Issue