Skip to content

Commit

Permalink
plnx-mirrors: A class to provide alternate URLS
Browse files Browse the repository at this point in the history
When SRC_URI fetch fails, use MIRRORS specified in plnx-mirrors for alternate
paths for fetch.

To enable the plnx-mirrors, users can add INHERIT+="plnx-mirrors" to local.conf

Signed-off-by: Sai Hari Chandana Kalluri <[email protected]>
  • Loading branch information
ckalluri73 committed Aug 12, 2020
1 parent 43c7306 commit cf52a1b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions classes/plnx-mirrors.bbclass
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
MIRRORS += "\
git://xenbits.xen.org/xen.git git://xenbits.xen.org/git-http/xen.git;protocol=https \n \
git://git.eclipse.org/gitroot/tcf/org.eclipse.tcf.agent git://git.eclipse.org/r/tcf/org.eclipse.tcf.agent;protocol=https \n \
"

0 comments on commit cf52a1b

Please sign in to comment.