[ptxdist] [PATCH 1/2] libcurl: Version bump. 8.6.0 -> 8.7.1

2024-03-28 Thread Christian Melki
Bunch of fixes as usual. 8.7.1 is a very minor change. https://curl.se/changes.html#8_7_0 https://curl.se/changes.html#8_7_1 * Add new build flag to disable docs. Signed-off-by: Christian Melki --- rules/libcurl.make | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[ptxdist] [PATCH 2/2] host-libcurl: Follow target libcurl.

2024-03-28 Thread Christian Melki
* Add build option to disable docs. Signed-off-by: Christian Melki --- rules/host-libcurl.make | 1 + 1 file changed, 1 insertion(+) diff --git a/rules/host-libcurl.make b/rules/host-libcurl.make index 686a3d4ab..e223573ea 100644 --- a/rules/host-libcurl.make +++ b/rules/host-libcurl.make @@

[ptxdist] [PATCH] zstd: Version bump. 1.5.5 -> 1.5.6

2024-03-28 Thread Christian Melki
Various improvements. https://github.com/facebook/zstd/releases/tag/v1.5.6 Signed-off-by: Christian Melki --- rules/zstd.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/zstd.make b/rules/zstd.make index 6310cc4fc..fdda5819e 100644 --- a/rules/zstd.make +++

Re: [ptxdist] Getting error 'kernel' must depend on 'host-system-python3' for 'python3'!

2024-03-28 Thread Michael Olbrich
On Thu, Mar 28, 2024 at 10:59:43AM +, Ian Abbott wrote: > On 28/03/2024 08:10, Michael Olbrich wrote: > > On Wed, Mar 27, 2024 at 05:17:21PM +, Ian Abbott wrote: > > > I'm getting this error when trying to build a kernel that has "Kernel > > > hacking > Compile-time checks and compiler

Re: [ptxdist] Getting error 'kernel' must depend on 'host-system-python3' for 'python3'!

2024-03-28 Thread Ian Abbott
On 28/03/2024 11:36, Ian Abbott wrote: On 28/03/2024 10:59, Ian Abbott wrote: On 28/03/2024 08:10, Michael Olbrich wrote: Put this in "platforms/kernel.fixup.in" in your BSP: --->8 ## SECTION=base_kernel config KERNEL select

Re: [ptxdist] Getting error 'kernel' must depend on 'host-system-python3' for 'python3'!

2024-03-28 Thread Ian Abbott
On 28/03/2024 10:59, Ian Abbott wrote: On 28/03/2024 08:10, Michael Olbrich wrote: Put this in "platforms/kernel.fixup.in" in your BSP: --->8 ## SECTION=base_kernel config KERNEL select HOST_SYSTEM_PYTHON3

Re: [ptxdist] Getting error 'kernel' must depend on 'host-system-python3' for 'python3'!

2024-03-28 Thread Ian Abbott
On 28/03/2024 08:10, Michael Olbrich wrote: On Wed, Mar 27, 2024 at 05:17:21PM +, Ian Abbott wrote: I'm getting this error when trying to build a kernel that has "Kernel hacking > Compile-time checks and compiler options > Generate BTF typeinfo (DEBUG_INFO_BTF)" enabled in the

Re: [ptxdist] Getting error 'kernel' must depend on 'host-system-python3' for 'python3'!

2024-03-28 Thread Michael Olbrich
On Wed, Mar 27, 2024 at 05:17:21PM +, Ian Abbott wrote: > I'm getting this error when trying to build a kernel that has "Kernel > hacking > Compile-time checks and compiler options > Generate BTF typeinfo > (DEBUG_INFO_BTF)" enabled in the configuration: > >

[ptxdist] [PATCH] mesalib: version bump 24.0.3 -> 24.0.4

2024-03-28 Thread Philipp Zabel
https://docs.mesa3d.org/relnotes/24.0.4.html Signed-off-by: Philipp Zabel --- rules/mesalib.make | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/rules/mesalib.make b/rules/mesalib.make index 5182b6f27489..eee7d5880e80 100644 --- a/rules/mesalib.make +++