diff options
author | Florin Sarbu <florin.sarbu@windriver.com> | 2012-04-21 13:02:21 +0300 |
---|---|---|
committer | Florin Sarbu <florin.sarbu@windriver.com> | 2012-04-21 13:02:21 +0300 |
commit | e92bd190de4a4bb4a84f8e1671921835bcdb711a (patch) | |
tree | 04966d40a44ea6458026ed79254501805a52a450 | |
parent | bfab733d45aeb83f040ce4e2b7f42f96c582cc84 (diff) | |
download | meta-ivi-e92bd190de4a4bb4a84f8e1671921835bcdb711a.tar.gz meta-ivi-e92bd190de4a4bb4a84f8e1671921835bcdb711a.tar.bz2 meta-ivi-e92bd190de4a4bb4a84f8e1671921835bcdb711a.zip |
Modify runqemu script to support our vexpressa9 qemu target and update README.md to reflect that
Signed-off-by: Florin Sarbu <florin.sarbu@windriver.com>
-rw-r--r-- | README.md | 2 | ||||
-rwxr-xr-x | scripts/runqemu | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |