Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | # We might have a conf and classes directory, append to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have recipes directories, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend" |
| 6 | |
| 7 | BBFILE_COLLECTIONS += "meta-python" |
| 8 | BBFILE_PATTERN_meta-python := "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_meta-python = "7" |
| 10 | |
| 11 | # This should only be incremented on significant changes that will |
| 12 | # cause compatibility issues with other layers |
| 13 | LAYERVERSION_meta-python = "1" |
| 14 | |
Andrew Geissler | 89770b0 | 2020-06-13 10:40:47 -0500 | [diff] [blame] | 15 | LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 16 | |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 17 | LAYERSERIES_COMPAT_meta-python = "honister" |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 18 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 19 | LICENSE_PATH += "${LAYERDIR}/licenses" |