DRAFT layer.conf: Update for superflore generation
This commit is contained in:
parent
b8a03be409
commit
a95987d1f4
|
@ -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"
|
||||
|
|
Loading…
Reference in New Issue