Supreeth Venkatesh | ef23074 | 2020-05-27 15:06:10 -0500 | [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 |
Jayanth Othayoth | 95d26fc | 2023-12-20 00:05:19 -0600 | [diff] [blame] | 5 | BBFILES += "${LAYERDIR}/meta-common/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/meta-common/recipes-*/*/*.bbappend" |
Supreeth Venkatesh | ef23074 | 2020-05-27 15:06:10 -0500 | [diff] [blame] | 7 | |
| 8 | BBFILE_COLLECTIONS += "amd-layer" |
Jayanth Othayoth | 95d26fc | 2023-12-20 00:05:19 -0600 | [diff] [blame] | 9 | BBFILE_PATTERN_amd-layer = "^${LAYERDIR}/meta-common/" |
Patrick Williams | 9d21a94 | 2023-11-24 18:20:05 -0600 | [diff] [blame] | 10 | LAYERSERIES_COMPAT_amd-layer = "nanbield scarthgap" |