-
Notifications
You must be signed in to change notification settings - Fork 252
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add retry in runfetchcmd, in case network unstable #22
base: master
Are you sure you want to change the base?
Conversation
Any feedback why this is not reviewed? |
Hi Nicoseems bitbake repo is not here for now.发自我的iPhone------------------ Original ------------------From: Nico Müller <[email protected]>Date: Thu,Jun 25,2020 4:15 PMTo: openembedded/bitbake <[email protected]>Cc: Arno Li <[email protected]>, Author <[email protected]>Subject: Re: [openembedded/bitbake] Add retry in runfetchcmd, in case networkunstable (#22)
Any feedback why this is not reviewed?
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#22 (comment)",
"url": "#22 (comment)",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
is there any plan to merge this patch? |
Hello, you can change your fetch behaviors also with the Variable: FETCHCMD_wget |
Hello, this change is not pushed to bitbake, their github repo is just a replication with only read permission, to submit code need go to their official site, so this change in GitHub is pending.发自我的iPhone------------------ Original ------------------From: Nico Müller <[email protected]>Date: Thu,Jan 21,2021 9:58 PMTo: openembedded/bitbake <[email protected]>Cc: Arno Li <[email protected]>, Author <[email protected]>Subject: Re: [openembedded/bitbake] Add retry in runfetchcmd, in case networkunstable (#22)
Hello, you can change your fetch behaviors also with the Variable:
FETCHCMD_wget
—You are receiving this because you authored the thread.Reply to this email directly, view it on GitHub, or unsubscribe.
[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "#22 (comment)",
"url": "#22 (comment)",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]
|
I do not know if here is reasonable place to give some comments |
How is this not yet merged ? https://www.google.com/search?q=yocto+do_fetch+fail
|
when network is unstable, bitbake do_fetch will throw an error and stop the whole project building, it will waste a lot of time when the network is bad, so add retry mechanism in runfetchcmd to make project building more stable.