package/qemu: disable doc generation for host build
- disable doc generation (via sphinx) for host build
Reduces host-qemu build time from (on a system with sphinx installed):
real 2m5,522s
user 9m41,292s
sys 1m9,732s
to:
real 1m9,183s
user 8m40,131s
sys 1m9,533s
Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be>
(cherry picked from commit df857f6e0f
)
Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
This commit is contained in:
parent
bd7e0a0b60
commit
6b471a330e
@ -354,6 +354,7 @@ define HOST_QEMU_CONFIGURE_CMDS
|
||||
--disable-bzip2 \
|
||||
--disable-containers \
|
||||
--disable-curl \
|
||||
--disable-docs \
|
||||
--disable-libssh \
|
||||
--disable-linux-io-uring \
|
||||
--disable-sdl \
|
||||
|
Loading…
Reference in New Issue
Block a user