mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Philipp Zabel <p.zabel@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: [ptxdist] [PATCH 4/7] vulkan-loader: version bump 1.3.224.1 -> 1.3.231.1
Date: Fri,  4 Nov 2022 12:34:01 +0100	[thread overview]
Message-ID: <20221104113404.2928204-4-p.zabel@pengutronix.de> (raw)
In-Reply-To: <20221104113404.2928204-1-p.zabel@pengutronix.de>

Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
---
 rules/vulkan-loader.make | 10 +++++-----
 1 file changed, 5 insertions(+), 5 deletions(-)

diff --git a/rules/vulkan-loader.make b/rules/vulkan-loader.make
index 355d2edfd0fe..9d537da6b7b9 100644
--- a/rules/vulkan-loader.make
+++ b/rules/vulkan-loader.make
@@ -14,8 +14,8 @@ PACKAGES-$(PTXCONF_VULKAN_LOADER) += vulkan-loader
 #
 # Paths and names
 #
-VULKAN_LOADER_VERSION	:= 1.3.224.1
-VULKAN_LOADER_MD5	:= 54b7498c122e2ec8eb3d1dc80c654456
+VULKAN_LOADER_VERSION	:= 1.3.231.1
+VULKAN_LOADER_MD5	:= 1b7da12f3339204c48eafef259aad635
 VULKAN_LOADER		:= vulkan-loader-$(VULKAN_LOADER_VERSION)
 VULKAN_LOADER_SUFFIX	:= tar.gz
 VULKAN_LOADER_URL	:= https://github.com/KhronosGroup/Vulkan-Loader/archive/sdk-$(VULKAN_LOADER_VERSION).$(VULKAN_LOADER_SUFFIX)
@@ -24,8 +24,8 @@ VULKAN_LOADER_DIR	:= $(BUILDDIR)/$(VULKAN_LOADER)
 VULKAN_LOADER_LICENSE	:= Apache-2.0
 VULKAN_LOADER_LICENSE_FILES := file://LICENSE.txt;md5=7dbefed23242760aa3475ee42801c5ac
 
-VULKAN_HEADERS_VERSION	:= 1.3.224.1
-VULKAN_HEADERS_MD5	:= 8c5bce593727609fdbf574b98ed7f38e
+VULKAN_HEADERS_VERSION	:= 1.3.231.1
+VULKAN_HEADERS_MD5	:= 2b622628ff998288b3dd6778f63c9e2b
 VULKAN_HEADERS_SUFFIX	:= tar.gz
 VULKAN_HEADERS_URL	:= https://github.com/KhronosGroup/Vulkan-Headers/archive/sdk-$(VULKAN_HEADERS_VERSION).$(VULKAN_HEADERS_SUFFIX)
 VULKAN_HEADERS_SOURCE	:= $(SRCDIR)/vulkan-headers-$(VULKAN_HEADERS_VERSION).$(VULKAN_HEADERS_SUFFIX)
@@ -54,13 +54,13 @@ VULKAN_LOADER_CONF_TOOL	:= cmake
 VULKAN_LOADER_CONF_OPT	:= \
 	$(CROSS_CMAKE_USR) \
 	-DCMAKE_BUILD_TYPE=Release \
-	-DCMAKE_CROSSCOMPILING_EMULATOR=$(PTXDIST_SYSROOT_CROSS)/bin/qemu-cross \
 	-DBUILD_TESTS=OFF \
 	-DBUILD_WSI_DIRECTFB_SUPPORT=OFF \
 	-DBUILD_WSI_SCREEN_QNX_SUPPORT=OFF \
 	-DBUILD_WSI_WAYLAND_SUPPORT=$(call ptx/onoff, PTXCONF_VULKAN_LOADER_WAYLAND) \
 	-DBUILD_WSI_XCB_SUPPORT=$(call ptx/onoff, PTXCONF_VULKAN_LOADER_XCB) \
 	-DBUILD_WSI_XLIB_SUPPORT=OFF \
+	-DENABLE_WERROR=ON \
 	-DFALLBACK_CONFIG_DIRS=/etc/xdg \
 	-DFALLBACK_DATA_DIRS=/usr/local/share:/usr/share \
 	-DSYSCONFDIR= \
-- 
2.30.2




  parent reply	other threads:[~2022-11-04 11:34 UTC|newest]

Thread overview: 14+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-11-04 11:33 [ptxdist] [PATCH 1/7] glslang: " Philipp Zabel
2022-11-04 11:33 ` [ptxdist] [PATCH 2/7] spirv-headers: " Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-04 11:34 ` [ptxdist] [PATCH 3/7] spirv-tools: " Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-04 11:34 ` Philipp Zabel [this message]
2022-11-11 14:31   ` [ptxdist] [APPLIED] vulkan-loader: " Michael Olbrich
2022-11-04 11:34 ` [ptxdist] [PATCH 5/7] vulkan-tools: " Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-04 11:34 ` [ptxdist] [PATCH 6/7] vulkan-validationlayers: " Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-04 11:34 ` [ptxdist] [PATCH 7/7] shaderc: version bump v2022.1 -> v2022.3 Philipp Zabel
2022-11-11 14:31   ` [ptxdist] [APPLIED] " Michael Olbrich
2022-11-11 14:31 ` [ptxdist] [APPLIED] glslang: version bump 1.3.224.1 -> 1.3.231.1 Michael Olbrich

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=20221104113404.2928204-4-p.zabel@pengutronix.de \
    --to=p.zabel@pengutronix.de \
    --cc=ptxdist@pengutronix.de \
    /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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox