[Buildroot] [PATCH] package/qemu: disable tests
From: Peter Korsgaard <peter@korsgaard.com>
Date: 2021-02-26 08:40:46
quoted
quoted
quoted
quoted
"Romain" == Romain Naour [off-list ref] writes:
> tests/fp/fp-bench.c use fenv.h that is not always provided > by the libc (uClibc). > To workaround this issue, add an new meson option to > disable tests while building Qemu. > Fixes: > http://autobuild.buildroot.net/results/53f5d8baa994d599b9da013ee643b82353366ec3/build-end.log > Signed-off-by: Romain Naour [off-list ref] > --- > .../qemu/0004-meson-add-tests-option.patch | 92 +++++++++++++++++++ > package/qemu/qemu.mk | 2 + > 2 files changed, 94 insertions(+) > create mode 100644 package/qemu/0004-meson-add-tests-option.patch > diff --git a/package/qemu/0004-meson-add-tests-option.patch b/package/qemu/0004-meson-add-tests-option.patch > new file mode 100644 > index 0000000000..aff8a0f9fc > --- /dev/null > +++ b/package/qemu/0004-meson-add-tests-option.patch > @@ -0,0 +1,92 @@ > +From c24f6cc8f847a4f90cd8fe0f94604862c5ac4a5e Mon Sep 17 00:00:00 2001 > +From: Romain Naour [off-list ref] > +Date: Mon, 21 Dec 2020 22:12:14 +0100 I see you wrote this 2 months ago, but I don't seem to find it in qemu git or the mailing list. Did you submit it upstream? If not, please do so. Committed, thanks. -- Bye, Peter Korsgaard