blob: fea5f22538ba6081cce354bcc64620499b5b0db5 [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 Geisslera93aa3e2023-01-13 09:41:33 -060011LAYERSERIES_COMPAT_asrock-layer = "langdale mickledore"