[Buildroot] [PATCH] package/qemu: disable tests
From: Romain Naour <hidden>
Date: 2021-02-26 22:12:34
Hello, Le 26/02/2021 ? 09:40, Peter Korsgaard a ?crit?:
quoted
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.
The patch was started at that time but not finished. I just sent the patch on the mailing list. Best regards, Romain
Committed, thanks.