Skip to content

Commit

Permalink
Add autogenerated yocto_repos.sh
Browse files Browse the repository at this point in the history
Summary: As title

Test Plan: Clone openbmc and sync_yocto.sh

Reviewed By: williamspatrick

fbshipit-source-id: 0ac981cbb5
  • Loading branch information
amithash authored and facebook-github-bot committed Jun 11, 2020
1 parent b8432dc commit 8063055
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions yocto_repos.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
branches=(
rocko
warrior
zeus
)

rocko_repos=(
meta-openembedded:eae996301
meta-security:74860b2
poky:5f660914cd # bitbake: bitbake-user-manual: Fixed section head typo
)
warrior_repos=(
meta-openembedded:a24acf94d
meta-security:4f7be0d
poky:d865ce7154 # python3: Upgrade 3.7.4 -> 3.7.5
)
zeus_repos=(
meta-openembedded:9e60d3066
meta-security:ecd8c30
poky:ca9dd4b8ea # mesa: fix meson configure fix when 'dri' is excluded from PACKAGECONFIG
)

0 comments on commit 8063055

Please sign in to comment.