diff options
Diffstat (limited to 'meta-gnome/README')
-rw-r--r-- | meta-gnome/README | 23 |
1 files changed, 23 insertions, 0 deletions
diff --git a/meta-gnome/README b/meta-gnome/README index 0c4fbd2a54..482f4570bd 100644 --- a/meta-gnome/README +++ b/meta-gnome/README | |||
@@ -1,3 +1,25 @@ | |||
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 | ------------ | ||
1 | This layer depends on: | 23 | This layer depends on: |
2 | 24 | ||
3 | URI: git://github.com/openembedded/oe-core.git | 25 | URI: git://github.com/openembedded/oe-core.git |
@@ -14,3 +36,4 @@ When sending single patches, please using something like: | |||
14 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][PATCH' | 36 | 'git send-email -M -1 --to openembedded-devel@lists.openembedded.org --subject-prefix=meta-gnome][PATCH' |
15 | 37 | ||
16 | Interim layer maintainer: Martin Jansa <Martin.Jansa@gmail.com> | 38 | Interim layer maintainer: Martin Jansa <Martin.Jansa@gmail.com> |
39 | |||