All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Cc: Alexander Kanavin <alex@linutronix.de>
Subject: [PATCH 21/51] vulkan-samples: update to latest revision
Date: Wed, 20 Jul 2022 10:44:12 +0200	[thread overview]
Message-ID: <20220720084442.2940187-21-alex@linutronix.de> (raw)
In-Reply-To: <20220720084442.2940187-1-alex@linutronix.de>

Signed-off-by: Alexander Kanavin <alex@linutronix.de>
---
 ...pp_vulkan_resource.h-add-header-incl.patch | 27 +++++++++++++++++++
 .../vulkan/vulkan-samples_git.bb              |  3 ++-
 2 files changed, 29 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-core-hpp_vulkan_resource.h-add-header-incl.patch

diff --git a/meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-core-hpp_vulkan_resource.h-add-header-incl.patch b/meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-core-hpp_vulkan_resource.h-add-header-incl.patch
new file mode 100644
index 0000000000..c2bb43fe76
--- /dev/null
+++ b/meta/recipes-graphics/vulkan/vulkan-samples/0001-framework-core-hpp_vulkan_resource.h-add-header-incl.patch
@@ -0,0 +1,27 @@
+From 8c069a1c4452f626e5bafc547463507d86111319 Mon Sep 17 00:00:00 2001
+From: Alexander Kanavin <alex@linutronix.de>
+Date: Tue, 19 Jul 2022 16:55:40 +0200
+Subject: [PATCH] framework/core/hpp_vulkan_resource.h: add header include that
+ defines std::exchange
+
+Upstream-Status: Submitted [https://github.com/KhronosGroup/Vulkan-Samples/pull/501]
+Signed-off-by: Alexander Kanavin <alex@linutronix.de>
+---
+ framework/core/hpp_vulkan_resource.h | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/framework/core/hpp_vulkan_resource.h b/framework/core/hpp_vulkan_resource.h
+index 0e30f5a..8d83019 100644
+--- a/framework/core/hpp_vulkan_resource.h
++++ b/framework/core/hpp_vulkan_resource.h
+@@ -18,6 +18,7 @@
+ #pragma once
+ 
+ #include <vulkan/vulkan.hpp>
++#include <utility>
+ 
+ namespace vkb
+ {
+-- 
+2.30.2
+
diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
index 57d3bd8fe5..41cb4a437d 100644
--- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
@@ -8,10 +8,11 @@ LIC_FILES_CHKSUM = "file://LICENSE;md5=48aa35cefb768436223a6e7f18dc2a2a"
 SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=master;protocol=https \
            file://0001-CMakeLists.txt-do-not-hardcode-lib-as-installation-t.patch \
            file://debugfix.patch \
+           file://0001-framework-core-hpp_vulkan_resource.h-add-header-incl.patch \
            "
 
 UPSTREAM_CHECK_COMMITS = "1"
-SRCREV = "0cc04a63583769bd13bcc51229a5a263d59343df"
+SRCREV = "ee6c1522af8ba9b56f8416c2eedafb440f681085"
 
 UPSTREAM_CHECK_GITTAGREGEX = "These are not the releases you're looking for"
 S = "${WORKDIR}/git"
-- 
2.30.2



  parent reply	other threads:[~2022-07-20  8:45 UTC|newest]

Thread overview: 66+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-07-20  8:43 [PATCH 01/51] sato-icon-theme: check for new commits rather than tags Alexander Kanavin
2022-07-20  8:43 ` [PATCH 02/51] gcr: exclude x.9y versions from upstream version check Alexander Kanavin
2022-07-20  8:43 ` [PATCH 03/51] efibootmgr: update 17 -> 18 Alexander Kanavin
2022-07-20  8:43 ` [PATCH 04/51] systemd-boot: update 251.2 -> 251.3 Alexander Kanavin
2022-07-20  8:43 ` [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1 Alexander Kanavin
2022-07-20  8:43 ` [PATCH 06/51] libva: upgrade 2.14.0 -> 2.15.0 Alexander Kanavin
2022-07-20  8:43 ` [PATCH 07/51] libva-utils: update " Alexander Kanavin
2022-07-20  8:43 ` [PATCH 08/51] xev: update 1.2.4 -> 1.2.5 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 09/51] xmodmap: update 1.0.10 -> 1.0.11 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 10/51] xf86-input-keyboard: remove the recipe Alexander Kanavin
2022-07-20  9:58   ` [OE-core] " Alexandre Belloni
2022-07-20 10:09     ` Alexander Kanavin
2022-07-20 12:11       ` Alexandre Belloni
2022-07-20 13:40         ` Alexander Kanavin
2022-07-20  8:44 ` [PATCH 11/51] xf86-input-synaptics: update 1.9.1 -> 1.9.2 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 12/51] xf86-video-cirrus: update 1.5.3 -> 1.6.0 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 13/51] encodings: update 1.0.5 -> 1.0.6 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 14/51] font-util: update 1.3.2 -> 1.3.3 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 15/51] linux-firmware: update 20220610 -> 20220708 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 16/51] rt-tests: update 2.3 -> 2.4 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 17/51] libgit2: update 1.4.3 -> 1.5.0 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 18/51] u-boot: update 2022.04 -> 2022.07 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 19/51] go: update 1.18.3 -> 1.18.4 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 20/51] llvm: update 14.0.4 -> 14.0.6 Alexander Kanavin
2022-07-20  8:44 ` Alexander Kanavin [this message]
2022-07-20  8:44 ` [PATCH 22/51] xserver-xorg: update 21.1.3 -> 21.1.4 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 23/51] alsa-lib: upgrade 1.2.7.1 -> 1.2.7.2 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 24/51] alsa-ucm-conf: " Alexander Kanavin
2022-07-20  8:44 ` [PATCH 25/51] diffoscope: upgrade 217 -> 218 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 26/51] git: upgrade 2.37.0 -> 2.37.1 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 27/51] hdparm: upgrade 9.63 -> 9.64 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 28/51] libdrm: upgrade 2.4.111 -> 2.4.112 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 29/51] libhandy: upgrade 1.6.2 -> 1.6.3 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 30/51] libidn2: upgrade 2.3.2 -> 2.3.3 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 31/51] libnl: upgrade 3.6.0 -> 3.7.0 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 32/51] libnotify: upgrade 0.7.12 -> 0.8.0 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 33/51] libuv: upgrade 1.44.1 -> 1.44.2 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 34/51] log4cplus: upgrade 2.0.7 -> 2.0.8 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 35/51] meson: upgrade 0.62.2 -> 0.63.0 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 36/51] mmc-utils: upgrade to latest revision Alexander Kanavin
2022-07-20  8:44 ` [PATCH 37/51] mpg123: upgrade 1.30.0 -> 1.30.1 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 38/51] pango: upgrade 1.50.7 -> 1.50.8 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 39/51] piglit: upgrade to latest revision Alexander Kanavin
2022-07-20  8:44 ` [PATCH 40/51] python3-dtschema: upgrade 2022.5 -> 2022.7 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 41/51] python3-hypothesis: upgrade 6.48.2 -> 6.50.1 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 42/51] python3-setuptools-rust: upgrade 1.3.0 -> 1.4.1 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 43/51] python3-setuptools-scm: upgrade 7.0.3 -> 7.0.5 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 44/51] python3-setuptools: upgrade 62.6.0 -> 63.2.0 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 45/51] python3-zipp: upgrade 3.8.0 -> 3.8.1 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 46/51] sqlite3: upgrade 3.39.0 -> 3.39.1 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 47/51] vala: upgrade 0.56.1 -> 0.56.2 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 48/51] wayland-protocols: upgrade 1.25 -> 1.26 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 49/51] webkitgtk: upgrade 2.36.3 -> 2.36.4 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 50/51] xwayland: upgrade 22.1.2 -> 22.1.3 Alexander Kanavin
2022-07-20  8:44 ` [PATCH 51/51] epiphany: upgrade 42.2 -> 42.3 Alexander Kanavin
     [not found] ` <17037D268C38CE83.21682@lists.openembedded.org>
2022-07-20  8:49   ` Let's drop x86-x32 (was Re: [OE-core] [PATCH 05/51] rpm: update 4.17.0 -> 4.17.1) Alexander Kanavin
2022-07-20  9:23     ` [Openembedded-architecture] " Richard Purdie
2022-07-20  9:28       ` Alexander Kanavin
2022-07-20  9:50         ` Ross Burton
2022-07-20  9:58           ` Alexander Kanavin
2022-07-20 15:41             ` Mittal, Anuj
2022-07-20 15:46               ` Alexander Kanavin
     [not found]               ` <1703942CAA78C370.2228@lists.yoctoproject.org>
2022-07-27 14:56                 ` [yocto] " Alexander Kanavin
2022-07-27 15:18                   ` Mittal, Anuj
2022-07-20  9:59           ` Marko Lindqvist
2022-07-20 10:06             ` Alexander Kanavin

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=20220720084442.2940187-21-alex@linutronix.de \
    --to=alex.kanavin@gmail.com \
    --cc=alex@linutronix.de \
    --cc=openembedded-core@lists.openembedded.org \
    /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 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.