-
Notifications
You must be signed in to change notification settings - Fork 2.1k
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
[Bouffalolab] Cherry-pick: Fix BL602 IPv6 address generation failure #23790
[Bouffalolab] Cherry-pick: Fix BL602 IPv6 address generation failure #23790
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I just realized this is on the 1.0 branch. We generally want cherrypicks into 1.0 rather than new patches, since we want to ensure master works well.
Please create a master patch first that you partially cherrypick (will not be totally possible since builder logic was significantly changed).
In the description, you should mention what patch was cherrypicked or if not possible why that was not possible and why this is a stand alone patch.
* Update sdk repo * Update build scripts and readme * change submodule fetch * update submodule path * update submodule url * update sdk repo * Fix restyle * update comments * Do not try on default SDK path
3925f99
to
d9bbdbb
Compare
In some cases, BL602 is failed to generate stateless IPv6 address because of duplicated link-local address detected. #23791
This PR cherry-pick from