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:37:23 +0000 |
commit | f2f2fa61e2c331409f20c999f93d78ef752b4fd2 (patch) | |
tree | 181b9edd525a85f5120ddccb921c90baa7add3de /scripts/runqemu | |
parent | ff340f200159f79c0265234af58f965ae21a2965 (diff) | |
download | openembedded-core-contrib-f2f2fa61e2c331409f20c999f93d78ef752b4fd2.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
Signed-off-by: Ruslan Bilovol <ruslan.bilovol@gmail.com>
Signed-off-by: Ross Burton <ross.burton@intel.com>
Diffstat (limited to 'scripts/runqemu')
-rwxr-xr-x | scripts/runqemu | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/scripts/runqemu b/scripts/runqemu index 373202a2b74..46918e2af54 100755 --- a/scripts/runqemu +++ b/scripts/runqemu @@ -22,7 +22,6 @@ usage() { echo "" echo "Usage: you can run this script with any valid combination" echo "of the following environment variables (in any order):" - echo " QEMUARCH - the qemu machine architecture to use" echo " KERNEL - the kernel image file to use" echo " ROOTFS - the rootfs image file or nfsroot directory to use" echo " MACHINE - the machine name (optional, autodetected from KERNEL filename if unspecified)" |