From: Muhammad Shakeel
- 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 Audiomanager (master) but
required h
From: Muhammad Shakeel
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
---
.../portmap/portmap/pid_file_creation.patch| 162
recipes-connectivity/po
From: Muhammad Shakeel
-l prevents portmap from binding to other external networking
interfaces i.e. ethernet
Signed-off-by: Muhammad Shakeel
---
.../portmap/portmap/portmap.service|2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/recipes-connectivity/portm
From: Muhammad Shakeel
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 programs.
Signed-off-by: Muhamm