From 6dede967da03bc0828324e3f7a91346bc1277ee3 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Mon, 25 Mar 2019 11:55:41 -0700 Subject: [PATCH] DRAFT Add ros_distro.bbclass --- classes/ros_distro.bbclass | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 classes/ros_distro.bbclass 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).