diff options
author | 2012-04-21 13:02:21 +0300 | |
---|---|---|
committer | 2012-04-21 13:02:21 +0300 | |
commit | e92bd190de4a4bb4a84f8e1671921835bcdb711a (patch) | |
tree | 04966d40a44ea6458026ed79254501805a52a450 /scripts | |
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>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/runqemu | 2 |
1 files changed, 1 insertions, 1 deletions
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 |