cancel
Showing results for 
Search instead for 
Did you mean: 

Issue with Fetching gcnano-userland-multi-binary-stm32mp in Yocto Build

shreyaschandran
Associate II

Hello,

I am encountering an issue while building a Yocto-based image for the STM32MP157F-DK2. The problem arises when attempting to fetch the gcnano-userland-multi-binary-stm32mp package. Below are the details of the issue:

 

Project Details

Yocto Version: Dunfell (OpenSTLinux 5.10-dunfell-mp1-23-11-01)

Target Machine: STM32MP157F-DK2

Recipe Name: gcnano-userland-multi-binary-stm32mp

Software Version: gcnano 6.4.3

Issue Description

The fetch operation fails due to a missing source file. Specifically:

http://downloads.yoctoproject.org/mirror/sources/git2_github.com.STMicroelectronics.gcnano-binaries.tar.gz

However, this file is unavailable, and the fetch results in a 404 error.
Here is an excerpt from the build logs:
http://downloads.yoctoproject.org/mirror/sources/git2_github.com.STMicroelectronics.gcnano-binaries.tar.gz
Resolving downloads.yoctoproject.org (downloads.yoctoproject.org)... 2a01:4f9:3070:3985::2, 37.27.135.249
Connecting to downloads.yoctoproject.org (downloads.yoctoproject.org)|2a01:4f9:3070:3985::2|:80... connected.
HTTP request sent, awaiting response... 404 Not Found
2024-11-27 06:26:24 ERROR 404: Not Found.

Could you please provide updated instructions or a patch to resolve this fetch failure?

2 REPLIES 2
mainster
Associate

Hi there,
same problem for me. 

Following the ST wiki from https://wiki.st.com/stm32mpu/wiki/STM32MPU_Distribution_Package#Checking_the_prerequisites encountering the following issue: 

cat <mypath>/build-openstlinuxweston-stm32mp1/tmp-glibc/work/stm32mp1-ostl-linux-gnueabi/gcnano-userland-multi-binary-stm32mp/6.4.19+20240911/temp/log.do_fetch.762277

 

(...)
Mirror fetch failure for url http://downloads.yoctoproject.org/mirror/sources/git2_github.com.STMicroelectronics.gcnano-binaries.git.tar.gz (original url: git://github.com/STMicroelectronics/gcnano-binaries.git;protocol=https;branch=gcnano-6.4.19-binaries)
(...)
wget: unable to resolve host address ‘sources.openembedded.org’
(...)

Is there any solution?

Kind regards, Manuel

 

... seems to be not a static problem. After some hours, bitbake will run without problems. 

Kind regards, Manuel