developer | f11ee16 | 2022-04-12 11:17:45 +0800 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have a recipes-* directories, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \ |
| 6 | ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 7 | |
| 8 | BBFILE_COLLECTIONS += "filogic" |
| 9 | BBFILE_PATTERN_filogic = "^${LAYERDIR}/" |
| 10 | BBFILE_PRIORITY_filogic = "8" |
| 11 | |
developer | 93e9720 | 2024-01-17 12:29:44 +0800 | [diff] [blame] | 12 | LAYERSERIES_COMPAT_filogic = "dunfell kirkstone" |
developer | e69b11a | 2024-05-29 17:13:01 +0800 | [diff] [blame] | 13 | |
| 14 | BBMASK .= "${@bb.utils.contains('DISTRO_FEATURES', 'OneWifi', '', '|meta-cmf-filogic/recipes-ccsp/hal/', d)}" |
| 15 | BBMASK .= "${@bb.utils.contains('DISTRO_FEATURES', 'OneWifi', '|meta-cmf-filogic/recipes-connectivity/wpa-supplicant/', '|meta-cmf-filogic/recipes-connectivity/wpa-supplicant-onewifi/', d)}" |