Re: [OE-core] [PATCH] nghttp2: Always enable python bindings

2023-01-28 Thread Khem Raj
I have sent a v2, please disregard this one. On Sat, Jan 28, 2023 at 3:30 PM Khem Raj wrote: > > This makes the build host agnostic, otherwise on some hosts e.g. (archlinux) > it ends up using cython compiler from build host, mixing python3-native > and cython from host is not a tested

[OE-core] [PATCH v2] nghttp2: Disable python bindings

2023-01-28 Thread Khem Raj
python bindings need cython to build, moreover they have been removed from future releases upstream nghttp2 [1] This ensures consistent builds as it does not need cython which was being used from build host if it is installed. With some distros e.g. archlinux it caused conflicts with python from

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-28 Thread Alexandre Belloni via lists.openembedded.org
Note that it also breaks meta-mingw: https://autobuilder.yoctoproject.org/typhoon/#/builders/89/builds/6613/steps/12/logs/stdio On 29/01/2023 10:24:37+0800, Changqing Li wrote: > > On 1/29/23 07:32, Khem Raj wrote: > > CAUTION: This email comes from a non Wind River email account! > > Do not

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-28 Thread Changqing Li
On 1/29/23 07:32, Khem Raj wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. I have sent a fix for nghttp2 which unblocks builds on archlinux build hosts atleast. Thanks

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-28 Thread Khem Raj
I have sent a fix for nghttp2 which unblocks builds on archlinux build hosts atleast. On Sat, Jan 28, 2023 at 3:17 PM Khem Raj wrote: > > still failing on archlinux > > | [26/27] Generating nghttp2.c > | /usr/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: > FutureWarning: Cython

[OE-core] [PATCH] nghttp2: Always enable python bindings

2023-01-28 Thread Khem Raj
This makes the build host agnostic, otherwise on some hosts e.g. (archlinux) it ends up using cython compiler from build host, mixing python3-native and cython from host is not a tested combination and can result in obscure errors. Lets make it use cython from OE native packages and also enable

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-28 Thread Khem Raj
still failing on archlinux | [26/27] Generating nghttp2.c | /usr/lib/python3.10/site-packages/Cython/Compiler/Main.py:369: FutureWarning: Cython directive 'language_level' not set, using 2 for now (Py2). This will change in a later release! File:

Re: [OE-core] Toaster: where are variable descriptions used?

2023-01-28 Thread Tim Orling
On Mon, Jan 2, 2023 at 8:24 AM Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Mon, 2023-01-02 at 17:12 +0100, Michael Opdenacker via > lists.openembedded.org wrote: > > Hello, > > > > I'm checking for Bitbake variables which should be documented in > >

Re: [OE-Core][PATCH] rust: Upgrade 1.66.1 -> 1.67.0

2023-01-28 Thread Alexander Kanavin
On Sat, 28 Jan 2023 at 18:39, Alex Kiernan wrote: > Generate complete list of rust-snapshot artefacts from src/stage0.json. ... > -# TODO: Add hashes for other architecture toolchains as well. Make a script? > -SRC_URI[rust-std-snapshot-x86_64.sha256sum] = >

[OE-Core][PATCH] rust: Upgrade 1.66.1 -> 1.67.0

2023-01-28 Thread Alex Kiernan
Disable ZStd to avoid needing libzstd in llvm (mirrors zlib disable). Generate complete list of rust-snapshot artefacts from src/stage0.json. Drop clippy-driver reproducibility change as the code is gone from upstream. Release notes: https://releases.rs/docs/1.67.0/ License-Update: Unicode-TOU

Re: [OE-core] [PATCH 2/2] curl: enable nghttp2 for support HTTP2

2023-01-28 Thread Changqing Li
On 1/20/23 09:48, Changqing Li wrote: On 1/16/23 05:30, Alexandre Belloni wrote: CAUTION: This email comes from a non Wind River email account! Do not click links or open attachments unless you recognize the sender and know the content is safe. On 13/01/2023 16:04:42+0800, Changqing Li