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 <jstep...@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
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#169500): https://lists.openembedded.org/g/openembedded-core/message/169500 Mute This Topic: https://lists.openembedded.org/mt/93089137/21656 Group Owner: openembedded-core+ow...@lists.openembedded.org Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [arch...@mail-archive.com] -=-=-=-=-=-=-=-=-=-=-=-