Andrew Geissler | cc58928 | 2020-09-18 13:34:40 -0500 | [diff] [blame] | 1 | # We have a conf and classes directory, add to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have a recipes directory, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" |
| 6 | |
| 7 | BBFILE_COLLECTIONS += "harden-layer" |
| 8 | BBFILE_PATTERN_harden-layer = "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_harden-layer = "10" |
| 10 | |
Andrew Geissler | 9d3cc05 | 2021-03-31 13:36:22 -0500 | [diff] [blame] | 11 | LAYERSERIES_COMPAT_harden-layer = "hardknott" |
Andrew Geissler | cc58928 | 2020-09-18 13:34:40 -0500 | [diff] [blame] | 12 | |
| 13 | LAYERDEPENDS_harden-layer = "core openembedded-layer" |