From 5f8cecf6c7f974bb3543d2f7629d78e0f57d8425 Mon Sep 17 00:00:00 2001 From: Kevin Rocard Date: Wed, 2 Oct 2013 19:44:09 +0200 Subject: HostDomainGenerator: Fix relative link BZ: 144262 Currently, the hostDomainGenrator doesn't handle well some relative links. This patch fixes the issue. Change-Id: I7289b98c4e367a880ce0eac9238693f80c540a3c Signed-off-by: Kevin Rocard Reviewed-on: http://android.intel.com:8080/135931 Reviewed-by: Boisnard, FredericX Reviewed-by: Denneulin, Guillaume Reviewed-by: Gaio, MiguelX Reviewed-by: De Chivre, Renaud Tested-by: Barthes, FabienX Reviewed-by: cactus Tested-by: cactus --- tools/xmlGenerator/hostDomainGenerator.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tools') diff --git a/tools/xmlGenerator/hostDomainGenerator.sh b/tools/xmlGenerator/hostDomainGenerator.sh index f401d4e..600c326 100755 --- a/tools/xmlGenerator/hostDomainGenerator.sh +++ b/tools/xmlGenerator/hostDomainGenerator.sh @@ -124,7 +124,7 @@ retry() { # Configure the PFW main config file for simulation formatConfigFile () { - "$hostConfig" $PFWSocket "$(dirname "$1")" <"$1" + "$hostConfig" $PFWSocket "$(readlink -f "$(dirname "$1")")" <"$1" } # The initTestPlatform starts a testPlatform instance with the config file given in argument. @@ -208,7 +208,7 @@ PFWSendCommand="$remoteProcess $PFWHost $PFWSocket" $PFWSendCommand setTuningMode on -# Send the xml domain tunning file +echo "Send the xml domain tunning file: $xmlDomainFilePath" $PFWSendCommand setDomainsWithSettingsXML "$(cat $xmlDomainFilePath)" # Send the extended domain description routing files converted to pfw commands -- cgit v1.1