Skip to content
Snippets Groups Projects
layer.conf 380 B
Newer Older
Lukas Bulwahn's avatar
Lukas Bulwahn committed
# We have a conf and classes directory, append to BBPATH
BBPATH .= ":${LAYERDIR}"

# We have a recipes directory, add to BBFILES
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"

BBFILE_COLLECTIONS += "ros-layer"
BBFILE_PATTERN_ros-layer := "^${LAYERDIR}/"
Lukas Bulwahn's avatar
Lukas Bulwahn committed
BBFILE_PRIORITY_ros-layer = "7"
Lukas Bulwahn's avatar
Lukas Bulwahn committed

LICENSE_PATH += "${LAYERDIR}/licenses"
ROSDISTRO := "indigo"