blob: 0dbc4296ebdb8a02658a4e415b3896b4582459f4 [file] [log] [blame]
lh9ed821d2023-04-07 01:36:19 -07001# We might have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes*/*/*.bb ${LAYERDIR}/recipes*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "meta-python"
8BBFILE_PATTERN_meta-python := "^${LAYERDIR}/"
9BBFILE_PRIORITY_meta-python = "7"
10
11# This should only be incremented on significant changes that will
12# cause compatibility issues with other layers
13LAYERVERSION_meta-python = "1"
14
15LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer"
16
17LAYERSERIES_COMPAT_meta-python = "thud warrior zeus dunfell"
18
19LICENSE_PATH += "${LAYERDIR}/licenses"