Re: [OE-core] [PATCH] valgrind: Enable network for ptest builds

2022-01-13 Thread Khem Raj
On Thu, Jan 13, 2022 at 1:58 PM Richard Purdie wrote: > > On Thu, 2022-01-13 at 11:12 -0800, Khem Raj wrote: > > On Thu, Jan 13, 2022 at 9:46 AM Konrad Weihmann > > wrote: > > > > > > My understanding is to add > > > > > > --nonet > > > > > > to XMLLINT_FLAGS = --noblanks --noout --xinclude --po

Re: [OE-core] [PATCH] valgrind: Enable network for ptest builds

2022-01-13 Thread Richard Purdie
On Thu, 2022-01-13 at 11:12 -0800, Khem Raj wrote: > On Thu, Jan 13, 2022 at 9:46 AM Konrad Weihmann wrote: > > > > My understanding is to add > > > > --nonet > > > > to XMLLINT_FLAGS = --noblanks --noout --xinclude --postvalid --noent > > > > in docs/Makefile.in > > > > and we should be good

Re: [OE-core] [PATCH] valgrind: Enable network for ptest builds

2022-01-13 Thread Khem Raj
On Thu, Jan 13, 2022 at 9:46 AM Konrad Weihmann wrote: > > My understanding is to add > > --nonet > > to XMLLINT_FLAGS = --noblanks --noout --xinclude --postvalid --noent > > in docs/Makefile.in > > and we should be good - haven't tried it yet but it should do the trick right, good suggestion but

Re: [OE-core] [PATCH] valgrind: Enable network for ptest builds

2022-01-13 Thread Konrad Weihmann
My understanding is to add --nonet to XMLLINT_FLAGS = --noblanks --noout --xinclude --postvalid --noent in docs/Makefile.in and we should be good - haven't tried it yet but it should do the trick On 13.01.22 18:39, Alexander Kanavin wrote: Why wasn't this exposed by AB testing? And can there

Re: [OE-core] [PATCH] valgrind: Enable network for ptest builds

2022-01-13 Thread Alexander Kanavin
Why wasn't this exposed by AB testing? And can there be a better solution (e.g. skip the validation step), since this would still break on hosts without internet. Alex On Thu, 13 Jan 2022 at 18:36, Khem Raj wrote: > do_compile_ptest_base uses xmllint which accesses internet for > validating DTD

[OE-core] [PATCH] valgrind: Enable network for ptest builds

2022-01-13 Thread Khem Raj
do_compile_ptest_base uses xmllint which accesses internet for validating DTD Signed-off-by: Khem Raj --- meta/recipes-devtools/valgrind/valgrind_3.18.1.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-devtools/valgrind/valgrind_3.18.1.bb b/meta/recipes-devtools/valgrind