15 lines
429 B
Plaintext
15 lines
429 B
Plaintext
# We have a conf and classes directory, add to BBPATH
|
|
BBPATH .= ":${LAYERDIR}"
|
|
|
|
# We have a packages directory, add to BBFILES
|
|
BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
|
|
${LAYERDIR}/recipes-*/*/*.bbappend"
|
|
|
|
BBFILE_COLLECTIONS += "kineintercom"
|
|
BBFILE_PATTERN_kineintercom := "^${LAYERDIR}/"
|
|
BBFILE_PRIORITY_kineintercom = "10"
|
|
|
|
LAYERDEPENDS_kineintercom = "raspberrypi"
|
|
|
|
LAYERSERIES_COMPAT_kineintercom = "kirkstone"
|