-
Notifications
You must be signed in to change notification settings - Fork 3
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
Pin zephyr to a particular commit in west.xml #64
Conversation
Before fixing the patch, I got the following error on my git apply
After the above fix, I got an error during build
Figuring out what I missed now. Definitely related to the pthread patch by the looks of it, so have marked this PR as WIP |
@anujdeshpande - it looks like Likely your build / PR will work if you change This unfortunately pins greybus-for-zephyr to a specific Zephyr commit. A fix for issue #10 should eliminate the issue entirely. |
13a8b6d
to
f70ff2f
Compare
@cfriedt thanks for the pointer to the commit. Pinning that in |
Thanks for your PR @anujdeshpande ! |
Hey @cfriedt - I had to make changes to the patch to be able to apply it. Does this look better? I checked if it applies correctly, but still figuring out the rest of the setup - so can't verify.