From c334bb5ae3facb11b6ee92d0560c7bd689e78831 Mon Sep 17 00:00:00 2001 From: Martin Jansa Date: Fri, 28 Sep 2018 05:54:33 +0000 Subject: [PATCH] layer.conf: Add thud to compatible layer serie Signed-off-by: Martin Jansa --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 9200dc4..b723ce6 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,6 +10,6 @@ BBFILE_PRIORITY_ros-layer = "7" LICENSE_PATH += "${LAYERDIR}/licenses" -LAYERSERIES_COMPAT_ros-layer = "rocko sumo" +LAYERSERIES_COMPAT_ros-layer = "rocko sumo thud" ROSDISTRO := "indigo"