public inbox for openembedded-core@lists.openembedded.org
 help / color / mirror / Atom feed
* [PATCH] vulkan-samples: enable network during do_unpack
@ 2022-08-17 19:01 Julien STEPHAN
  2022-08-17 19:09 ` [OE-core] " Alexander Kanavin
  2022-08-17 19:20 ` Alexandre Belloni
  0 siblings, 2 replies; 10+ messages in thread
From: Julien STEPHAN @ 2022-08-17 19:01 UTC (permalink / raw)
  To: openembedded-core; +Cc: Julien STEPHAN

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



^ permalink raw reply related	[flat|nested] 10+ messages in thread

end of thread, other threads:[~2022-10-17 12:25 UTC | newest]

Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-08-17 19:01 [PATCH] vulkan-samples: enable network during do_unpack Julien STEPHAN
2022-08-17 19:09 ` [OE-core] " 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

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox