From f6046f9b54c1f14d12a67fa66ca0c881b49e8ceb Mon Sep 17 00:00:00 2001 From: Sam Thursfield Date: Fri, 7 Jul 2017 10:01:07 +0000 Subject: Move old Baserock format definitions into old/ directory --- old/extensions/genivi.configure.help | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 old/extensions/genivi.configure.help (limited to 'old/extensions/genivi.configure.help') diff --git a/old/extensions/genivi.configure.help b/old/extensions/genivi.configure.help new file mode 100644 index 00000000..6616f871 --- /dev/null +++ b/old/extensions/genivi.configure.help @@ -0,0 +1,25 @@ +help: | + This extension configures GENIVI systems. It uses the following + configuration variables: + + * `GENIVI_WESTON_CONFIG` (optional, defaults to `baseline`) + the weston configuration file to use. The GENIVI baseline system + uses a different one than the GENIVI Demo Platform. + + Possibles values here are `baseline` and `gdp`. Other values will + fail. The extension will copy the relevant configuration file + from `/usr/share/doc/weston/` to `/etc/xdg/weston/weston.ini` + to make it the default configuration for Weston. + + * `GENIVI_WESTON_BACKEND` (optional, defaults to 'drm-backend.so') + the backend to use with Weston. This backend will be used in + the `weston.service` systemd unit overriding the default backend + specified when building Weston. + + The extension looks for the backend in the system, failing if + it's not present. It will also try to append `-backend.so` to + the variable so that (e.g) you can set this variable to `fbdev` + and to `fbdev-backend.so`. + + * `GENIVI_WESTON_AUTOSTART`(optional. defaults to 'False') + boolean. If `True` it will enable the `weston.service`. -- cgit v1.2.1