[murphy] Change not to use murphy-console 31/197931/1
authorYoungHun Kim <yh8004.kim@samsung.com>
Thu, 17 Jan 2019 07:31:23 +0000 (16:31 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Thu, 17 Jan 2019 07:39:44 +0000 (16:39 +0900)
 - Usually, console is for telnet debugging monitor but I change not to use murphy-console,
   which induces murphyd launching failure (maybe related with resource-dbus)

Change-Id: Ib77366ce385d16417c8c805cb3068efc45f27ddb

mmfw-sysconf-simulator/etc/murphy/murphy.lua
mmfw-sysconf-target-artik10/etc/murphy/murphy.lua
mmfw-sysconf-target-n4/etc/murphy/murphy.lua
mmfw-sysconf-target-rpi3/etc/murphy/murphy.lua
mmfw-sysconf-target-tm1/etc/murphy/murphy.lua
mmfw-sysconf-target-tw1/etc/murphy/murphy.lua
mmfw-sysconf-target-tw2/etc/murphy/murphy.lua
mmfw-sysconf-target-tw3/etc/murphy/murphy.lua
mmfw-sysconf-target-u3/etc/murphy/murphy.lua
packaging/mmfw-sysconf.spec

index 04b5a78012a59a2cd88256aaae73ce05e21566a7..3d4d93a4cedbf5a5b9404760c53a5adf3591a29f 100644 (file)
@@ -4,7 +4,7 @@ m = murphy.get()
 m:try_load_plugin('dlog')
 
 -- load the console plugin
-m:try_load_plugin('console')
+-- m:try_load_plugin('console')
 
 -- load the dbus plugin
 -- if m:plugin_exists('dbus') then
index 4c9a71aafb739754152c9362303820d44c33ecd7..9675961a58546e754360157ec53531d6400c1b84 100644 (file)
@@ -4,7 +4,7 @@ m = murphy.get()
 m:try_load_plugin('dlog')
 
 -- load the console plugin
-m:try_load_plugin('console')
+-- m:try_load_plugin('console')
 
 -- load the dbus plugin
 -- if m:plugin_exists('dbus') then
index 14287c922beeb98af275cc9da5a9466c743113f8..e7d832d9ecc33b8acc5d45ba7f1483cd03badf5b 100644 (file)
@@ -4,7 +4,7 @@ m = murphy.get()
 m:try_load_plugin('dlog')
 
 -- load the console plugin
-m:try_load_plugin('console')
+-- m:try_load_plugin('console')
 
 -- load the dbus plugin
 -- if m:plugin_exists('dbus') then
index 4c9a71aafb739754152c9362303820d44c33ecd7..9675961a58546e754360157ec53531d6400c1b84 100644 (file)
@@ -4,7 +4,7 @@ m = murphy.get()
 m:try_load_plugin('dlog')
 
 -- load the console plugin
-m:try_load_plugin('console')
+-- m:try_load_plugin('console')
 
 -- load the dbus plugin
 -- if m:plugin_exists('dbus') then
index 406f7d13b272449fe277985f00555d4f030fa10b..b670e673e5a8d9c69123544fbe4a2f4c679d9ff0 100644 (file)
@@ -4,7 +4,7 @@ m = murphy.get()
 m:try_load_plugin('dlog')
 
 -- load the console plugin
-m:try_load_plugin('console')
+-- m:try_load_plugin('console')
 
 -- load the dbus plugin
 -- if m:plugin_exists('dbus') then
index 6ab2ea7b35411e9ada9195b9e2971e63054b1dd3..17c1218a024b6ad9f989b9f294571c95aeeac0f2 100644 (file)
@@ -4,7 +4,7 @@ m = murphy.get()
 m:try_load_plugin('dlog')
 
 -- load the console plugin
-m:try_load_plugin('console')
+-- m:try_load_plugin('console')
 
 -- load the dbus plugin
 -- if m:plugin_exists('dbus') then
index 6ab2ea7b35411e9ada9195b9e2971e63054b1dd3..17c1218a024b6ad9f989b9f294571c95aeeac0f2 100644 (file)
@@ -4,7 +4,7 @@ m = murphy.get()
 m:try_load_plugin('dlog')
 
 -- load the console plugin
-m:try_load_plugin('console')
+-- m:try_load_plugin('console')
 
 -- load the dbus plugin
 -- if m:plugin_exists('dbus') then
index 6ab2ea7b35411e9ada9195b9e2971e63054b1dd3..17c1218a024b6ad9f989b9f294571c95aeeac0f2 100644 (file)
@@ -4,7 +4,7 @@ m = murphy.get()
 m:try_load_plugin('dlog')
 
 -- load the console plugin
-m:try_load_plugin('console')
+-- m:try_load_plugin('console')
 
 -- load the dbus plugin
 -- if m:plugin_exists('dbus') then
index 14287c922beeb98af275cc9da5a9466c743113f8..e7d832d9ecc33b8acc5d45ba7f1483cd03badf5b 100644 (file)
@@ -4,7 +4,7 @@ m = murphy.get()
 m:try_load_plugin('dlog')
 
 -- load the console plugin
-m:try_load_plugin('console')
+-- m:try_load_plugin('console')
 
 -- load the dbus plugin
 -- if m:plugin_exists('dbus') then
index 1ec7f9a2e0738471d05e0144fec90853e967e54b..0692300cdf999634338a820bd3ddbe283535c92f 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mmfw-sysconf
 Summary:    Multimedia Framework system configuration package
-Version:    0.2.137
+Version:    0.2.138
 Release:    0
 Group:      Multimedia/Configuration
 License:    LGPL-2.1 and Apache-2.0