system/qemu: Fixup README; remove NUMJOBS from script

NUMJOBS should not have been here at all - it was introduced
in 823f74941a
This commit is contained in:
Robby Workman 2022-02-14 01:30:29 -06:00
parent 856911a1e6
commit 7ba3c0330a
2 changed files with 2 additions and 11 deletions

View File

@ -39,13 +39,8 @@ your processor) prior to launching qemu-system-ARCH with kvm enabled.
For older/unmaintained qemu frontends, this build also creates a symlink
to qemu-system-ARCH at /usr/bin/qemu-kvm.
libiscsi, libcacard, liburing, spice, usbredir, virglrenderer,
device-tree-compiler, libnfs, snappy, glusterfs and vde2 are optional
dependencies.
NOTE:
To compile with virglrenderer, you will need to upgrade to
mesa-12.0.0 or higher.
libiscsi, libcacard, spice, usbredir, virglrenderer, device-tree-compiler,
libnfs, snappy, glusterfs, and vde2 are optional dependencies.
Sphinx is optional but required in order for any of the documentation to be
built.
@ -58,6 +53,3 @@ If you wish to emulate ARM, you will want device-tree-compiler.
NOTES:
This version breaks some backward compatibility with earlier versions.
Consult the official changelogs for details.
SDL 1.2 support is deprecated, SDL 2.0 should be used instead.
Python 3.x can be used to build QEMU.

View File

@ -35,7 +35,6 @@ SRCVER=$(echo $VERSION | tr _ - )
BUILD=${BUILD:-1}
TAG=${TAG:-_SBo}
PKGTYPE=${PKGTYPE:-tgz}
NUMJOBS=${NUMJOBS:-1}
KVMGROUP=${KVMGROUP:-users}
TARGETS=${TARGETS:-some}