All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 1/3] vulkan-headers: upgrade to 1.3.249
@ 2023-05-02 19:59 Ross Burton
  2023-05-02 19:59 ` [PATCH 2/3] vulkan-loader: " Ross Burton
                   ` (2 more replies)
  0 siblings, 3 replies; 7+ messages in thread
From: Ross Burton @ 2023-05-02 19:59 UTC (permalink / raw)
  To: openembedded-core; +Cc: nd

---
 ...{vulkan-headers_1.3.239.0.bb => vulkan-headers_1.3.249.0.bb} | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
 rename meta/recipes-graphics/vulkan/{vulkan-headers_1.3.239.0.bb => vulkan-headers_1.3.249.0.bb} (94%)

diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.3.249.0.bb
similarity index 94%
rename from meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-headers_1.3.249.0.bb
index a6b30fa8310..ea6312133ca 100644
--- a/meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.3.249.0.bb
@@ -11,7 +11,7 @@ LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
 SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=main;protocol=https"
 
-SRCREV = "2bb0a23104ceffd9a28d5b7401f2cee7dae35bb8"
+SRCREV = "870a531486f77dfaf124395de80ed38867400d31"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 2/3] vulkan-loader: upgrade to 1.3.249
  2023-05-02 19:59 [PATCH 1/3] vulkan-headers: upgrade to 1.3.249 Ross Burton
@ 2023-05-02 19:59 ` Ross Burton
  2023-05-02 19:59 ` [PATCH 3/3] vulkan-tools: " Ross Burton
  2023-05-03  8:37 ` [OE-core] [PATCH 1/3] vulkan-headers: " Alexander Kanavin
  2 siblings, 0 replies; 7+ messages in thread
From: Ross Burton @ 2023-05-02 19:59 UTC (permalink / raw)
  To: openembedded-core; +Cc: nd

---
 ...{vulkan-loader_1.3.239.0.bb => vulkan-loader_1.3.249.0.bb} | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/vulkan/{vulkan-loader_1.3.239.0.bb => vulkan-loader_1.3.249.0.bb} (94%)

diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.3.239.0.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.3.249.0.bb
similarity index 94%
rename from meta/recipes-graphics/vulkan/vulkan-loader_1.3.239.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-loader_1.3.249.0.bb
index e11f936a0a1..4404190698d 100644
--- a/meta/recipes-graphics/vulkan/vulkan-loader_1.3.239.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.3.249.0.bb
@@ -9,8 +9,8 @@ SECTION = "libs"
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=7dbefed23242760aa3475ee42801c5ac"
-SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=sdk-1.3.239;protocol=https"
-SRCREV = "fa421a02686e7f01c8e4af24650fa04374df8338"
+SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=main;protocol=https"
+SRCREV = "71254bedeef4b9e94f7a51ec0fe6e4134dbfcfec"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH 3/3] vulkan-tools: upgrade to 1.3.249
  2023-05-02 19:59 [PATCH 1/3] vulkan-headers: upgrade to 1.3.249 Ross Burton
  2023-05-02 19:59 ` [PATCH 2/3] vulkan-loader: " Ross Burton
@ 2023-05-02 19:59 ` Ross Burton
  2023-05-03  8:37 ` [OE-core] [PATCH 1/3] vulkan-headers: " Alexander Kanavin
  2 siblings, 0 replies; 7+ messages in thread
From: Ross Burton @ 2023-05-02 19:59 UTC (permalink / raw)
  To: openembedded-core; +Cc: nd

---
 .../{vulkan-tools_1.3.239.0.bb => vulkan-tools_1.3.249.0.bb}  | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
 rename meta/recipes-graphics/vulkan/{vulkan-tools_1.3.239.0.bb => vulkan-tools_1.3.249.0.bb} (93%)

diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.3.239.0.bb b/meta/recipes-graphics/vulkan/vulkan-tools_1.3.249.0.bb
similarity index 93%
rename from meta/recipes-graphics/vulkan/vulkan-tools_1.3.239.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-tools_1.3.249.0.bb
index 934bd53ee18..dc54c452bfd 100644
--- a/meta/recipes-graphics/vulkan/vulkan-tools_1.3.239.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-tools_1.3.249.0.bb
@@ -6,8 +6,8 @@ SECTION = "libs"
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
-SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=sdk-1.3.239;protocol=https"
-SRCREV = "84c61c463aecdda385de33b0149c7368119c23f6"
+SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=main;protocol=https"
+SRCREV = "e8cfca418ac42b35d696c48595fb7a82a4822355"
 
 S = "${WORKDIR}/git"
 
-- 
2.34.1



^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [OE-core] [PATCH 1/3] vulkan-headers: upgrade to 1.3.249
  2023-05-02 19:59 [PATCH 1/3] vulkan-headers: upgrade to 1.3.249 Ross Burton
  2023-05-02 19:59 ` [PATCH 2/3] vulkan-loader: " Ross Burton
  2023-05-02 19:59 ` [PATCH 3/3] vulkan-tools: " Ross Burton
@ 2023-05-03  8:37 ` Alexander Kanavin
  2023-05-03  8:39   ` Ross Burton
  2 siblings, 1 reply; 7+ messages in thread
From: Alexander Kanavin @ 2023-05-03  8:37 UTC (permalink / raw)
  To: Ross Burton; +Cc: openembedded-core, nd

Please respect the upstream version check; vulkan should be updated to
sdk-x.y.z versions, which currently means 1.3.243.

Alex


On Tue, 2 May 2023 at 21:59, Ross Burton <ross.burton@arm.com> wrote:
>
> ---
>  ...{vulkan-headers_1.3.239.0.bb => vulkan-headers_1.3.249.0.bb} | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>  rename meta/recipes-graphics/vulkan/{vulkan-headers_1.3.239.0.bb => vulkan-headers_1.3.249.0.bb} (94%)
>
> diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.3.249.0.bb
> similarity index 94%
> rename from meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb
> rename to meta/recipes-graphics/vulkan/vulkan-headers_1.3.249.0.bb
> index a6b30fa8310..ea6312133ca 100644
> --- a/meta/recipes-graphics/vulkan/vulkan-headers_1.3.239.0.bb
> +++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.3.249.0.bb
> @@ -11,7 +11,7 @@ LICENSE = "Apache-2.0"
>  LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
>  SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=main;protocol=https"
>
> -SRCREV = "2bb0a23104ceffd9a28d5b7401f2cee7dae35bb8"
> +SRCREV = "870a531486f77dfaf124395de80ed38867400d31"
>
>  S = "${WORKDIR}/git"
>
> --
> 2.34.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#180766): https://lists.openembedded.org/g/openembedded-core/message/180766
> Mute This Topic: https://lists.openembedded.org/mt/98647309/1686489
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [OE-core] [PATCH 1/3] vulkan-headers: upgrade to 1.3.249
  2023-05-03  8:37 ` [OE-core] [PATCH 1/3] vulkan-headers: " Alexander Kanavin
@ 2023-05-03  8:39   ` Ross Burton
  2023-05-03  8:47     ` Alexander Kanavin
  0 siblings, 1 reply; 7+ messages in thread
From: Ross Burton @ 2023-05-03  8:39 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: OE-core

On 3 May 2023, at 09:37, Alexander Kanavin <alex.kanavin@gmail.com> wrote:
> 
> Please respect the upstream version check; vulkan should be updated to
> sdk-x.y.z versions, which currently means 1.3.243.

If that’s a policy and not just because of historical branch structure, please add a comment explaining this to the recipes.

Ross

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [OE-core] [PATCH 1/3] vulkan-headers: upgrade to 1.3.249
  2023-05-03  8:39   ` Ross Burton
@ 2023-05-03  8:47     ` Alexander Kanavin
  2023-05-03 10:02       ` Jose Quaresma
  0 siblings, 1 reply; 7+ messages in thread
From: Alexander Kanavin @ 2023-05-03  8:47 UTC (permalink / raw)
  To: Ross Burton; +Cc: OE-core

On Wed, 3 May 2023 at 10:39, Ross Burton <Ross.Burton@arm.com> wrote:
> > Please respect the upstream version check; vulkan should be updated to
> > sdk-x.y.z versions, which currently means 1.3.243.
>
> If that’s a policy and not just because of historical branch structure, please add a comment explaining this to the recipes.

Vulkan items need to be updated in lockstep with things like glslang,
and those only get tags for vulkan sdk releases:
https://github.com/KhronosGroup/glslang/tags

Also, there's less upgrade churn that way, as we can skip over many
intermediate development versions that happen weekly or more often.

I'll add a comment, but checking the version with devtool and then
performing the upgrade with it would've done the correct thing.

Alex


^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [OE-core] [PATCH 1/3] vulkan-headers: upgrade to 1.3.249
  2023-05-03  8:47     ` Alexander Kanavin
@ 2023-05-03 10:02       ` Jose Quaresma
  0 siblings, 0 replies; 7+ messages in thread
From: Jose Quaresma @ 2023-05-03 10:02 UTC (permalink / raw)
  To: Alexander Kanavin; +Cc: Ross Burton, OE-core

[-- Attachment #1: Type: text/plain, Size: 1622 bytes --]

Hi,

Alexander Kanavin <alex.kanavin@gmail.com> escreveu no dia quarta,
3/05/2023 à(s) 09:47:

> On Wed, 3 May 2023 at 10:39, Ross Burton <Ross.Burton@arm.com> wrote:
> > > Please respect the upstream version check; vulkan should be updated to
> > > sdk-x.y.z versions, which currently means 1.3.243.
> >
> > If that’s a policy and not just because of historical branch structure,
> please add a comment explaining this to the recipes.
>
> Vulkan items need to be updated in lockstep with things like glslang,
> and those only get tags for vulkan sdk releases:
> https://github.com/KhronosGroup/glslang/tags
>
>
The spirv-headers and the spirv-tools usually also go together with the
vulkan update.

https://github.com/KhronosGroup/SPIRV-Headers/tags
https://github.com/KhronosGroup/SPIRV-Tools/tags

Jose

Also, there's less upgrade churn that way, as we can skip over many
> intermediate development versions that happen weekly or more often.
>
> I'll add a comment, but checking the version with devtool and then
> performing the upgrade with it would've done the correct thing.
>
> Alex
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#180789):
> https://lists.openembedded.org/g/openembedded-core/message/180789
> Mute This Topic: https://lists.openembedded.org/mt/98647309/5052612
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [
> quaresma.jose@gmail.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
>

-- 
Best regards,

José Quaresma

[-- Attachment #2: Type: text/html, Size: 3080 bytes --]

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2023-05-03 10:02 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-02 19:59 [PATCH 1/3] vulkan-headers: upgrade to 1.3.249 Ross Burton
2023-05-02 19:59 ` [PATCH 2/3] vulkan-loader: " Ross Burton
2023-05-02 19:59 ` [PATCH 3/3] vulkan-tools: " Ross Burton
2023-05-03  8:37 ` [OE-core] [PATCH 1/3] vulkan-headers: " Alexander Kanavin
2023-05-03  8:39   ` Ross Burton
2023-05-03  8:47     ` Alexander Kanavin
2023-05-03 10:02       ` Jose Quaresma

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.