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 += "xfce-layer" |
| 8 | BBFILE_PATTERN_xfce-layer := "^${LAYERDIR}/" |
| 9 | BBFILE_PRIORITY_xfce-layer = "7" |
| 10 | |
| 11 | # This should only be incremented on significant changes that will |
| 12 | # cause compatibility issues with other layers |
| 13 | LAYERVERSION_xfce-layer = "1" |
| 14 | |
| 15 | LAYERDEPENDS_xfce-layer = "core" |
| 16 | LAYERDEPENDS_xfce-layer += "openembedded-layer" |
| 17 | LAYERDEPENDS_xfce-layer += "gnome-layer" |
Brad Bishop | d7bf8c1 | 2018-02-25 22:55:05 -0500 | [diff] [blame] | 18 | LAYERDEPENDS_xfce-layer += "multimedia-layer" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 19 | LAYERDEPENDS_xfce-layer += "meta-python" |
Brad Bishop | c342db3 | 2019-05-15 21:57:59 -0400 | [diff] [blame] | 20 | LAYERDEPENDS_xfce-layer += "networking-layer" |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 21 | |
Brad Bishop | 63ae878 | 2019-10-09 09:56:13 -0400 | [diff] [blame] | 22 | LAYERSERIES_COMPAT_xfce-layer = "thud warrior zeus" |