blob: 2a682e72d32a8b1a2a81cf25bb1c2c12ac863e6d [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 Bishop316dfdd2018-06-25 12:45:53 -040026branch: master
Patrick Williamsb48b7b42016-08-17 15:04:38 -050027revision: HEAD
28
29URI: git://github.com/openembedded/meta-oe.git
Brad Bishop316dfdd2018-06-25 12:45:53 -040030branch: master
Patrick Williamsb48b7b42016-08-17 15:04:38 -050031revision: HEAD
32
Brad Bishop316dfdd2018-06-25 12:45:53 -040033Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome]' in the subject'
Patrick Williamsb48b7b42016-08-17 15:04:38 -050034
35When sending single patches, please using something like:
Brad Bishop316dfdd2018-06-25 12:45:53 -040036'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][PATCH'
Patrick Williamsb48b7b42016-08-17 15:04:38 -050037
Brad Bishop316dfdd2018-06-25 12:45:53 -040038Layer maintainer: Andreas Müller <schnitzeltony@googlemail.com>