public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
From: Julien STEPHAN <jstephan@baylibre.com>
To: openembedded-core@lists.openembedded.org
Cc: Julien STEPHAN <jstephan@baylibre.com>
Subject: [PATCH] vulkan-samples: enable network during do_unpack
Date: Wed, 17 Aug 2022 21:01:24 +0200	[thread overview]
Message-ID: <20220817190124.2126652-1-jstephan@baylibre.com> (raw)

vulkan-samples uses git submodules and one of the submodules uses lfs
objects. During the unpack step, the lfs objects are retrieved leading to
a network failure.

The correct fix is to fetch lfs objects during the fetch step, but let's
workaround this issue for now

Signed-off-by: Julien STEPHAN <jstephan@baylibre.com>
---
 meta/recipes-graphics/vulkan/vulkan-samples_git.bb | 5 +++++
 1 file changed, 5 insertions(+)

diff --git a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
index 41cb4a437d..b45ee22a69 100644
--- a/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
+++ b/meta/recipes-graphics/vulkan/vulkan-samples_git.bb
@@ -11,6 +11,11 @@ SRC_URI = "gitsm://github.com/KhronosGroup/Vulkan-Samples.git;branch=master;prot
            file://0001-framework-core-hpp_vulkan_resource.h-add-header-incl.patch \
            "
 
+# Workaround for network access issue during the do_unpack step
+# this needs to be fixed in the recipes buildsystem to move
+# this such that it can be accomplished during do_fetch task
+do_unpack[network] = "1"
+
 UPSTREAM_CHECK_COMMITS = "1"
 SRCREV = "ee6c1522af8ba9b56f8416c2eedafb440f681085"
 
-- 
2.37.1



             reply	other threads:[~2022-08-17 19:01 UTC|newest]

Thread overview: 10+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2022-08-17 19:01 Julien STEPHAN [this message]
2022-08-17 19:09 ` [OE-core] [PATCH] vulkan-samples: enable network during do_unpack Alexander Kanavin
2022-08-17 19:22   ` Julien Stephan
2022-08-17 19:42     ` Alexander Kanavin
     [not found]     ` <170C3947C33061FA.1805@lists.openembedded.org>
2022-08-17 20:33       ` Alexander Kanavin
2022-08-18  7:02         ` Julien Stephan
2022-08-18 19:45           ` Martin Jansa
2022-08-18 20:00             ` Alexander Kanavin
2022-10-17 12:25               ` Martin Jansa
2022-08-17 19:20 ` Alexandre Belloni

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=20220817190124.2126652-1-jstephan@baylibre.com \
    --to=jstephan@baylibre.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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox