DRAFT layer.conf: Update for superflore generation

This commit is contained in:
Herb Kuta 2019-03-14 18:28:06 -07:00
parent b8a03be409
commit a95987d1f4
1 changed files with 6 additions and 2 deletions

View File

@ -10,6 +10,10 @@ BBFILE_PRIORITY_ros-layer = "7"
LICENSE_PATH += "${LAYERDIR}/licenses" 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"