blob: 84d4f73da81f5ea68bb3ab28af26487747a10f1d [file] [log] [blame]
Brad Bishop316dfdd2018-06-25 12:45:53 -04001meta-gnome
2===========
3
4The recipe in this layer needs to have 'x11' in DISTRO_FEATURES
5to have effect. To enable them, add in configuration file the following line.
6
7 DISTRO_FEATURES_append = " x11"
8
9If meta-gnome is included, but x11 is not enabled as a
10distro feature a warning is printed at parse time:
11
12 You have included the meta-gnome layer, but
13 'x11' has not been enabled in your DISTRO_FEATURES.
14
15If you know what you are doing, this warning can be disabled by setting the following
16variable in your configuration:
17
18 SKIP_META_GNOME_SANITY_CHECK = 1
19
20
21Dependencies
22------------
Patrick Williamsb48b7b42016-08-17 15:04:38 -050023This layer depends on:
24
25URI: git://github.com/openembedded/oe-core.git
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080026branch: thud
Patrick Williamsb48b7b42016-08-17 15:04:38 -050027revision: HEAD
28
29URI: git://github.com/openembedded/meta-oe.git
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080030branch: thud
Patrick Williamsb48b7b42016-08-17 15:04:38 -050031revision: HEAD
32
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080033Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome][thud]' in the subject'
Patrick Williamsb48b7b42016-08-17 15:04:38 -050034
35When sending single patches, please using something like:
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080036'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][thud][PATCH'
Patrick Williamsb48b7b42016-08-17 15:04:38 -050037
Brad Bishop1a4b7ee2018-12-16 17:11:34 -080038Thud maintainer: Armin Kuster <akuster808@gmail.com>