diff options
author | Matt Porter <mporter@konsulko.com> | 2016-12-28 00:50:41 +0200 |
---|---|---|
committer | Matt Porter <mporter@konsulko.com> | 2016-12-28 00:50:41 +0200 |
commit | befd0bddd1b5bc36c3729988a7c9cc6b5b390641 (patch) | |
tree | 4d118789b76fd18ed185fcb7e1318489e6e9829a /meta-agl-bsp/meta-ti/recipes-arago/weston/weston/0001-ivi-shell-Add-screenshooter-option.patch | |
parent | f4fc7e9c874b4642b56091274ba9ae971c4c6dc3 (diff) |
meta-ti: weston: remove unneeded ivi shell patches and use standard ivi-controller
The meta-arago layer included a number of ivi shell patches that are
not needed in AGL. One multi screen patch conflicts with another
bbappend causing build issues as it's already included by a less
specific layer. Further, the added "simple TI layout controller",
autolaunch, and screenshooter features are all unneeded in AGL. These
are removed to reduce the amount of non-essential patches we carry within
AGL. As a result of this, all weston.ini directives which use the
"simple TI layout controller" directives are removed and weston.ini
is switched to use the standard ivi-controller so that WindowManager may
run and access the ILM API. The end result is that WindowManager and
HomeScreen may now be launched after boot successfully.
Change-Id: I8d777fbd4c02acbf9d3ccaeb215b651a8562d5bb
Signed-off-by: Matt Porter <mporter@konsulko.com>
Diffstat (limited to 'meta-agl-bsp/meta-ti/recipes-arago/weston/weston/0001-ivi-shell-Add-screenshooter-option.patch')
-rw-r--r-- | meta-agl-bsp/meta-ti/recipes-arago/weston/weston/0001-ivi-shell-Add-screenshooter-option.patch | 29 |
1 files changed, 0 insertions, 29 deletions
diff --git a/meta-agl-bsp/meta-ti/recipes-arago/weston/weston/0001-ivi-shell-Add-screenshooter-option.patch b/meta-agl-bsp/meta-ti/recipes-arago/weston/weston/0001-ivi-shell-Add-screenshooter-option.patch deleted file mode 100644 index aa45011b9..000000000 --- a/meta-agl-bsp/meta-ti/recipes-arago/weston/weston/0001-ivi-shell-Add-screenshooter-option.patch +++ /dev/null @@ -1,29 +0,0 @@ -From 6189fb7936f469eab53db712f31dc8276075ff5e Mon Sep 17 00:00:00 2001 -From: Volodymyr Riazantsev <volodymyr.riazantsev@globallogic.com> -Date: Tue, 16 Aug 2016 23:47:23 -0400 -Subject: [PATCH] ivi-shell: Add screenshooter option - -Add ability to capture the screen. - -Signed-off-by: Volodymyr Riazantsev <volodymyr.riazantsev@globallogic.com> -Signed-off-by: Karthik Ramanan <a0393906@ti.com> ---- - ivi-shell/ivi-shell.c | 2 ++ - 1 file changed, 2 insertions(+) - -diff --git a/ivi-shell/ivi-shell.c b/ivi-shell/ivi-shell.c -index 1720705..5637d8e 100644 ---- a/ivi-shell/ivi-shell.c -+++ b/ivi-shell/ivi-shell.c -@@ -456,6 +456,8 @@ module_init(struct weston_compositor *compositor, - argc, argv) < 0) - goto out_settings; - -+ screenshooter_create(compositor); -+ - retval = 0; - - out_settings: --- -2.4.5 - |