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}/" |
Andrew Geissler | 9aee500 | 2022-03-30 16:27:02 +0000 | [diff] [blame] | 9 | BBFILE_PRIORITY_gnome-layer = "5" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 10 | |
Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 11 | # auto-pack gnome help files |
Patrick Williams | 213cb26 | 2021-08-07 19:21:33 -0500 | [diff] [blame] | 12 | IMAGE_LINGUAS_COMPLEMENTARY:append = " ${@bb.utils.contains('DISTRO_FEATURES','helpfiles','*-help-%s','',d)}" |
Brad Bishop | 87b3cb8 | 2019-11-15 16:35:37 -0500 | [diff] [blame] | 13 | |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 14 | # This should only be incremented on significant changes that will |
| 15 | # cause compatibility issues with other layers |
| 16 | LAYERVERSION_gnome-layer = "1" |
| 17 | |
Andrew Geissler | d583833 | 2022-05-27 11:33:10 -0500 | [diff] [blame] | 18 | LAYERDEPENDS_gnome-layer = "core openembedded-layer networking-layer meta-python" |
Patrick Williams | ddad1a1 | 2017-02-23 20:36:32 -0600 | [diff] [blame] | 19 | |
Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 20 | LAYERSERIES_COMPAT_gnome-layer = "nanbield" |
Andrew Geissler | d688a01 | 2020-09-18 13:36:00 -0500 | [diff] [blame] | 21 | |
| 22 | SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += "\ |
| 23 | faenza-icon-theme->gdk-pixbuf \ |
| 24 | faenza-icon-theme->gtk+3 \ |
| 25 | " |
| 26 | |
Andrew Geissler | 5082cc7 | 2023-09-11 08:41:39 -0400 | [diff] [blame] | 27 | BBFILES_DYNAMIC += " \ |
| 28 | virtualization-layer:${LAYERDIR}/dynamic-layers/meta-virtualization/*/*/*.bb \ |
| 29 | virtualization-layer:${LAYERDIR}/dynamic-layers/meta-virtualization/*/*/*.bbappend \ |
| 30 | " |