blob: 0dbc4296ebdb8a02658a4e415b3896b4582459f4 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# 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
Andrew Geissler89770b02020-06-13 10:40:47 -050015LAYERDEPENDS_meta-python = "core (>= 12) openembedded-layer"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050016
Andrew Geissler82c905d2020-04-13 13:39:40 -050017LAYERSERIES_COMPAT_meta-python = "thud warrior zeus dunfell"
Brad Bishop316dfdd2018-06-25 12:45:53 -040018
Patrick Williamsb48b7b42016-08-17 15:04:38 -050019LICENSE_PATH += "${LAYERDIR}/licenses"