meta-bbb/conf/layer.conf
Thomas Klaehn 44eb397f1c meta-bbb: Update to sumo
Signed-off-by: Thomas Klaehn <thomas.klaehn@u-blox.com>
2018-10-17 11:25:38 +02:00

20 lines
512 B
Plaintext

# 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"