-
Notifications
You must be signed in to change notification settings - Fork 415
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
Update python3-adafruit-blinka_6.2.2.bb #1301
base: master
Are you sure you want to change the base?
Conversation
disabled qa, to allow shipping 32bit binaries also in a 64bit rpi machines
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.
Also, please note https://meta-raspberrypi.readthedocs.io/en/latest/contributing.html on the expectations of git log format (for example). Thanks!
dynamic-layers/openembedded-layer/recipes-devtools/python/python3-adafruit-blinka_6.2.2.bb
Outdated
Show resolved
Hide resolved
…ries in 64 bit rpi machines foobar: Update python3-adafruit-blinka_6.2.2.bb to allow shipping 32 bit binaries in 64 bit rpi machines When building for a 64bit architecture, this recipes does not ships 32bit binaries, that would be fully compatible anyway. To resolve this issue, it's been changed the permissions to 0644 to this binaries Signed-off-by: Gianluca Iaia <[email protected]>
python3-adafruit-blinka: Update recipe to allow shipping 32bit binaries in 64bit machines When building for a 64bit architecture, this recipes does not ships 32bit binaries, that would be fully compatible anyway. To resolve this issue, it's been changed the permissions to 0644 to this binaries Signed-off-by: Gianluca Iaia <[email protected]>
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.
changed files permissions to 0644 instead removing it
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.
This MR needs some cleanup:
- squash things in one commits
- rebase to drop merge commits
- have a clear git log rationale of what and why
- adhere to https://meta-raspberrypi.readthedocs.io/en/latest/contributing.html (for example line length recommendation in git log)
Once again, thanks for your contribution.
disabled qa, to allow shipping 32bit binaries also in a 64bit rpi machines