mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
From: Michael Olbrich <m.olbrich@pengutronix.de>
To: ptxdist@pengutronix.de
Cc: Philipp Zabel <p.zabel@pengutronix.de>
Subject: Re: [ptxdist] [APPLIED] vulkan-loader: version bump 1.2.182.0 -> 1.2.189.0
Date: Thu,  7 Oct 2021 12:18:44 +0200	[thread overview]
Message-ID: <20211007101844.3926172-1-m.olbrich@pengutronix.de> (raw)
In-Reply-To: <20210908113236.15651-2-p.zabel@pengutronix.de>

Thanks, applied as 3d0d96a142a4126a33f06af9e611af5b2846c21c.

Michael

[sent from post-receive hook]

On Thu, 07 Oct 2021 12:18:44 +0200, Philipp Zabel <p.zabel@pengutronix.de> wrote:
> Signed-off-by: Philipp Zabel <p.zabel@pengutronix.de>
> Message-Id: <20210908113236.15651-2-p.zabel@pengutronix.de>
> Signed-off-by: Michael Olbrich <m.olbrich@pengutronix.de>
> 
> diff --git a/rules/vulkan-loader.make b/rules/vulkan-loader.make
> index 17d3ef51995e..9ec306694d7f 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.2.182.0
> -VULKAN_LOADER_MD5	:= 9277af6a847211243fdb57d2f5326313
> +VULKAN_LOADER_VERSION	:= 1.2.189.0
> +VULKAN_LOADER_MD5	:= 3f9a91763ad480a18c0be7a36331ab9c
>  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.2.182.0
> -VULKAN_HEADERS_MD5	:= 44f4098066eb404519fff9086fb6476a
> +VULKAN_HEADERS_VERSION	:= 1.2.189.0
> +VULKAN_HEADERS_MD5	:= e55dfe66644c730d01ce755239c46e18
>  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)
> @@ -55,14 +55,17 @@ VULKAN_LOADER_CONF_OPT	:= \
>  	$(CROSS_CMAKE_USR) \
>  	-DCMAKE_BUILD_TYPE=Release \
>  	-DCMAKE_CROSSCOMPILING_EMULATOR=$(PTXDIST_SYSROOT_CROSS)/bin/qemu-cross \
> -	-DCMAKE_INSTALL_LIBDIR=/usr/lib \
> -	-DBUILD_WSI_XCB_SUPPORT=$(call ptx/onoff, PTXCONF_VULKAN_LOADER_XCB) \
> -	-DBUILD_WSI_XLIB_SUPPORT=OFF \
> -	-DBUILD_WSI_WAYLAND_SUPPORT=$(call ptx/onoff, PTXCONF_VULKAN_LOADER_WAYLAND) \
> -	-DBUILD_WSI_DIRECTFB_SUPPORT=OFF \
> -	-DBUILD_WSI_SCREEN_QNX_SUPPORT=OFF \
>  	-DBUILD_LOADER=ON \
>  	-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 \
> +	-DFALLBACK_CONFIG_DIRS=/etc/xdg \
> +	-DFALLBACK_DATA_DIRS=/usr/local/share:/usr/share \
> +	-DSYSCONFDIR= \
> +	-DUSE_CCACHE=OFF \
>  	-DVulkanHeaders_INCLUDE_DIR=$(VULKAN_HEADERS_DIR)/include \
>  	-DVulkanRegistry_DIR=$(VULKAN_HEADERS_DIR)/registry
>  

_______________________________________________
ptxdist mailing list
ptxdist@pengutronix.de
To unsubscribe, send a mail with subject "unsubscribe" to ptxdist-request@pengutronix.de


  reply	other threads:[~2021-10-07 10:21 UTC|newest]

Thread overview: 12+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2021-09-08 11:32 [ptxdist] [PATCH 1/6] spirv-tools: version bump 2021.2 -> 2021.3 Philipp Zabel
2021-09-08 11:32 ` [ptxdist] [PATCH 2/6] vulkan-loader: version bump 1.2.182.0 -> 1.2.189.0 Philipp Zabel
2021-10-07 10:18   ` Michael Olbrich [this message]
2021-09-08 11:32 ` [ptxdist] [PATCH 3/6] vulkan-tools: " Philipp Zabel
2021-10-07 10:18   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-09-08 11:32 ` [ptxdist] [PATCH 4/6] vulkan-validationlayers: " Philipp Zabel
2021-10-07 10:18   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-09-08 11:32 ` [ptxdist] [PATCH 5/6] glslang: version bump 11.5.0 -> 11.6.0 Philipp Zabel
2021-10-07 10:18   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-09-08 11:32 ` [ptxdist] [PATCH 6/6] shaderc: version bump 2021.1 -> 2021.2 Philipp Zabel
2021-10-07 10:18   ` [ptxdist] [APPLIED] " Michael Olbrich
2021-10-07 10:18 ` [ptxdist] [APPLIED] spirv-tools: version bump 2021.2 -> 2021.3 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=20211007101844.3926172-1-m.olbrich@pengutronix.de \
    --to=m.olbrich@pengutronix.de \
    --cc=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