meta-bbb/conf/layer.conf
Thomas Klaehn fb16c670fa Packages: Add pypio and ultrasonic-distance packages.
Signed-off-by: Thomas Klaehn <tkl@blackfinn.de>
2017-10-23 10:21:24 +02:00

19 lines
469 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.0.0"
BBFILE_COLLECTIONS += "meta-bbb"
BBFILE_PATTERN_meta-bbb = "^${LAYERDIR}/"
BBFILE_PRIORITY_meta-bbb = "7"