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 | |
| 15 | LAYERDEPENDS_gnome-layer = "core openembedded-layer" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame^] | 16 | |
| 17 | AVAHI_GTK_pn-avahi-ui = "gtk gtk3" |