blob: 4c06d87749d3b84bacfb0aab4db82e58fad49989 [file] [log] [blame]
Zev Weiss6b6fadd2021-03-12 01:21:31 +00001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \
6 ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "asrock-layer"
9BBFILE_PATTERN_asrock-layer = "^${LAYERDIR}/"
10LAYERVERSION_asrock-layer = "1"
Patrick Williamsce142622021-08-23 16:26:20 -050011LAYERSERIES_COMPAT_asrock-layer = "hardknott"