DRAFT Add ros1_distro.bbclass

This commit is contained in:
Herb Kuta 2019-03-25 11:41:07 -07:00
parent 6dede967da
commit ede7b54d8b
1 changed files with 9 additions and 0 deletions

View File

@ -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'