DRAFT Add ros1_distro.bbclass
This commit is contained in:
parent
6dede967da
commit
ede7b54d8b
|
@ -0,0 +1,9 @@
|
|||
# Copyright (c) 2019 LG Electronics, Inc.
|
||||
|
||||
inherit ros_distro
|
||||
|
||||
# Place metadata unique to ROS 1 distros here.
|
||||
|
||||
# ROS 1 distros contain only "ros1" type components
|
||||
def ros_distro__get_component_type(component, d):
|
||||
return 'ros1'
|
Loading…
Reference in New Issue