[OE-core] [PATCH] scripts: runqemu: remove QEMUARCH from help message

Ruslan Bilovol ruslan.bilovol at gmail.com
Fri Nov 6 14:09:06 UTC 2015


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 at gmail.com>
---
 scripts/runqemu | 1 -
 1 file changed, 1 deletion(-)

diff --git a/scripts/runqemu b/scripts/runqemu
index e01d276..da90ee0 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)"
-- 
1.9.1




More information about the Openembedded-core mailing list