master.cfg: Fix bitbake repo url

Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
This commit is contained in:
Richard Purdie 2020-11-06 15:20:00 +00:00
parent f3422f617e
commit 7423ce86b8

View File

@ -63,7 +63,7 @@ c['db'] = {'db_url' : "sqlite:///state.sqlite",}
# Allows UI to resolve poky git hashes
c['change_source'] = [
changes.GitPoller(repourl='https://git.openembedded.org/git/bitbake', branches=True, project="bitbake"),
changes.GitPoller(repourl='https://git.openembedded.org/bitbake', branches=True, project="bitbake"),
changes.GitPoller(repourl='https://git.yoctoproject.org/git/poky', branches=True),
changes.GitPoller(repourl='https://git.yoctoproject.org/git/poky-contrib', branches=True),
changes.GitPoller(repourl='https://git.yoctoproject.org/git/yocto-docs', branches=True, project="yocto-docs")