[Buildroot] [PATCH 0/2] Fix qemu package build

Alexey Neyman stilor at att.net
Wed Jul 21 19:46:03 UTC 2021


Patch ping; no response received to patches submitted 5 days ago.

First, there is a problem that is currently reported by buildroot's
autobuilder: the --disable-git-update option is now deprecated and is
interpreted as --with-git-submodules=validate, which can only work in a
git clone. The correct replacement is --with-git-submodules=ignore.

With that fixed, package/qemu build succeeds. However, on hosts using
make 3.82 (e.g CentOS 7), despite reporting build success, it fails to
actually build or install any target binaries. The problem is that
Qemu's makefile incorrectly interprets the --no-print-directory passed
by buildroot as the -n option to make and injects -n (--just-print) into
its ninja build.

Alexey Neyman (2):
  qemu: do not use deprecated option
  qemu: filter out long make options

 package/qemu/qemu.mk | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

-- 
2.27.0



More information about the buildroot mailing list