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:
parent
856911a1e6
commit
7ba3c0330a
|
@ -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
|
For older/unmaintained qemu frontends, this build also creates a symlink
|
||||||
to qemu-system-ARCH at /usr/bin/qemu-kvm.
|
to qemu-system-ARCH at /usr/bin/qemu-kvm.
|
||||||
|
|
||||||
libiscsi, libcacard, liburing, spice, usbredir, virglrenderer,
|
libiscsi, libcacard, spice, usbredir, virglrenderer, device-tree-compiler,
|
||||||
device-tree-compiler, libnfs, snappy, glusterfs and vde2 are optional
|
libnfs, snappy, glusterfs, and vde2 are optional dependencies.
|
||||||
dependencies.
|
|
||||||
|
|
||||||
NOTE:
|
|
||||||
To compile with virglrenderer, you will need to upgrade to
|
|
||||||
mesa-12.0.0 or higher.
|
|
||||||
|
|
||||||
Sphinx is optional but required in order for any of the documentation to be
|
Sphinx is optional but required in order for any of the documentation to be
|
||||||
built.
|
built.
|
||||||
|
@ -58,6 +53,3 @@ If you wish to emulate ARM, you will want device-tree-compiler.
|
||||||
NOTES:
|
NOTES:
|
||||||
This version breaks some backward compatibility with earlier versions.
|
This version breaks some backward compatibility with earlier versions.
|
||||||
Consult the official changelogs for details.
|
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.
|
|
||||||
|
|
|
@ -35,7 +35,6 @@ SRCVER=$(echo $VERSION | tr _ - )
|
||||||
BUILD=${BUILD:-1}
|
BUILD=${BUILD:-1}
|
||||||
TAG=${TAG:-_SBo}
|
TAG=${TAG:-_SBo}
|
||||||
PKGTYPE=${PKGTYPE:-tgz}
|
PKGTYPE=${PKGTYPE:-tgz}
|
||||||
NUMJOBS=${NUMJOBS:-1}
|
|
||||||
|
|
||||||
KVMGROUP=${KVMGROUP:-users}
|
KVMGROUP=${KVMGROUP:-users}
|
||||||
TARGETS=${TARGETS:-some}
|
TARGETS=${TARGETS:-some}
|
||||||
|
|
Loading…
Reference in New Issue