varigit / meta-variscite-fslc

Variscite BSP layer for FSL community BSP
19 stars 47 forks source link

[dunfell] recipes: update github SRC_URIs #33

Closed denix0 closed 2 years ago

denix0 commented 2 years ago

https://github.blog/2021-09-01-improving-git-protocol-security-github/

GitHub is deprecating unauthenticated protocols, including git:// so update SRC_URIs with protocol=https

Explicitly pass branch=master where omitted, as bitbake now requires it.

Signed-off-by: Denys Dmytriyenko denys@konsulko.com

nsdrude commented 2 years ago

@denix0 Thanks for the PR.

For the following reasons, can you please split this into individual patches for each recipe:

  1. They can be cherry-picked to our other branches
  2. The subject is recipes: update github SRC_URIs, but the patch does two things:
    1. GitHub is deprecating unauthenticated protocols, including git:// so update SRC_URIs with protocol=https
    2. Explicitly pass branch=master where omitted, as bitbake now requires it.
nsdrude commented 2 years ago

I cherry-picked this commit and resolved merge conflicts. Closing this pull request.