blob: 9ed1421981ed7bfd853c8716e236a3e9fb380ebc [file] [log] [blame]
Patrick Williamsb48b7b42016-08-17 15:04:38 -05001# We have a conf and classes directory, append to BBPATH
2BBPATH .= ":${LAYERDIR}"
3
4# We have a recipes directory, add to BBFILES
5BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend"
6
7BBFILE_COLLECTIONS += "gnome-layer"
8BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/"
9BBFILE_PRIORITY_gnome-layer = "7"
10
11# This should only be incremented on significant changes that will
12# cause compatibility issues with other layers
13LAYERVERSION_gnome-layer = "1"
14
Brad Bishopd7bf8c12018-02-25 22:55:05 -050015LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer"
Patrick Williamsddad1a12017-02-23 20:36:32 -060016
Brad Bishop19323692019-04-05 15:28:33 -040017LAYERSERIES_COMPAT_gnome-layer = "thud warrior"