blob: 38f0a0d410b5a29d263d0e27569f5a43eca9e358 [file] [log] [blame]
Ken Chene7728772018-01-05 15:18:31 +08001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/common/recipes-*/*/*.bb \
6 ${LAYERDIR}/common/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "arm"
9BBFILE_PATTERN_arm = "^${LAYERDIR}/"
10LAYERVERSION_arm = "1"