diff options
author | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-05-10 12:53:29 +0300 |
---|---|---|
committer | Mikko Gronoff <mikko.gronoff@qt.io> | 2017-05-10 11:38:47 +0000 |
commit | 1b81663932a1599496a55705ff1bdb3dc4b95c38 (patch) | |
tree | 857168fe61168e468f0bcca59991aebb74a59ac0 /conf | |
parent | c7577275dbb01249240fd6395445b989d8b1a54c (diff) | |
download | meta-boot2qt-1b81663932a1599496a55705ff1bdb3dc4b95c38.tar.gz |
emulator: remove sdcardmount daemon from emulator image
* sdcardmount daemon segfaults on boot and is not supported anyway.
Remove it from emulator image to get rid of segfault message on
screen during boot.
Change-Id: Ibdaa9809105ec3097473d41ab34e866c9badb29a
Reviewed-by: Samuli Piippo <samuli.piippo@qt.io>
Diffstat (limited to 'conf')
-rw-r--r-- | conf/distro/include/emulator.conf | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/conf/distro/include/emulator.conf b/conf/distro/include/emulator.conf index 21b2e65..a749086 100644 --- a/conf/distro/include/emulator.conf +++ b/conf/distro/include/emulator.conf | |||
@@ -51,5 +51,4 @@ MACHINE_EXTRA_INSTALL += "\ | |||
51 | qtglesstream \ | 51 | qtglesstream \ |
52 | b2qt-emulator-proxy \ | 52 | b2qt-emulator-proxy \ |
53 | b2qt-emulator-vinput \ | 53 | b2qt-emulator-vinput \ |
54 | b2qt-emulator-sdcardmountd \ | ||
55 | " | 54 | " |