Zev Weiss | 6b6fadd | 2021-03-12 01:21:31 +0000 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have recipes-* directories, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend" |
| 7 | |
| 8 | BBFILE_COLLECTIONS += "asrock-layer" |
| 9 | BBFILE_PATTERN_asrock-layer = "^${LAYERDIR}/" |
| 10 | LAYERVERSION_asrock-layer = "1" |
Andrew Geissler | c0ef7ee | 2022-09-30 14:09:35 -0500 | [diff] [blame] | 11 | LAYERSERIES_COMPAT_asrock-layer = "kirkstone langdale" |