2017-06-13 12:55:28 +00:00
|
|
|
# We have a conf and classes directory, add to BBPATH
|
|
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
|
|
|
|
# We have recipes-* directories, add to BBFILES
|
2017-06-13 13:07:55 +00:00
|
|
|
BBFILES += " \
|
|
|
|
${LAYERDIR}/recipes-*/*/*.bb \
|
|
|
|
${LAYERDIR}/images/*.bb \
|
|
|
|
${LAYERDIR}/recipes-*/*/*.bbappend \
|
|
|
|
"
|
2017-06-13 12:55:28 +00:00
|
|
|
|
2017-10-05 07:13:29 +00:00
|
|
|
PREFERRED_VERSION_pypio ?= "1.0.0"
|
|
|
|
PREFERRED_VERSION_pywm ?= "1.0.0"
|
2018-03-14 08:30:52 +00:00
|
|
|
PREFERRED_VERSION_ultrasonic-distance ?= "1.1.0"
|
2017-10-05 07:13:29 +00:00
|
|
|
|
2017-06-13 12:55:28 +00:00
|
|
|
BBFILE_COLLECTIONS += "meta-bbb"
|
|
|
|
BBFILE_PATTERN_meta-bbb = "^${LAYERDIR}/"
|
|
|
|
BBFILE_PRIORITY_meta-bbb = "7"
|
|
|
|
|