diff options
author | Ronan Le Martret <ronan.lemartret@iot.bzh> | 2017-03-24 11:16:21 +0100 |
---|---|---|
committer | Jan-Simon Moeller <jsmoeller@linuxfoundation.org> | 2017-03-30 07:36:39 +0000 |
commit | 7d1d7457ff2b71abe95525b26148d5a3e7a42790 (patch) | |
tree | c7b9796ea099f94da5b879276235fea6077d6bf4 /meta-agl-bsp/meta-ti/recipes-arago | |
parent | 64d59ff0e0e835a53445b07257d3896fb48abfb5 (diff) |
Generate weston.ini dynamically
* remove weston-intel.ini
* add new package weston-ini-conf
* the list of the sections of weston.ini is described in variable flags WESTONSECTION
* each section is described in variable flags WESTONSECTION
* each output screen is described in agl_screen variable
Bug-AGL: SPEC-477
Change-Id: I3d25ab49018e3842c916993ba8b9bcc2428d5170
Signed-off-by: Ronan Le Martret <ronan.lemartret@iot.bzh>
Diffstat (limited to 'meta-agl-bsp/meta-ti/recipes-arago')
-rw-r--r-- | meta-agl-bsp/meta-ti/recipes-arago/weston/weston/dra7xx-evm/weston.ini | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/meta-agl-bsp/meta-ti/recipes-arago/weston/weston/dra7xx-evm/weston.ini b/meta-agl-bsp/meta-ti/recipes-arago/weston/weston/dra7xx-evm/weston.ini deleted file mode 100644 index da2b61dcc..000000000 --- a/meta-agl-bsp/meta-ti/recipes-arago/weston/weston/dra7xx-evm/weston.ini +++ /dev/null @@ -1,11 +0,0 @@ -[core] -backend=drm-backend.so -shell=ivi-shell.so - -[ivi-shell] -ivi-module=ivi-controller.so -ivi-input-module=ivi-input-controller.so - -[output] -name=Unknown-1 -transform=270 |