blob: e9d0785b1d1e83af5e84380de6a230227531a022 [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 Bishop1a4b7ee2018-12-16 17:11:34 -080017LAYERSERIES_COMPAT_gnome-layer = "thud"
Brad Bishop316dfdd2018-06-25 12:45:53 -040018
19# Sanity check for meta-gnome layer.
20# Setting SKIP_META_GNOME_SANITY_CHECK to "1" would skip the bbappend files check.
21INHERIT += "sanity-meta-gnome"