All of lore.kernel.org
 help / color / mirror / Atom feed
From: Alexander Kanavin <alex.kanavin@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 02/10] vulkan: update to 1.1.126
Date: Fri,  6 Dec 2019 19:09:41 +0100	[thread overview]
Message-ID: <20191206180949.59953-2-alex.kanavin@gmail.com> (raw)
In-Reply-To: <20191206180949.59953-1-alex.kanavin@gmail.com>

Disable assembly for vulkan-loader, as it tries to execute
a target binary (previously it would fail to detect a working
assembler and do the same fallback quietly).

Signed-off-by: Alexander Kanavin <alex.kanavin@gmail.com>
---
 ...vulkan-headers_1.1.108.bb => vulkan-headers_1.1.126.0.bb} | 4 ++--
 .../{vulkan-loader_1.1.108.bb => vulkan-loader_1.1.126.0.bb} | 5 +++--
 .../{vulkan-tools_1.1.108.bb => vulkan-tools_1.1.126.0.bb}   | 4 ++--
 3 files changed, 7 insertions(+), 6 deletions(-)
 rename meta/recipes-graphics/vulkan/{vulkan-headers_1.1.108.bb => vulkan-headers_1.1.126.0.bb} (87%)
 rename meta/recipes-graphics/vulkan/{vulkan-loader_1.1.108.bb => vulkan-loader_1.1.126.0.bb} (92%)
 rename meta/recipes-graphics/vulkan/{vulkan-tools_1.1.108.bb => vulkan-tools_1.1.126.0.bb} (94%)

diff --git a/meta/recipes-graphics/vulkan/vulkan-headers_1.1.108.bb b/meta/recipes-graphics/vulkan/vulkan-headers_1.1.126.0.bb
similarity index 87%
rename from meta/recipes-graphics/vulkan/vulkan-headers_1.1.108.bb
rename to meta/recipes-graphics/vulkan/vulkan-headers_1.1.126.0.bb
index 284c19d7979..72c29a72a2c 100644
--- a/meta/recipes-graphics/vulkan/vulkan-headers_1.1.108.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-headers_1.1.126.0.bb
@@ -5,9 +5,9 @@ SECTION = "libs"
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
-SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=sdk-${PV}"
+SRC_URI = "git://github.com/KhronosGroup/Vulkan-Headers.git;branch=sdk-1.1.126"
 
-SRCREV = "097a1045098213919fd56442f52c716fc78eeb27"
+SRCREV = "5bc459e2921304c32568b73edaac8d6df5f98b84"
 
 S = "${WORKDIR}/git"
 
diff --git a/meta/recipes-graphics/vulkan/vulkan-loader_1.1.108.bb b/meta/recipes-graphics/vulkan/vulkan-loader_1.1.126.0.bb
similarity index 92%
rename from meta/recipes-graphics/vulkan/vulkan-loader_1.1.108.bb
rename to meta/recipes-graphics/vulkan/vulkan-loader_1.1.126.0.bb
index a539c5a3ce8..504cf85a2b7 100644
--- a/meta/recipes-graphics/vulkan/vulkan-loader_1.1.108.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-loader_1.1.126.0.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-${PV}"
-SRCREV = "ecb0b1e69fb2f4d3cae262e6da24c170ce62ae13"
+SRC_URI = "git://github.com/KhronosGroup/Vulkan-Loader.git;branch=sdk-1.1.126"
+SRCREV = "4adad4ff705fa76f9edb2d37cb57e593decb60ed"
 
 S = "${WORKDIR}/git"
 
@@ -24,6 +24,7 @@ DEPENDS += "vulkan-headers"
 EXTRA_OECMAKE = "\
                  -DBUILD_TESTS=OFF \
                  -DPYTHON_EXECUTABLE=${HOSTTOOLS_DIR}/python3 \
+                 -DASSEMBLER_WORKS=FALSE \
                  "
 
 # must choose x11 or wayland or both
diff --git a/meta/recipes-graphics/vulkan/vulkan-tools_1.1.108.bb b/meta/recipes-graphics/vulkan/vulkan-tools_1.1.126.0.bb
similarity index 94%
rename from meta/recipes-graphics/vulkan/vulkan-tools_1.1.108.bb
rename to meta/recipes-graphics/vulkan/vulkan-tools_1.1.126.0.bb
index 4ac1bafd173..2fd61c989ab 100644
--- a/meta/recipes-graphics/vulkan/vulkan-tools_1.1.108.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-tools_1.1.126.0.bb
@@ -5,8 +5,8 @@ SECTION = "libs"
 
 LICENSE = "Apache-2.0"
 LIC_FILES_CHKSUM = "file://LICENSE.txt;md5=3b83ef96387f14655fc854ddc3c6bd57"
-SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=sdk-${PV}"
-SRCREV = "3ccd7f6ebae3e1919adf837718c04feb6c2acc61"
+SRC_URI = "git://github.com/KhronosGroup/Vulkan-Tools.git;branch=sdk-1.1.126"
+SRCREV = "09695dfc5dbe54f869aeaff8db93bb7bb6a220e0"
 
 S = "${WORKDIR}/git"
 
-- 
2.17.1



  reply	other threads:[~2019-12-06 18:09 UTC|newest]

Thread overview: 11+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2019-12-06 18:09 [PATCH 01/10] orc: update to 0.4.31 Alexander Kanavin
2019-12-06 18:09 ` Alexander Kanavin [this message]
2019-12-06 18:09 ` [PATCH 03/10] vulkan-demos: update to latest revision Alexander Kanavin
2019-12-06 18:09 ` [PATCH 04/10] assimp: update to 5.0.0 Alexander Kanavin
2019-12-06 18:09 ` [PATCH 05/10] libxcrypt: restructure the recipes to allow auto-upgrading with devtool Alexander Kanavin
2019-12-06 18:09 ` [PATCH 06/10] libxcrypt: update to 4.4.10 Alexander Kanavin
2019-12-06 18:09 ` [PATCH 07/10] atk: update to 2.34.1 Alexander Kanavin
2019-12-06 18:09 ` [PATCH 08/10] at-spi2-core: update to 2.34.0 Alexander Kanavin
2019-12-06 18:09 ` [PATCH 09/10] at-spi2-atk: update to 2.34.1 Alexander Kanavin
2019-12-07 11:16   ` Richard Purdie
2019-12-06 18:09 ` [PATCH 10/10] glib-2.0: update to 2.62.3 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=20191206180949.59953-2-alex.kanavin@gmail.com \
    --to=alex.kanavin@gmail.com \
    --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.