Brad Bishop | 316dfdd | 2018-06-25 12:45:53 -0400 | [diff] [blame] | 1 | meta-gnome |
| 2 | =========== |
| 3 | |
| 4 | The recipe in this layer needs to have 'x11' in DISTRO_FEATURES |
| 5 | to have effect. To enable them, add in configuration file the following line. |
| 6 | |
| 7 | DISTRO_FEATURES_append = " x11" |
| 8 | |
| 9 | If meta-gnome is included, but x11 is not enabled as a |
| 10 | distro 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 | |
| 15 | If you know what you are doing, this warning can be disabled by setting the following |
| 16 | variable in your configuration: |
| 17 | |
| 18 | SKIP_META_GNOME_SANITY_CHECK = 1 |
| 19 | |
| 20 | |
| 21 | Dependencies |
| 22 | ------------ |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 23 | This layer depends on: |
| 24 | |
| 25 | URI: git://github.com/openembedded/oe-core.git |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 26 | branch: thud |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 27 | revision: HEAD |
| 28 | |
| 29 | URI: git://github.com/openembedded/meta-oe.git |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 30 | branch: thud |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 31 | revision: HEAD |
| 32 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 33 | Send pull requests to openembedded-devel@lists.openembedded.org with '[meta-gnome][thud]' in the subject' |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 34 | |
| 35 | When sending single patches, please using something like: |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 36 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][thud][PATCH' |
Patrick Williams | b48b7b4 | 2016-08-17 15:04:38 -0500 | [diff] [blame] | 37 | |
Brad Bishop | 1a4b7ee | 2018-12-16 17:11:34 -0800 | [diff] [blame] | 38 | Thud maintainer: Armin Kuster <akuster808@gmail.com> |