New packages: rockpro64-base and rockpro64-uboot
PR based on https://github.com/void-linux/void-packages/pull/33556
Testing the changes
- I tested the changes in this PR: YES
New package
- This new package conforms to the quality requirements: YES
I'm running the packages on my RockPro64 for weeks now.
Imo this can be merged.
I think this can be merged with the other PR... running this for a month now.
Any chance of this rolling out to the main repos or advice on how to build the all that is necessary to get Void up and running on my RP64s?
You have to fork this repo and https://github.com/void-linux/void-mklive and merge this PR and https://github.com/void-linux/void-mklive/pull/221 yourself, then build the packages from this PR using xbps-src and use void-mklive to generate an image to put on your RockPro64.
Hopefully some maintainer steps in and merges this though.
@Anachron ,
much appreciated, got it building now.
update: with your help and paper42's help on another issue got the image to build and running great. Very much appreciate everyone's help and advice.
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
bump
Yep, dont let this die...
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
Bump
bump, don't wanna lose this.
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
Dont you stale this, github-actions.
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
Bump.
On Tue, Aug 15, 2023, 18:44 github-actions[bot] @.***> wrote:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
— Reply to this email directly, view it on GitHub https://github.com/void-linux/void-packages/pull/36419#issuecomment-1679845303, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIF2UVZGBTO46RUHQCU7Z53XVQQXTANCNFSM5SBT3ORQ . You are receiving this because you commented.Message ID: @.***>
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
bump
On Tue, Nov 14, 2023 at 5:46 PM github-actions[bot] < @.***> wrote:
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.
— Reply to this email directly, view it on GitHub https://github.com/void-linux/void-packages/pull/36419#issuecomment-1811668961, or unsubscribe https://github.com/notifications/unsubscribe-auth/AIF2UVYFG2DI5V5BDQGSOCTYEQNIDAVCNFSM5SBT3OR2U5DIOJSWCZC7NNSXTN2JONZXKZKDN5WW2ZLOOQ5TCOBRGE3DMOBZGYYQ . You are receiving this because you commented.Message ID: @.***>
Please check / fix the lint error.
The error from the Lint templates is due to the recent addition of the update-check script. Since the template is a meta-package there are no distfiles so the NO DISTFILES found for rockpro64-base error is expected. Perhaps the verify-update-check.sh script should be updated to catch the edge case where there are no distfiles in the template.
@classabbyamp Since you added the update-check in https://github.com/void-linux/void-packages/pull/44927 perhaps you have a suggestion on how to handle the NO DISTFILES found for rockpro64-base error.
https://github.com/void-linux/void-packages/blob/master/Manual.md#updates
disabledcan be set to disable update checking for the package, in cases where checking for updates is impossible or does not make sense. This should be set to a string describing why it is disabled.
Thanks @classabbyamp!
wait, it's not erroring because of no distfiles, it's erroring because xlint https://github.com/void-linux/void-packages/actions/runs/7078728385/job/19264541980?pr=36419#step:7:9
I missed the wrksrc error at first. I pushed a new commit to fix that too.
I pushed another change to the rockpro64-base template. I was testing some u-boot changes and noticed that the current linux kernel (6.5.13) had some kernel panics. I switched to linux-lts since both the current linux-lts kernel (6.1) and the next LTS kernel (6.6) booted without kernel panics.
Pull Requests become stale 90 days after last activity and are closed 14 days after that. If this pull request is still relevant bump it or assign it.