* [OE-core] [PATCH] vulkan-headers: upgrade 1.3.216.0 -> 1.3.225
2022-08-30 4:24 [OE-core] [PATCH] python3-setuptools: upgrade 65.0.2 -> 65.3.0 Wang Mingyu
@ 2022-08-30 4:24 ` Wang Mingyu
2022-08-30 7:05 ` Alexander Kanavin
2022-08-30 4:24 ` [OE-core] [PATCH] vulkan-loader: " Wang Mingyu
` (3 subsequent siblings)
4 siblings, 1 reply; 7+ messages in thread
From: Wang Mingyu @ 2022-08-30 4:24 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
| 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/vulkan/{vulkan-headers_1.3.216.0.bb => vulkan-headers_1.3.225.bb} (93%)
--git a/meta/recipes-graphics/vulkan/vulkan-headers_1.3.216.0.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.3.225.bb
similarity index 93%
rename from meta/recipes-graphics/vulkan/vulkan-headers_1.3.216.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-headers_1.3.225.bb
index 5f7917ae82..64b9ad22c8 100644
--- a/meta/recipes-graphics/vulkan/vulkan-headers_1.3.216.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.3.225.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 = "3ef4c97fd6ea001d75a8e9da408ee473c180e456"
+SRCREV = "715673702f5b18ffb8e5832e67cf731468d32ac6"
S = "${WORKDIR}/git"
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [OE-core] [PATCH] vulkan-headers: upgrade 1.3.216.0 -> 1.3.225
2022-08-30 4:24 ` [OE-core] [PATCH] vulkan-headers: upgrade 1.3.216.0 -> 1.3.225 Wang Mingyu
@ 2022-08-30 7:05 ` Alexander Kanavin
0 siblings, 0 replies; 7+ messages in thread
From: Alexander Kanavin @ 2022-08-30 7:05 UTC (permalink / raw)
To: wangmy; +Cc: OE-core
We only take sdk-x.y.z updates for vulkan (as seen in
UPSTREAM_CHECK_GITTAGREGEX), not regular point releases. So you need
to take what 'devtool latest-version' suggests. Also, all vulkan
recipes should be updated in a single commit for bisectability, those
are:
meta/recipes-graphics/vulkan/vulkan-headers_1.3.216.0.bb
meta/recipes-graphics/vulkan/vulkan-loader_1.3.216.0.bb
meta/recipes-graphics/vulkan/vulkan-tools_1.3.216.0.bb
meta/recipes-graphics/glslang/glslang_1.3.216.0.bb
meta/recipes-graphics/spir/spirv-headers_1.3.216.0.bb
meta/recipes-graphics/spir/spirv-tools_1.3.216.0.bb
Alex
On Tue, 30 Aug 2022 at 06:25, wangmy <wangmy@fujitsu.com> wrote:
>
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> .../{vulkan-headers_1.3.216.0.bb => vulkan-headers_1.3.225.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-graphics/vulkan/{vulkan-headers_1.3.216.0.bb => vulkan-headers_1.3.225.bb} (93%)
>
> diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.3.216.0.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.3.225.bb
> similarity index 93%
> rename from meta/recipes-graphics/vulkan/vulkan-headers_1.3.216.0.bb
> rename to meta/recipes-graphics/vulkan/vulkan-headers_1.3.225.bb
> index 5f7917ae82..64b9ad22c8 100644
> --- a/meta/recipes-graphics/vulkan/vulkan-headers_1.3.216.0.bb
> +++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.3.225.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 = "3ef4c97fd6ea001d75a8e9da408ee473c180e456"
> +SRCREV = "715673702f5b18ffb8e5832e67cf731468d32ac6"
>
> S = "${WORKDIR}/git"
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#170058): https://lists.openembedded.org/g/openembedded-core/message/170058
> Mute This Topic: https://lists.openembedded.org/mt/93342915/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
* [OE-core] [PATCH] vulkan-loader: upgrade 1.3.216.0 -> 1.3.225
2022-08-30 4:24 [OE-core] [PATCH] python3-setuptools: upgrade 65.0.2 -> 65.3.0 Wang Mingyu
2022-08-30 4:24 ` [OE-core] [PATCH] vulkan-headers: upgrade 1.3.216.0 -> 1.3.225 Wang Mingyu
@ 2022-08-30 4:24 ` Wang Mingyu
2022-08-30 4:24 ` [OE-core] [PATCH] vulkan-tools: " Wang Mingyu
` (2 subsequent siblings)
4 siblings, 0 replies; 7+ messages in thread
From: Wang Mingyu @ 2022-08-30 4:24 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{vulkan-loader_1.3.216.0.bb => vulkan-loader_1.3.225.bb} | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
rename meta/recipes-graphics/vulkan/{vulkan-loader_1.3.216.0.bb => vulkan-loader_1.3.225.bb} (94%)
diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.3.216.0.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.3.225.bb
similarity index 94%
rename from meta/recipes-graphics/vulkan/vulkan-loader_1.3.216.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-loader_1.3.225.bb
index 15a079879b..4816314e23 100644
--- a/meta/recipes-graphics/vulkan/vulkan-loader_1.3.216.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.3.225.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.216;protocol=https"
-SRCREV = "322f7e3212b4fd9d70d7f48972963c83d24d06e4"
+SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=master;protocol=https"
+SRCREV = "40faec799ce6b17f46f4bf28ce81782a1bafbbb0"
S = "${WORKDIR}/git"
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [OE-core] [PATCH] vulkan-tools: upgrade 1.3.216.0 -> 1.3.225
2022-08-30 4:24 [OE-core] [PATCH] python3-setuptools: upgrade 65.0.2 -> 65.3.0 Wang Mingyu
2022-08-30 4:24 ` [OE-core] [PATCH] vulkan-headers: upgrade 1.3.216.0 -> 1.3.225 Wang Mingyu
2022-08-30 4:24 ` [OE-core] [PATCH] vulkan-loader: " Wang Mingyu
@ 2022-08-30 4:24 ` Wang Mingyu
2022-08-30 4:24 ` [OE-core] [PATCH] python3-hatchling: upgrade 1.8.0 -> 1.8.1 Wang Mingyu
2022-08-31 16:31 ` [OE-core] [PATCH] python3-setuptools: upgrade 65.0.2 -> 65.3.0 Alexandre Belloni
4 siblings, 0 replies; 7+ messages in thread
From: Wang Mingyu @ 2022-08-30 4:24 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{vulkan-tools_1.3.216.0.bb => vulkan-tools_1.3.225.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-graphics/vulkan/{vulkan-tools_1.3.216.0.bb => vulkan-tools_1.3.225.bb} (96%)
diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.3.216.0.bb b/meta/recipes-graphics/vulkan/vulkan-tools_1.3.225.bb
similarity index 96%
rename from meta/recipes-graphics/vulkan/vulkan-tools_1.3.216.0.bb
rename to meta/recipes-graphics/vulkan/vulkan-tools_1.3.225.bb
index e26f4504f1..e212d8986d 100644
--- a/meta/recipes-graphics/vulkan/vulkan-tools_1.3.216.0.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-tools_1.3.225.bb
@@ -7,7 +7,7 @@ SECTION = "libs"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=master;protocol=https"
-SRCREV = "ef9db7a8ec52f6c56158d83f5d57ef388c1abec1"
+SRCREV = "439026106ac98679e5961a499790327a8bf8f1d6"
S = "${WORKDIR}/git"
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* [OE-core] [PATCH] python3-hatchling: upgrade 1.8.0 -> 1.8.1
2022-08-30 4:24 [OE-core] [PATCH] python3-setuptools: upgrade 65.0.2 -> 65.3.0 Wang Mingyu
` (2 preceding siblings ...)
2022-08-30 4:24 ` [OE-core] [PATCH] vulkan-tools: " Wang Mingyu
@ 2022-08-30 4:24 ` Wang Mingyu
2022-08-31 16:31 ` [OE-core] [PATCH] python3-setuptools: upgrade 65.0.2 -> 65.3.0 Alexandre Belloni
4 siblings, 0 replies; 7+ messages in thread
From: Wang Mingyu @ 2022-08-30 4:24 UTC (permalink / raw)
To: openembedded-core; +Cc: Wang Mingyu
Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
---
.../{python3-hatchling_1.8.0.bb => python3-hatchling_1.8.1.bb} | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
rename meta/recipes-devtools/python/{python3-hatchling_1.8.0.bb => python3-hatchling_1.8.1.bb} (85%)
diff --git a/meta/recipes-devtools/python/python3-hatchling_1.8.0.bb b/meta/recipes-devtools/python/python3-hatchling_1.8.1.bb
similarity index 85%
rename from meta/recipes-devtools/python/python3-hatchling_1.8.0.bb
rename to meta/recipes-devtools/python/python3-hatchling_1.8.1.bb
index 17a10eeb2d..bfdb664715 100644
--- a/meta/recipes-devtools/python/python3-hatchling_1.8.0.bb
+++ b/meta/recipes-devtools/python/python3-hatchling_1.8.1.bb
@@ -8,7 +8,7 @@ inherit pypi python_hatchling
DEPENDS += "python3-pluggy-native python3-tomli-native python3-pathspec-native python3-packaging-native python3-editables-native"
DEPENDS:remove:class-native = "python3-hatchling-native"
-SRC_URI[sha256sum] = "a4f982fdca0717d8c46bfe7b501302f90aaf2a5302845d550b49c8739681feb2"
+SRC_URI[sha256sum] = "448b04b23faed669b2b565b998ac955af4feea66c5deed3a1212ac9399d2e1cd"
do_compile:prepend() {
export PYTHONPATH=src
--
2.25.1
^ permalink raw reply related [flat|nested] 7+ messages in thread* Re: [OE-core] [PATCH] python3-setuptools: upgrade 65.0.2 -> 65.3.0
2022-08-30 4:24 [OE-core] [PATCH] python3-setuptools: upgrade 65.0.2 -> 65.3.0 Wang Mingyu
` (3 preceding siblings ...)
2022-08-30 4:24 ` [OE-core] [PATCH] python3-hatchling: upgrade 1.8.0 -> 1.8.1 Wang Mingyu
@ 2022-08-31 16:31 ` Alexandre Belloni
4 siblings, 0 replies; 7+ messages in thread
From: Alexandre Belloni @ 2022-08-31 16:31 UTC (permalink / raw)
To: wangmy; +Cc: openembedded-core
Hello,
On 30/08/2022 12:24:50+0800, wangmy wrote:
> Changelog:
> ===========
> attribute
> Dependency management section of the Quickstart guid
>
This causes the following error:
https://autobuilder.yoctoproject.org/typhoon/#/builders/20/builds/6155/steps/11/logs/stdio
> Signed-off-by: Wang Mingyu <wangmy@fujitsu.com>
> ---
> ...ython3-setuptools_65.0.2.bb => python3-setuptools_65.3.0.bb} | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
> rename meta/recipes-devtools/python/{python3-setuptools_65.0.2.bb => python3-setuptools_65.3.0.bb} (95%)
>
> diff --git a/meta/recipes-devtools/python/python3-setuptools_65.0.2.bb b/meta/recipes-devtools/python/python3-setuptools_65.3.0.bb
> similarity index 95%
> rename from meta/recipes-devtools/python/python3-setuptools_65.0.2.bb
> rename to meta/recipes-devtools/python/python3-setuptools_65.3.0.bb
> index 1a639ea333..3471d2805d 100644
> --- a/meta/recipes-devtools/python/python3-setuptools_65.0.2.bb
> +++ b/meta/recipes-devtools/python/python3-setuptools_65.3.0.bb
> @@ -11,7 +11,7 @@ SRC_URI:append:class-native = " file://0001-conditionally-do-not-fetch-code-by-e
> SRC_URI += "file://0001-change-shebang-to-python3.patch \
> file://0001-_distutils-sysconfig.py-make-it-possible-to-substite.patch"
>
> -SRC_URI[sha256sum] = "101bf15ca723beef42c8db91a761f3748d4d697e17fae904db60c0b619d8d094"
> +SRC_URI[sha256sum] = "7732871f4f7fa58fb6bdcaeadb0161b2bd046c85905dbaa066bdcbcc81953b57"
>
> DEPENDS += "${PYTHON_PN}"
>
> --
> 2.25.1
>
>
> -=-=-=-=-=-=-=-=-=-=-=-
> Links: You receive all messages sent to this group.
> View/Reply Online (#170057): https://lists.openembedded.org/g/openembedded-core/message/170057
> Mute This Topic: https://lists.openembedded.org/mt/93342914/3617179
> Group Owner: openembedded-core+owner@lists.openembedded.org
> Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [alexandre.belloni@bootlin.com]
> -=-=-=-=-=-=-=-=-=-=-=-
>
--
Alexandre Belloni, co-owner and COO, Bootlin
Embedded Linux and Kernel engineering
https://bootlin.com
^ permalink raw reply [flat|nested] 7+ messages in thread