All of lore.kernel.org
 help / color / mirror / Atom feed
From: Julien Olivain <ju.o@free.fr>
To: "Alex Bennée" <alex.bennee@linaro.org>
Cc: buildroot@buildroot.org, Heiko Thiery <heiko.thiery@gmail.com>
Subject: Re: [Buildroot] [PATCH v6 3/5] package/vulkan-[headers|loader|tools]: bump to 1.4.317 release
Date: Sat, 14 Jun 2025 13:11:11 +0200	[thread overview]
Message-ID: <c3d287d1b65c79555a98eaa92276b140@free.fr> (raw)
In-Reply-To: <20250611111640.702572-4-alex.bennee@linaro.org>

Hi Alex,

On 11/06/2025 13:16, Alex Bennée wrote:
> Update to the current release. We now need the recently added
> vulkan-sdk to have access to the volk loader.
> 
> Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
> 
> ---
> v5
>   - 1.4.316 -> 1.4.317
> v4
>   - 1.4.306 -> 1.4.316
>   - doesn't seem to need isystem patch now
> v3
>   - fix up comment, properly select the SDK package

[...]

> diff --git a/package/vulkan-tools/Config.in 
> b/package/vulkan-tools/Config.in
> index 54fa539dab..bb0dce8282 100644
> --- a/package/vulkan-tools/Config.in
> +++ b/package/vulkan-tools/Config.in
> @@ -6,12 +6,13 @@ config BR2_PACKAGE_VULKAN_TOOLS

As I mentioned in:
https://lore.kernel.org/buildroot/1215059662f277baf90c9d16a7edac02@free.fr/T/#u

Could you update the dependency comment in this patch:

      depends on !BR2_STATIC_LIBS # vulkan-loader, vulkan-sdk


>  	depends on BR2_TOOLCHAIN_HAS_THREADS # vulkan-loader
>  	select BR2_PACKAGE_VULKAN_HEADERS
>  	select BR2_PACKAGE_VULKAN_LOADER
> +	select BR2_PACKAGE_VULKAN_SDK
> 
>  	help
>  	  The Khronos official Vulkan Tools and Utilities.
> 
>  	  https://github.com/KhronosGroup/Vulkan-Tools
> 
> -comment "vulkan-tools needs a toolchain w/ C++, dynamic library, 
> threads, gcc >= 4.9"
> +comment "vulkan-tools needs a toolchain w/ C++, dynamic library, 
> threads, gcc >= 4.9, vulkan-sdk"

Here, adding "vulkan-sdk" is not needed (because it is "select"ed and 
not a "depends on").
Could you remove it.

>  	depends on !BR2_INSTALL_LIBSTDCPP || BR2_STATIC_LIBS || \
>  		!BR2_TOOLCHAIN_HAS_THREADS || !BR2_TOOLCHAIN_GCC_AT_LEAST_4_9

Could you send an updated patch addressing those comments, please?

Best regards,

Julien.
_______________________________________________
buildroot mailing list
buildroot@buildroot.org
https://lists.buildroot.org/mailman/listinfo/buildroot

  reply	other threads:[~2025-06-14 11:11 UTC|newest]

Thread overview: 17+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-06-11 11:16 [Buildroot] [PATCH v6 0/5] Add vkmark graphics benchmarking tool Alex Bennée
2025-06-11 11:16 ` [Buildroot] [PATCH v6 1/5] package/{mesa3d, mesa3d-headers}: bump version to 25.1.3 Alex Bennée
2025-06-11 11:16 ` [Buildroot] [PATCH v6 2/5] package/vulkan-sdk: new package Alex Bennée
2025-06-14 10:51   ` Julien Olivain
2025-06-11 11:16 ` [Buildroot] [PATCH v6 3/5] package/vulkan-[headers|loader|tools]: bump to 1.4.317 release Alex Bennée
2025-06-14 11:11   ` Julien Olivain [this message]
2025-06-11 11:16 ` [Buildroot] [PATCH v6 4/5] package/vkmark: add vkmark benchmarking tool Alex Bennée
2025-06-11 13:11   ` Heiko Thiery
2025-06-11 13:55     ` Alex Bennée
2025-06-11 13:57       ` Heiko Thiery
2025-06-11 15:39       ` Nicolas Cavallari
2025-06-11 16:39         ` Alex Bennée
2025-06-14 10:59   ` Julien Olivain
2025-06-11 11:16 ` [Buildroot] [PATCH v6 5/5] support/testing: add test for vkmark package Alex Bennée
2025-06-14 11:05   ` Julien Olivain
     [not found] ` <20250611111640.702572-2-alex.bennee__11620.3121536941$1749640635$gmane$org@linaro.org>
2025-06-11 21:38   ` [Buildroot] [PATCH v6 1/5] package/{mesa3d, mesa3d-headers}: bump version to 25.1.3 Bernd Kuhls
2025-06-12  9:42     ` Alex Bennée

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=c3d287d1b65c79555a98eaa92276b140@free.fr \
    --to=ju.o@free.fr \
    --cc=alex.bennee@linaro.org \
    --cc=buildroot@buildroot.org \
    --cc=heiko.thiery@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.