blob: 61fc90f00d40e2d8b640f91dcee93ade0d698e5a [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 Williams757831f2022-02-25 15:28:30 -060011LAYERSERIES_COMPAT_asrock-layer = "honister kirkstone"