diff options
author | Ruslan Bilovol <ruslan.bilovol@gmail.com> | 2015-11-06 16:09:06 +0200 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2015-11-16 11:39:40 +0000 |
commit | 7100c4201c7d6a46e0ef458de7bb4e4a0f8872d5 (patch) | |
tree | 08135125d4cf18f2f04b4cabef5e6ddb7fddb767 /scripts | |
parent | f47e4ad02cdbbad0dd3a08155c70d815880c5aca (diff) | |
download | poky-7100c4201c7d6a46e0ef458de7bb4e4a0f8872d5.tar.gz |
scripts: runqemu: remove QEMUARCH from help message
The QEMUARCH env variable is not used since commit
"d469c92 classes/imagetest-qemu: remove old image
testing class". Remove it from help message so
it will not confuse other people
(From OE-Core rev: f2f2fa61e2c331409f20c999f93d78ef752b4fd2)
Signed-off-by: Ruslan Bilovol <ruslan.bilovol@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/runqemu | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 373202a2b7..46918e2af5 100755 --- a/scripts/runqemu +++ b/scripts/runqemu | |||
@@ -22,7 +22,6 @@ usage() { | |||
22 | echo "" | 22 | echo "" |
23 | echo "Usage: you can run this script with any valid combination" | 23 | echo "Usage: you can run this script with any valid combination" |
24 | echo "of the following environment variables (in any order):" | 24 | echo "of the following environment variables (in any order):" |
25 | echo " QEMUARCH - the qemu machine architecture to use" | ||
26 | echo " KERNEL - the kernel image file to use" | 25 | echo " KERNEL - the kernel image file to use" |
27 | echo " ROOTFS - the rootfs image file or nfsroot directory to use" | 26 | echo " ROOTFS - the rootfs image file or nfsroot directory to use" |
28 | echo " MACHINE - the machine name (optional, autodetected from KERNEL filename if unspecified)" | 27 | echo " MACHINE - the machine name (optional, autodetected from KERNEL filename if unspecified)" |