blob: 98948fdc8d341825fd9087d793709403c6a0bd32 [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# We have a conf and classes directory, add to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have recipes-* directories, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb \
6 ${LAYERDIR}/recipes-*/*/*.bbappend"
7
8BBFILE_COLLECTIONS += "perl-layer"
9BBFILE_PATTERN_perl-layer := "^${LAYERDIR}/"
Andrew Geissler9aee5002022-03-30 16:27:02 +000010BBFILE_PRIORITY_perl-layer = "5"
Patrick Williamsb48b7b42016-08-17 15:04:38 -050011
12# This should only be incremented on significant changes that will
13# cause compatibility issues with other layers
14LAYERVERSION_perl-layer = "1"
15
Brad Bishopd7bf8c12018-02-25 22:55:05 -050016LAYERDEPENDS_perl-layer = "core openembedded-layer"
Brad Bishop316dfdd2018-06-25 12:45:53 -040017
Andrew Geissler517393d2023-01-13 08:55:19 -060018LAYERSERIES_COMPAT_perl-layer = "mickledore"