-
Notifications
You must be signed in to change notification settings - Fork 1
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
layers/meta-balena-5x-owa: Start CAN on boot #545
layers/meta-balena-5x-owa: Start CAN on boot #545
Conversation
Change tested on a 6.0.30 image |
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.
Change tested on a 6.0.30 image
c48aa75
to
e202789
Compare
Invalidated by push of e202789
@owzagj I think this is pending your review |
I've approved it twice, once yesterday and right now. Do I need to do anything else? |
No, it picked it up now. Thanks |
Hi @otlaitil your PR must have at least 1 commit that adds a Changelog-entry, such as c728d18 |
Head branch was pushed to by a user without write access
e202789
to
bb72c20
Compare
Invalidated by push of bb72c20
Thanks @floion, I edited the commit message as per the instructions. |
bb72c20
to
a7e618d
Compare
You also need a Signed-off-by @otlaitil |
Head branch was pushed to by a user without write access
a7e618d
to
f77ef24
Compare
@floion added |
Could we get this merged in? |
f77ef24
to
36bb6e5
Compare
A repository maintainer needs to approve this workflow run. https://github.com/balena-os/balena-owa5x/actions/runs/11550915938 Maintainers, please review all commits and react with 👍 to approve or 👎 to reject. Things to look for: GitHub Actions Security Cheat Sheet |
36bb6e5
to
34f3f33
Compare
Invalidated by push of 34f3f33
A repository maintainer needs to approve this workflow run. https://github.com/balena-os/balena-owa5x/actions/runs/11575016767 Maintainers, please review all commits and react with 👍 to approve or 👎 to reject. Things to look for: GitHub Actions Security Cheat Sheet |
Invalidated by push of 34f3f33
lgtm |
34f3f33
to
41633c6
Compare
Invalidated by push of 41633c6
A repository maintainer needs to approve this workflow run. https://github.com/balena-os/balena-owa5x/actions/runs/11575499007 Maintainers, please review all commits and react with 👍 to approve or 👎 to reject. Things to look for: GitHub Actions Security Cheat Sheet |
lgtm |
As discussed in balena-os#397 starting CAN communication from within balena docker applications is difficult due to needing owasys libraries in the image and needing to mount sockets to the running container. This commit enables CAN on boot. Changelog-entry: Start CAN on boot Signed-off-by: Otto Laitila <[email protected]>
41633c6
to
89e3a69
Compare
Invalidated by push of 89e3a69
A repository maintainer needs to approve this workflow run. https://github.com/balena-os/balena-owa5x/actions/runs/11589074704 Maintainers, please review all commits and react with 👍 to approve or 👎 to reject. Things to look for: GitHub Actions Security Cheat Sheet |
A repository maintainer needs to approve this workflow run. https://github.com/balena-os/balena-owa5x/actions/runs/11589074695 Maintainers, please review all commits and react with 👍 to approve or 👎 to reject. Things to look for: GitHub Actions Security Cheat Sheet |
LGTM |
A repository maintainer needs to approve this workflow run. https://github.com/balena-os/balena-owa5x/actions/runs/11589074704 Maintainers, please review all commits and react with 👍 to approve or 👎 to reject. Things to look for: GitHub Actions Security Cheat Sheet |
Well done! |
Great! Any estimate when this will be available in Balena Cloud? I see that there's some problems with the CD pipeline with the release? |
Hi, version 6.1.0 is now available in production |
As discussed in #397 starting CAN communication from within balena docker applications is difficult due to needing owasys libraries in the image and needing to mount sockets to the running container.
I suggest we enable CAN communication by default.