]> code.ossystems Code Review - openembedded-core.git/commit
weston: Split out machine specific configuration
authorMark Hatle <mark.hatle@windriver.com>
Thu, 25 Oct 2018 09:58:26 +0000 (05:58 -0400)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sun, 28 Oct 2018 08:31:49 +0000 (08:31 +0000)
commit0f43ea8510ae6148a49eb25accac407b6b301b43
tree642a8decad7f6c932c737e7579267d3e761fcffb
parented335e201c878ab4518675f57ce0d12cdc60e02e
weston: Split out machine specific configuration

Weston needs to be configured to load the fbdev driver when run on a QEMU system.
Other MACHINEs may want to also provider their own configuration as well..

Adding a new RRECOMMEND configuration package will allow this, but avoid
installing empty packages/files in the majority case where it is not needed.

Add maintainer entry as well.

Signed-off-by: Mark Hatle <mark.hatle@windriver.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/conf/distro/include/maintainers.inc
meta/conf/layer.conf
meta/recipes-graphics/wayland/weston-conf.bb [new file with mode: 0644]
meta/recipes-graphics/wayland/weston_5.0.0.bb