meta-bbb/conf/layer.conf

20 lines
512 B
Plaintext
Raw Normal View History

# We have a conf and classes directory, add to BBPATH
BBPATH .= ":${LAYERDIR}"
# We have recipes-* directories, add to BBFILES
BBFILES += " \
${LAYERDIR}/recipes-*/*/*.bb \
${LAYERDIR}/images/*.bb \
${LAYERDIR}/recipes-*/*/*.bbappend \
"
PREFERRED_VERSION_pypio ?= "1.0.0"
PREFERRED_VERSION_pywm ?= "1.0.0"
PREFERRED_VERSION_ultrasonic-distance ?= "1.1.0"
BBFILE_COLLECTIONS += "meta-bbb"
BBFILE_PATTERN_meta-bbb = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-bbb = "7"
LAYERSERIES_COMPAT_meta-bbb = "sumo rocko"