Skip to content

Commit

Permalink
Replace git:// with https://
Browse files Browse the repository at this point in the history
* github decided that nobody should use git://
  https://github.blog/2021-09-01-improving-git-protocol-security-github/#no-more-unauthenticated-git

  and starting today all the builds were failing to fetch the metadata
  layers from github like:

  2021-11-01T18:53:26 INFO _main_ Updating [meta-ros]
  fatal: remote error:
    The unauthenticated git protocol on port 9418 is no longer supported.
  Please see https://github.blog/2021-09-01-improving-git-protocol-security-github/ for more information.

  this was just a "test" as they said:
  "November 2, 2021: We'll also run several short brownouts on this date."
  and it will be completely disabled on January 11 2022.

  Update the URLs of all git repos, not only the ones hosted on github

Signed-off-by: Martin Jansa <Martin.Jansa@gmail.com>
  • Loading branch information
shr-project committed Feb 18, 2024
1 parent ac813ed commit 62ebdcb
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions conf/layers.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@ bitbake,https://github.com/openembedded/bitbake.git,2.0,a4c516ef5e72b2d77ac5ff7e
openembedded-core,https://github.com/openembedded/openembedded-core.git,kirkstone,59cc2e75c15f8c6371a4c4a3b7bd2e6c3f145fbc
meta-openembedded,https://github.com/openembedded/meta-openembedded.git,kirkstone,8609de00952d65bb813a48c535c937324efeb18a
meta-qt6,https://code.qt.io/yocto/meta-qt6.git,6.5.2,74d7d77e23b144cbb801cf6af7ec78b9673158f4
meta-smartphone,git://github.com/shr-distribution/meta-smartphone.git,kirkstone,1b8eeb753653b8537f43c14dd5ed6915bbf27a38
meta-webos-ports,git://github.com/webOS-ports/meta-webos-ports.git,kirkstone,b48de315d56136cdfb7d9939bf47b9336f8b16e5
meta-pine64-luneos,git://github.com/webOS-ports/meta-pine64-luneos.git,kirkstone,10c892e5ac6c4037f69cf43c9dfcab4ab6e881c9
meta-smartphone,https://github.com/shr-distribution/meta-smartphone.git,kirkstone,1b8eeb753653b8537f43c14dd5ed6915bbf27a38
meta-webos-ports,https://github.com/webOS-ports/meta-webos-ports.git,kirkstone,b48de315d56136cdfb7d9939bf47b9336f8b16e5
meta-pine64-luneos,https://github.com/webOS-ports/meta-pine64-luneos.git,kirkstone,10c892e5ac6c4037f69cf43c9dfcab4ab6e881c9
meta-rpi-luneos,https://github.com/webOS-ports/meta-rpi-luneos.git,kirkstone,c08d163cbec263abf728121a69f4cf51596d2393
meta-raspberrypi,https://github.com/agherzan/meta-raspberrypi.git,kirkstone,9dc6673d41044f1174551120ce63501421dbcd85
meta-arm,https://git.yoctoproject.org/meta-arm.git,kirkstone,b187fb9232ca0a6b5f8f90b4715958546fc41d73
Expand Down

0 comments on commit 62ebdcb

Please sign in to comment.