blob: 84c091cea98e73bc7b6c52e97e5ac05810394735 [file] [log] [blame]
Lancelot Kao31c45662020-09-22 14:53:57 -05001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "kudo-layer"
9BBFILE_PATTERN_kudo-layer = "^${LAYERDIR}/"
Mohaimen Alsamaraid430e182021-05-06 13:05:13 -050010LAYERSERIES_COMPAT_kudo-layer = "warrior zeus gatesgarth dunfell hardknott"