diff --git a/conf/layer.conf b/conf/layer.conf index b723ce6..84b2f57 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -10,6 +10,10 @@ BBFILE_PRIORITY_ros-layer = "7" LICENSE_PATH += "${LAYERDIR}/licenses" -LAYERSERIES_COMPAT_ros-layer = "rocko sumo thud" +# Version 1 was the manually created meta-ros, prior to the introduction of superflore. +LAYERVERSION_ros-layer = "2" -ROSDISTRO := "indigo" +require conf/ros-distro/ros-distro.conf + +# Only .bb files are generated +BBFILES += "${LAYERDIR}/generated-recipes-${ROS_DISTRO}/*/*.bb"