aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--README.md2
-rwxr-xr-xscripts/runqemu2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 9e2dd7c..8fb7d02 100644
--- a/README.md
+++ b/README.md
@@ -38,4 +38,4 @@ You can build an QEMU image including GENIVI P1 components using the following s
$ bitbake discovery-image
11. Run the emulator:
- $ runqemu discovery-image vexpressa9
+ $ PATH_TO_META_IVI/scripts/runqemu discovery-image vexpressa9
diff --git a/scripts/runqemu b/scripts/runqemu
index bc4ba00..b6e24ed 100755
--- a/scripts/runqemu
+++ b/scripts/runqemu
@@ -424,6 +424,6 @@ if [ "$libgl" != 'yes' ]; then
exit 1;
fi
-INTERNAL_SCRIPT=`which runqemu-internal`
+INTERNAL_SCRIPT=$(dirname $0)/runqemu-internal
. $INTERNAL_SCRIPT