Message ID | 20250728032045.2783514-1-raj.khem@gmail.com |
---|---|
State | New |
Headers | show |
Series | [1/5] spirv-headers,spirv-tools: Upgrade to 1.4.321.0 release | expand |
Thank you for your submission. Patchtest identified one or more issues with the patch. Please see the log below for more information: --- Testing patch /home/patchtest/share/mboxes/1-5-spirv-headers-spirv-tools-Upgrade-to-1.4.321.0-release.patch FAIL: test commit message presence: Please include a commit message on your patch explaining the change (test_mbox.TestMbox.test_commit_message_presence) FAIL: test lic files chksum modified not mentioned: LIC_FILES_CHKSUM changed without "License-Update:" tag and description in commit message (test_metadata.TestMetadata.test_lic_files_chksum_modified_not_mentioned) PASS: pretest src uri left files (test_metadata.TestMetadata.pretest_src_uri_left_files) PASS: test CVE check ignore (test_metadata.TestMetadata.test_cve_check_ignore) PASS: test Signed-off-by presence (test_mbox.TestMbox.test_signed_off_by_presence) PASS: test author valid (test_mbox.TestMbox.test_author_valid) PASS: test commit message user tags (test_mbox.TestMbox.test_commit_message_user_tags) PASS: test max line length (test_metadata.TestMetadata.test_max_line_length) PASS: test mbox format (test_mbox.TestMbox.test_mbox_format) PASS: test non-AUH upgrade (test_mbox.TestMbox.test_non_auh_upgrade) PASS: test shortlog format (test_mbox.TestMbox.test_shortlog_format) PASS: test shortlog length (test_mbox.TestMbox.test_shortlog_length) PASS: test src uri left files (test_metadata.TestMetadata.test_src_uri_left_files) PASS: test target mailing list (test_mbox.TestMbox.test_target_mailing_list) SKIP: pretest pylint: No python related patches, skipping test (test_python_pylint.PyLint.pretest_pylint) SKIP: test CVE tag format: No new CVE patches introduced (test_patch.TestPatch.test_cve_tag_format) SKIP: test Signed-off-by presence: No new CVE patches introduced (test_patch.TestPatch.test_signed_off_by_presence) SKIP: test Upstream-Status presence: No new CVE patches introduced (test_patch.TestPatch.test_upstream_status_presence_format) SKIP: test bugzilla entry format: No bug ID found (test_mbox.TestMbox.test_bugzilla_entry_format) SKIP: test lic files chksum presence: No added recipes, skipping test (test_metadata.TestMetadata.test_lic_files_chksum_presence) SKIP: test license presence: No added recipes, skipping test (test_metadata.TestMetadata.test_license_presence) SKIP: test pylint: No python related patches, skipping test (test_python_pylint.PyLint.test_pylint) SKIP: test series merge on head: Merge test is disabled for now (test_mbox.TestMbox.test_series_merge_on_head) SKIP: test summary presence: No added recipes, skipping test (test_metadata.TestMetadata.test_summary_presence) --- Please address the issues identified and submit a new revision of the patch, or alternatively, reply to this email with an explanation of why the patch should be accepted. If you believe these results are due to an error in patchtest, please submit a bug at https://bugzilla.yoctoproject.org/ (use the 'Patchtest' category under 'Yocto Project Subprojects'). For more information on specific failures, see: https://wiki.yoctoproject.org/wiki/Patchtest. Thank you!
These need to be updated in lockstep with other vulkan items: $ find . -name *1.4.3* ./meta/recipes-graphics/glslang/glslang_1.4.313.0.bb ./meta/recipes-graphics/vulkan/vulkan-headers_1.4.313.0.bb ./meta/recipes-graphics/vulkan/vulkan-loader_1.4.313.0.bb ./meta/recipes-graphics/vulkan/vulkan-tools_1.4.313.0.bb ./meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.313.0.bb ./meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.313.0.bb ./meta/recipes-graphics/vulkan/vulkan-volk_1.4.313.0.bb ./meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb ./meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb Alex On Mon, 28 Jul 2025 at 05:20, Khem Raj via lists.openembedded.org <raj.khem=gmail.com@lists.openembedded.org> wrote: > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > ...{spirv-headers_1.4.313.0.bb => spirv-headers_1.4.321.0.bb} | 4 ++-- > .../{spirv-tools_1.4.313.0.bb => spirv-tools_1.4.321.0.bb} | 2 +- > 2 files changed, 3 insertions(+), 3 deletions(-) > rename meta/recipes-graphics/spir/{spirv-headers_1.4.313.0.bb => spirv-headers_1.4.321.0.bb} (84%) > rename meta/recipes-graphics/spir/{spirv-tools_1.4.313.0.bb => spirv-tools_1.4.321.0.bb} (97%) > > diff --git a/meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.4.321.0.bb > similarity index 84% > rename from meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb > rename to meta/recipes-graphics/spir/spirv-headers_1.4.321.0.bb > index a551814689c..1da2e74f93b 100644 > --- a/meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb > +++ b/meta/recipes-graphics/spir/spirv-headers_1.4.321.0.bb > @@ -2,9 +2,9 @@ SUMMARY = "Machine-readable files for the SPIR-V Registry" > SECTION = "graphics" > HOMEPAGE = "https://www.khronos.org/registry/spir-v" > LICENSE = "MIT" > -LIC_FILES_CHKSUM = "file://LICENSE;md5=d14ee3b13f42e9c9674acc5925c3d741" > +LIC_FILES_CHKSUM = "file://LICENSE;md5=a0dcaa512cc2dee95fe0fd791ee83a18" > > -SRCREV = "aa6cef192b8e693916eb713e7a9ccadf06062ceb" > +SRCREV = "2a611a970fdbc41ac2e3e328802aed9985352dca" > SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main" > PE = "1" > # These recipes need to be updated in lockstep with each other: > diff --git a/meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb b/meta/recipes-graphics/spir/spirv-tools_1.4.321.0.bb > similarity index 97% > rename from meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb > rename to meta/recipes-graphics/spir/spirv-tools_1.4.321.0.bb > index 4594a1a9426..319b25b7f43 100644 > --- a/meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb > +++ b/meta/recipes-graphics/spir/spirv-tools_1.4.321.0.bb > @@ -7,7 +7,7 @@ SECTION = "graphics" > LICENSE = "Apache-2.0" > LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" > > -SRCREV = "a62abcb402009b9ca5975e6167c09f237f630e0e" > +SRCREV = "33e02568181e3312f49a3cf33df470bf96ef293a" > SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=main;protocol=https \ > " > PE = "1" > > -=-=-=-=-=-=-=-=-=-=-=- > Links: You receive all messages sent to this group. > View/Reply Online (#220984): https://lists.openembedded.org/g/openembedded-core/message/220984 > Mute This Topic: https://lists.openembedded.org/mt/114408564/1686489 > Group Owner: openembedded-core+owner@lists.openembedded.org > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com] > -=-=-=-=-=-=-=-=-=-=-=- >
On Mon, Jul 28, 2025 at 2:02 AM Alexander Kanavin <alex.kanavin@gmail.com> wrote: > > These need to be updated in lockstep with other vulkan items: > $ find . -name *1.4.3* > ./meta/recipes-graphics/glslang/glslang_1.4.313.0.bb > ./meta/recipes-graphics/vulkan/vulkan-headers_1.4.313.0.bb > ./meta/recipes-graphics/vulkan/vulkan-loader_1.4.313.0.bb > ./meta/recipes-graphics/vulkan/vulkan-tools_1.4.313.0.bb > ./meta/recipes-graphics/vulkan/vulkan-utility-libraries_1.4.313.0.bb > ./meta/recipes-graphics/vulkan/vulkan-validation-layers_1.4.313.0.bb > ./meta/recipes-graphics/vulkan/vulkan-volk_1.4.313.0.bb > ./meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb > ./meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb > Yes thats reasonable. Although what worries me is the spread of dependencies for atomic upgrades now, libclc is built from clang sources and libclc has dependencies into these via spirv-tools, this is adding quite a bit of sundry dependency upgrades that compiler upgrade will have to do. Thats my worry all along when we spun packages out of clang, It would make it hard to do version upgrades in future. > Alex > > On Mon, 28 Jul 2025 at 05:20, Khem Raj via lists.openembedded.org > <raj.khem=gmail.com@lists.openembedded.org> wrote: > > > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > > --- > > ...{spirv-headers_1.4.313.0.bb => spirv-headers_1.4.321.0.bb} | 4 ++-- > > .../{spirv-tools_1.4.313.0.bb => spirv-tools_1.4.321.0.bb} | 2 +- > > 2 files changed, 3 insertions(+), 3 deletions(-) > > rename meta/recipes-graphics/spir/{spirv-headers_1.4.313.0.bb => spirv-headers_1.4.321.0.bb} (84%) > > rename meta/recipes-graphics/spir/{spirv-tools_1.4.313.0.bb => spirv-tools_1.4.321.0.bb} (97%) > > > > diff --git a/meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.4.321.0.bb > > similarity index 84% > > rename from meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb > > rename to meta/recipes-graphics/spir/spirv-headers_1.4.321.0.bb > > index a551814689c..1da2e74f93b 100644 > > --- a/meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb > > +++ b/meta/recipes-graphics/spir/spirv-headers_1.4.321.0.bb > > @@ -2,9 +2,9 @@ SUMMARY = "Machine-readable files for the SPIR-V Registry" > > SECTION = "graphics" > > HOMEPAGE = "https://www.khronos.org/registry/spir-v" > > LICENSE = "MIT" > > -LIC_FILES_CHKSUM = "file://LICENSE;md5=d14ee3b13f42e9c9674acc5925c3d741" > > +LIC_FILES_CHKSUM = "file://LICENSE;md5=a0dcaa512cc2dee95fe0fd791ee83a18" > > > > -SRCREV = "aa6cef192b8e693916eb713e7a9ccadf06062ceb" > > +SRCREV = "2a611a970fdbc41ac2e3e328802aed9985352dca" > > SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main" > > PE = "1" > > # These recipes need to be updated in lockstep with each other: > > diff --git a/meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb b/meta/recipes-graphics/spir/spirv-tools_1.4.321.0.bb > > similarity index 97% > > rename from meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb > > rename to meta/recipes-graphics/spir/spirv-tools_1.4.321.0.bb > > index 4594a1a9426..319b25b7f43 100644 > > --- a/meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb > > +++ b/meta/recipes-graphics/spir/spirv-tools_1.4.321.0.bb > > @@ -7,7 +7,7 @@ SECTION = "graphics" > > LICENSE = "Apache-2.0" > > LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" > > > > -SRCREV = "a62abcb402009b9ca5975e6167c09f237f630e0e" > > +SRCREV = "33e02568181e3312f49a3cf33df470bf96ef293a" > > SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=main;protocol=https \ > > " > > PE = "1" > > > > -=-=-=-=-=-=-=-=-=-=-=- > > Links: You receive all messages sent to this group. > > View/Reply Online (#220984): https://lists.openembedded.org/g/openembedded-core/message/220984 > > Mute This Topic: https://lists.openembedded.org/mt/114408564/1686489 > > Group Owner: openembedded-core+owner@lists.openembedded.org > > Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alex.kanavin@gmail.com] > > -=-=-=-=-=-=-=-=-=-=-=- > >
diff --git a/meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb b/meta/recipes-graphics/spir/spirv-headers_1.4.321.0.bb similarity index 84% rename from meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb rename to meta/recipes-graphics/spir/spirv-headers_1.4.321.0.bb index a551814689c..1da2e74f93b 100644 --- a/meta/recipes-graphics/spir/spirv-headers_1.4.313.0.bb +++ b/meta/recipes-graphics/spir/spirv-headers_1.4.321.0.bb @@ -2,9 +2,9 @@ SUMMARY = "Machine-readable files for the SPIR-V Registry" SECTION = "graphics" HOMEPAGE = "https://www.khronos.org/registry/spir-v" LICENSE = "MIT" -LIC_FILES_CHKSUM = "file://LICENSE;md5=d14ee3b13f42e9c9674acc5925c3d741" +LIC_FILES_CHKSUM = "file://LICENSE;md5=a0dcaa512cc2dee95fe0fd791ee83a18" -SRCREV = "aa6cef192b8e693916eb713e7a9ccadf06062ceb" +SRCREV = "2a611a970fdbc41ac2e3e328802aed9985352dca" SRC_URI = "git://github.com/KhronosGroup/SPIRV-Headers;protocol=https;branch=main" PE = "1" # These recipes need to be updated in lockstep with each other: diff --git a/meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb b/meta/recipes-graphics/spir/spirv-tools_1.4.321.0.bb similarity index 97% rename from meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb rename to meta/recipes-graphics/spir/spirv-tools_1.4.321.0.bb index 4594a1a9426..319b25b7f43 100644 --- a/meta/recipes-graphics/spir/spirv-tools_1.4.313.0.bb +++ b/meta/recipes-graphics/spir/spirv-tools_1.4.321.0.bb @@ -7,7 +7,7 @@ SECTION = "graphics" LICENSE = "Apache-2.0" LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57" -SRCREV = "a62abcb402009b9ca5975e6167c09f237f630e0e" +SRCREV = "33e02568181e3312f49a3cf33df470bf96ef293a" SRC_URI = "git://github.com/KhronosGroup/SPIRV-Tools.git;branch=main;protocol=https \ " PE = "1"
Signed-off-by: Khem Raj <raj.khem@gmail.com> --- ...{spirv-headers_1.4.313.0.bb => spirv-headers_1.4.321.0.bb} | 4 ++-- .../{spirv-tools_1.4.313.0.bb => spirv-tools_1.4.321.0.bb} | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-graphics/spir/{spirv-headers_1.4.313.0.bb => spirv-headers_1.4.321.0.bb} (84%) rename meta/recipes-graphics/spir/{spirv-tools_1.4.313.0.bb => spirv-tools_1.4.321.0.bb} (97%)