From 0f973ed66551cdd1112ee9df42df5603835b8384 Mon Sep 17 00:00:00 2001 From: Scott Garman Date: Mon, 4 Oct 2010 21:04:15 -0700 Subject: 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 --- scripts/poky-env-internal | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/poky-env-internal') 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: meta-toolchain meta-toolchain-sdk -You can also run generated qemu images with a command like 'runqemu qemux86' +You can also run generated qemu images with a command like 'poky-qemu qemux86' EOM -- cgit 1.2.3-korg