diff options
author | Scott Garman <scott.a.garman@intel.com> | 2010-10-04 21:04:15 -0700 |
---|---|---|
committer | Richard Purdie <rpurdie@linux.intel.com> | 2010-10-07 19:57:34 +0100 |
commit | 0f973ed66551cdd1112ee9df42df5603835b8384 (patch) | |
tree | 753442dd27a029749846a718353e1fba02a09e49 /scripts/poky-env-internal | |
parent | e70c8981f250ead9e025ecd27aef94b67d784fc6 (diff) | |
download | poky-0f973ed66551cdd1112ee9df42df5603835b8384.tar.gz |
Merge runqemu features into poky-qemu
This merges the functionality of the runqemu script into poky-qemu.
It also removes the requirement to order command line args to poky-qemu
in any particular order.
This fixes a slew of runqemu-related bugs by making the runqemu script
obsolete (and fixing the issues in the new poky-qemu), including
[BUGID #294] [BUGID #295] [BUGID #371] and [BUGID #324].
Signed-off-by: Scott Garman <scott.a.garman@intel.com>
Diffstat (limited to 'scripts/poky-env-internal')
-rwxr-xr-x | scripts/poky-env-internal | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/poky-env-internal b/scripts/poky-env-internal index 52747bf5c3..ae26cab7e4 100755 --- a/scripts/poky-env-internal +++ b/scripts/poky-env-internal | |||
@@ -128,7 +128,7 @@ Common targets are: | |||
128 | meta-toolchain | 128 | meta-toolchain |
129 | meta-toolchain-sdk | 129 | meta-toolchain-sdk |
130 | 130 | ||
131 | You can also run generated qemu images with a command like 'runqemu qemux86' | 131 | You can also run generated qemu images with a command like 'poky-qemu qemux86' |
132 | 132 | ||
133 | EOM | 133 | EOM |
134 | 134 | ||