From 0f43ea8510ae6148a49eb25accac407b6b301b43 Mon Sep 17 00:00:00 2001 From: Mark Hatle Date: Thu, 25 Oct 2018 05:58:26 -0400 Subject: 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 Signed-off-by: Richard Purdie --- meta/conf/distro/include/maintainers.inc | 1 + meta/conf/layer.conf | 1 + 2 files changed, 2 insertions(+) (limited to 'meta/conf') diff --git a/meta/conf/distro/include/maintainers.inc b/meta/conf/distro/include/maintainers.inc index d32e07d899..12785934a1 100644 --- a/meta/conf/distro/include/maintainers.inc +++ b/meta/conf/distro/include/maintainers.inc @@ -678,6 +678,7 @@ RECIPE_MAINTAINER_pn-wayland = "Denys Dmytriyenko " RECIPE_MAINTAINER_pn-wayland-protocols = "Denys Dmytriyenko " RECIPE_MAINTAINER_pn-webkitgtk = "Alexander Kanavin " RECIPE_MAINTAINER_pn-weston = "Denys Dmytriyenko " +RECIPE_MAINTAINER_pn-weston-conf = "Denys Dmytriyenko " RECIPE_MAINTAINER_pn-weston-init = "Denys Dmytriyenko " RECIPE_MAINTAINER_pn-wget = "Yi Zhao " RECIPE_MAINTAINER_pn-which = "Ross Burton " diff --git a/meta/conf/layer.conf b/meta/conf/layer.conf index 504f7fa07a..c67dec49ed 100644 --- a/meta/conf/layer.conf +++ b/meta/conf/layer.conf @@ -75,6 +75,7 @@ SIGGEN_EXCLUDE_SAFE_RECIPE_DEPS += " \ font-alias->font-util \ systemd-boot->systemd-bootconf \ systemd->systemd-conf \ + weston->weston-conf \ weston-init->weston \ weston-init->kbd \ " -- cgit 1.2.3-korg