linux-raspberrypi: switch protocol of yocto-kernel-cache to https#1601
Open
quitschbo wants to merge 1 commit into
Open
linux-raspberrypi: switch protocol of yocto-kernel-cache to https#1601quitschbo wants to merge 1 commit into
quitschbo wants to merge 1 commit into
Conversation
For upstream yocto mirrors the git protocol was disabled lately. Appended 'protocol=https' in corresponding SRC_URIs to fixes following error: ERROR: ExpansionError during parsing [...]/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-dev.bb bb.data_smart.ExpansionError: [...] \ ls-remote git://git.yoctoproject.org/yocto-kernel-cache failed with exit code 128, output: fatal: unable to connect to git.yoctoproject.org: git.yoctoproject.org[0: 104.18.0.115]: errno=Connection timed out git.yoctoproject.org[1: 104.18.1.115]: errno=Connection timed out git.yoctoproject.org[2: 2606:4700::6812:73]: errno=Network is unreachable git.yoctoproject.org[3: 2606:4700::6812:173]: errno=Network is unreachable The variable dependency chain for the failure is: fetcher_hashes_dummyfunc[vardepvalue] ERROR: Parsing halted due to errors, see error messages above Signed-off-by: Michael Weiß <michael.weiss@aisec.fraunhofer.de>
quitschbo
added a commit
to quitschbo/meta-gyroidos-rpi
that referenced
this pull request
May 20, 2026
For upstream yocto mirrors the git protocol was disabled lately. Overwrite SRC_URI for yocto-kernel-cache with appended 'protocol=https' to fix following error: ERROR: ExpansionError during parsing [...]/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-dev.bb bb.data_smart.ExpansionError: [...] \ ls-remote git://git.yoctoproject.org/yocto-kernel-cache failed with exit code 128, output: fatal: unable to connect to git.yoctoproject.org: git.yoctoproject.org[0: 104.18.0.115]: errno=Connection timed out git.yoctoproject.org[1: 104.18.1.115]: errno=Connection timed out git.yoctoproject.org[2: 2606:4700::6812:73]: errno=Network is unreachable git.yoctoproject.org[3: 2606:4700::6812:173]: errno=Network is unreachable The variable dependency chain for the failure is: fetcher_hashes_dummyfunc[vardepvalue] ERROR: Parsing halted due to errors, see error messages above This was also submitted upstream to meta-raspberrypi: agherzan/meta-raspberrypi#1601 If the upstream PR gets merge, dwe have to revert this commit here. Signed-off-by: Michael Weiß <michael.weiss@aisec.fraunhofer.de>
aevykk
pushed a commit
to gyroidos/meta-gyroidos-rpi
that referenced
this pull request
May 26, 2026
For upstream yocto mirrors the git protocol was disabled lately. Overwrite SRC_URI for yocto-kernel-cache with appended 'protocol=https' to fix following error: ERROR: ExpansionError during parsing [...]/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-dev.bb bb.data_smart.ExpansionError: [...] \ ls-remote git://git.yoctoproject.org/yocto-kernel-cache failed with exit code 128, output: fatal: unable to connect to git.yoctoproject.org: git.yoctoproject.org[0: 104.18.0.115]: errno=Connection timed out git.yoctoproject.org[1: 104.18.1.115]: errno=Connection timed out git.yoctoproject.org[2: 2606:4700::6812:73]: errno=Network is unreachable git.yoctoproject.org[3: 2606:4700::6812:173]: errno=Network is unreachable The variable dependency chain for the failure is: fetcher_hashes_dummyfunc[vardepvalue] ERROR: Parsing halted due to errors, see error messages above This was also submitted upstream to meta-raspberrypi: agherzan/meta-raspberrypi#1601 If the upstream PR gets merge, dwe have to revert this commit here. Signed-off-by: Michael Weiß <michael.weiss@aisec.fraunhofer.de>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
For upstream yocto mirrors the git protocol was disabled lately. Appended 'protocol=https' in corresponding SRC_URIs to fixes following error:
ERROR: ExpansionError during parsing [...]/meta-raspberrypi/recipes-kernel/linux/linux-raspberrypi-dev.bb
bb.data_smart.ExpansionError: [...]
ls-remote git://git.yoctoproject.org/yocto-kernel-cache failed with exit code 128, output:
fatal: unable to connect to git.yoctoproject.org:
git.yoctoproject.org[0: 104.18.0.115]: errno=Connection timed out
git.yoctoproject.org[1: 104.18.1.115]: errno=Connection timed out
git.yoctoproject.org[2: 2606:4700::6812:73]: errno=Network is unreachable
git.yoctoproject.org[3: 2606:4700::6812:173]: errno=Network is unreachable
The variable dependency chain for the failure is: fetcher_hashes_dummyfunc[vardepvalue]
ERROR: Parsing halted due to errors, see error messages above
- What I did
Fixed the fetcher failure during recipe parsing due to lately disabled git protocol on git.yoctoproject.org
- How I did it
Added protocol=https to switch to now only available https protocol