summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMadhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com>2020-10-06 16:40:01 -0700
committerSai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>2020-10-23 12:44:50 -0700
commitb106fe13c66b4007b717772c28f17142f041c186 (patch)
tree70e0a3a47511f86de97af924be98ecfdfe5ffbc9
parent2b8d2b0ab140b76cace21877d7cbfd0c824229f3 (diff)
downloadmeta-xilinx-b106fe13c66b4007b717772c28f17142f041c186.tar.gz
weston.ini: Do not set hard requirement for input devices
Remove the hard requirement to have the input devices "on" in the default weston configuration, which otherwise causes a segfault if the board is not connected to an input device. Signed-off-by: Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> Signed-off-by: Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com>
-rw-r--r--meta-xilinx-bsp/recipes-graphics/weston/files/weston.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-xilinx-bsp/recipes-graphics/weston/files/weston.ini b/meta-xilinx-bsp/recipes-graphics/weston/files/weston.ini
index 783a9c6b..2ff81795 100644
--- a/meta-xilinx-bsp/recipes-graphics/weston/files/weston.ini
+++ b/meta-xilinx-bsp/recipes-graphics/weston/files/weston.ini
@@ -2,3 +2,5 @@
2idle-time=0 2idle-time=0
3 3
4gbm-format=rgb565 4gbm-format=rgb565
5
6require-input=false