diff options
author | Martin Jansa <martin.jansa@gmail.com> | 2012-09-04 22:58:37 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2012-09-05 17:37:15 +0100 |
commit | 1d4861923db9674ff5b83fcd0755423bb1ccfd22 (patch) | |
tree | 30d0b7823718ad085f910d7f14ef49cd3a4b6854 /meta/conf | |
parent | 6554dbf95655c63c9fc8bdfbc67d93b6054bc441 (diff) | |
download | poky-1d4861923db9674ff5b83fcd0755423bb1ccfd22.tar.gz |
packagegroup-core-x11: split machine specific parts to separate recipe packagegroup-core-x11-server
* add new packagegroup-core-x11-server to SIGGEN_EXCLUDERECIPES_ABISAFE,
so that recipes depending on it are not rebuilt after every machine
swtich
* allows to remove task-x11-server and task-x11 from meta-oe without
loosing any functionality
* be carefull with default XSERVER value which does not have
xf86-input-mouse and xf86-input-keyboard)
* VIRTUAL-RUNTIME_xserver_common which defaults to x11-common in oe-core
and xserver-common in meta-oe's task-x11
(From OE-Core rev: a398c96706c119f298f57a929a317fcf8e0f5b92)
Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
Signed-off-by: Saul Wold <sgw@linux.intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'meta/conf')
-rw-r--r-- | meta/conf/layer.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index dfcb1f35b1..ed50f1c509 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf | |||
@@ -24,4 +24,5 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ | |||
24 | base-files \ | 24 | base-files \ |
25 | keymaps \ | 25 | keymaps \ |
26 | udev-extraconf \ | 26 | udev-extraconf \ |
27 | packagegroup-x11-xserver \ | ||
27 | " | 28 | " |