mirror of
https://git.yoctoproject.org/poky
synced 2026-01-29 21:08:42 +01:00
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>
This commit is contained in:
committed by
Richard Purdie
parent
f47e4ad02c
commit
7100c4201c
@@ -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)"
|
||||
|
||||
Reference in New Issue
Block a user