blob: 1992e6f28af35747f9235b60041749bfcc7fdaa9 [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"
Andrew Geisslerc0ef7ee2022-09-30 14:09:35 -050011LAYERSERIES_COMPAT_asrock-layer = "kirkstone langdale"