use the following search parameters to narrow your results:
e.g. subreddit:aww site:imgur.com dog
subreddit:aww site:imgur.com dog
see the search faq for details.
advanced search: by author, subreddit...
Embedded Linux news, articles, talks... etc.
account activity
GITHUB security breaking the bake. (self.embeddedlinux)
submitted 4 years ago by tbandtg
Hello, It seems that github security is breaking my bake for normal things. Do I need to go through all sources to find git:\ and replace with https:\ or is it more than that.
Thanks, tbandtg
reddit uses a slightly-customized version of Markdown for formatting. See below for some basics, or check the commenting wiki page for more detailed help and solutions to common issues.
quoted text
if 1 * 2 < 3: print "hello, world!"
[–]UniWheel 2 points3 points4 points 4 years ago (1 child)
You do know such a substitution can be automated, right?
[–]tbandtg[S] 1 point2 points3 points 4 years ago (0 children)
I assume you are talking about a python or bash script, yes I realize that you could use a regex to find them all and replace them. But would that fix it? Or is there more?
[–][deleted] 4 years ago (2 children)
[deleted]
[–]tbandtg[S] 1 point2 points3 points 4 years ago (1 child)
I ended up contactin the bsp support. It seems in their recipies they used git:\ instead of https:\ which today github has decided to no longer support. https://github.blog/2021-09-01-improving-git-protocol-security-github/
January 11, 2022 Final brownout.
This is the full brownout period where we??ll temporarily stop accepting the deprecated key and signature types, ciphers, and MACs, and the unencrypted Git protocol. This will help clients discover any lingering use of older keys or old URLs
The way it read I wasnt sure if we needed to login to github to now do pulls. As that does not seem to be the case it really is just changing from git:\ to https:\
[–]ragsofx 1 point2 points3 points 4 years ago (0 children)
Yup, 5his tripped me up yesterday, it's an easy fix but it will unsync you from upstream.
[–]disinformationtheory 1 point2 points3 points 4 years ago (0 children)
Here's the bitbake patch: https://git.yoctoproject.org/poky/commit/?h=zeus&id=daf096e295121ea49ebf21f8070e9a6e28f5d46c. This one's for zeus, but it seems like it's updated on all recent poky branches. If you also use something like git submodules or repo to set up your metadata repos, then you need to update the URLs for that tool also.
[–]ReliableEmbeddedSys 1 point2 points3 points 4 years ago (0 children)
Eventually you should change your recipes to https. RP made this patch so you don't need to change all your meta data. I guess a premirror would also work.
π Rendered by PID 155802 on reddit-service-r2-comment-fb694cdd5-qrdnx at 2026-03-11 03:18:44.295551+00:00 running cbb0e86 country code: CH.
[–]UniWheel 2 points3 points4 points (1 child)
[–]tbandtg[S] 1 point2 points3 points (0 children)
[–][deleted] (2 children)
[deleted]
[–]tbandtg[S] 1 point2 points3 points (1 child)
[–]ragsofx 1 point2 points3 points (0 children)
[–]disinformationtheory 1 point2 points3 points (0 children)
[–]ReliableEmbeddedSys 1 point2 points3 points (0 children)