Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 1 | # We have a conf and classes directory, append to BBPATH |
| 2 | BBPATH .= ":${LAYERDIR}" |
| 3 | |
| 4 | # We have a recipes directory, add to BBFILES |
| 5 | BBFILES += "${LAYERDIR}/recipes-*/*/*.bb ${LAYERDIR}/recipes-*/*/*.bbappend" |
| 6 | |
| 7 | BBFILE_COLLECTIONS += "gnome-layer" |
| 8 | BBFILE_PATTERN_gnome-layer := "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_gnome-layer = "7" |
| 10 | |
| 11 | # This should only be incremented on significant changes that will |
| 12 | # cause compatibility issues with other layers |
| 13 | LAYERVERSION_gnome-layer = "1" |
| 14 | |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 15 | LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 16 | |
Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 17 | LAYERSERIES_COMPAT_gnome-layer = "sumo" |
| 18 | |
| 19 | # Sanity check for meta-gnome layer. |
| 20 | # Setting SKIP_META_GNOME_SANITY_CHECK to "1" would skip the bbappend files check. |
| 21 | INHERIT += "sanity-meta-gnome" |