diff options
author | Madhurkiran Harikrishnan <madhurkiran.harikrishnan@xilinx.com> | 2020-10-06 16:40:01 -0700 |
---|---|---|
committer | Sai Hari Chandana Kalluri <chandana.kalluri@xilinx.com> | 2020-10-23 12:44:50 -0700 |
commit | b106fe13c66b4007b717772c28f17142f041c186 (patch) | |
tree | 70e0a3a47511f86de97af924be98ecfdfe5ffbc9 | |
parent | 2b8d2b0ab140b76cace21877d7cbfd0c824229f3 (diff) | |
download | meta-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.ini | 2 |
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 @@ | |||
2 | idle-time=0 | 2 | idle-time=0 |
3 | 3 | ||
4 | gbm-format=rgb565 | 4 | gbm-format=rgb565 |
5 | |||
6 | require-input=false | ||