blob: fd1c94b1ccc0c39c47340b7f1201e3352c3dffb7 [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 Williams9d21a942023-11-24 18:20:05 -060011LAYERSERIES_COMPAT_asrock-layer = "nanbield scarthgap"