[yocto] [PATCH] [meta-ivi] audiomanager: Fix runtime exception from AmNodeStateCommunicatorTest

2013-07-22 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com - Fixed data type issues - Fixed some error log messages - Modified the way for reading XML file - Explicitly type cast the variables before sending message to sendLifeCycleRequest interface - This commit has been merged into upstream

[yocto] [PATCH 1/3] [meta-ivi] portmap: Use systemd service type forking instead of oneshot

2013-06-11 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com portmap is a resident program and we want to start it in background. With service type 'forking' systemd knows that the executable is a daemon. Although in this case 'oneshot' + 'RemainAfterExit=yes' works but it is intended for non-resident

[yocto] [PATCH 3/3] [meta-ivi] portmap: By default do not bind to 127.0.0.1

2013-06-11 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com -l prevents portmap from binding to other external networking interfaces i.e. ethernet Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../portmap/portmap/portmap.service|2 +- 1 file changed, 1 insertion(+),

[yocto] [PATCH 2/3] [meta-ivi] portmap: Write portmap.pid file at startup

2013-06-11 Thread Shakeel, Muhammad
From: Muhammad Shakeel muhammad_shak...@mentor.com Portmap systemd service is expecting this file to be present and without this patch portmap service will fail, with timeout status. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com --- .../portmap/portmap/pid_file_creation.patch