From 5ec71cd59a466dd5d37e9d431b76c3ac2143b233 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 6 Apr 2018 12:22:55 +0000 Subject: [PATCH] layer.conf: add LAYERSERIES_COMPAT Signed-off-by: Martin Jansa --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 9c9276f..9887f99 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,4 +10,6 @@ BBFILE_PRIORITY_ros-layer = "7" LICENSE_PATH += "${LAYERDIR}/licenses" +LAYERSERIES_COMPAT_ros-layer = "sumo" + ROSDISTRO := "indigo"