From 1b81663932a1599496a55705ff1bdb3dc4b95c38 Mon Sep 17 00:00:00 2001 From: Mikko Gronoff Date: Wed, 10 May 2017 12:53:29 +0300 Subject: 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 --- conf/distro/include/emulator.conf | 1 - 1 file changed, 1 deletion(-) 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 += "\ qtglesstream \ b2qt-emulator-proxy \ b2qt-emulator-vinput \ - b2qt-emulator-sdcardmountd \ " -- cgit v1.2.3-54-g00ecf