From a95987d1f4b25acdf488fc4e797cf00bee9ac3c9 Mon Sep 17 00:00:00 2001 From: Herb Kuta Date: Thu, 14 Mar 2019 18:28:06 -0700 Subject: [PATCH] DRAFT layer.conf: Update for superflore generation --- conf/layer.conf | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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"