From b472e72505a04fde0b1938d550ca47d7d10cfb28 Mon Sep 17 00:00:00 2001
From: "Peter S. Housel" <housel@acm.org>
Date: Sat, 2 Aug 2014 20:14:50 -0700
Subject: [PATCH] layer.conf: define ROSDISTRO within the meta-ros layer

Define a ROSDISTRO variable to record the current ROS distribution
code name for use within ROS-related recipes.
---
 conf/layer.conf | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/conf/layer.conf b/conf/layer.conf
index 6ef59ea..6bcc666 100644
--- a/conf/layer.conf
+++ b/conf/layer.conf
@@ -9,3 +9,5 @@ BBFILE_PATTERN_ros-layer := "^${LAYERDIR}/"
 BBFILE_PRIORITY_ros-layer = "7"
 
 LICENSE_PATH += "${LAYERDIR}/licenses"
+
+ROSDISTRO := "hydro"
-- 
GitLab