rauc / meta-rauc-community

Yocto/OpenEmbedded meta layer with examples for integration of RAUC, the embedded Linux A/B update framework
MIT License
46 stars 51 forks source link

Make Kernel A/B updates (as part of rootfs) default behavior for meta-rauc-raspberrypi #102

Closed AtanasBunchev closed 1 month ago

AtanasBunchev commented 2 months ago

I have successfully done a kernel update using a RAUC update bundle on Raspberry Pi 5 with these patches and the instructions from the README.rst.

AtanasBunchev commented 1 month ago

I wanted to make sure to have tested it properly, so I used the 'Draft' status to make sure it doesn't get merged too early in case something doesn't work quite right. Thanks again for the review :)

ejoerns commented 1 month ago

@leon-anavi Maybe a good chance before merging this: I recently enforced the merge policy to "rebase" for meta-rauc and other layers I maintain. Do you (or anyone else) have an opinion on merge vs. rebase for this layer? Normally, I'd argue for merges (as we do for rauc) since they give a clearer context and mark the source of the PR. However, for other meta layers, the history is often linear and also here most PRs are single commits and patches are more or less independent from each other. Especially for maintaining different stable branches in parallel, I find linear history a bit more readable.

leon-anavi commented 1 month ago

@leon-anavi Maybe a good chance before merging this: I recently enforced the merge policy to "rebase" for meta-rauc and other layers I maintain. Do you (or anyone else) have an opinion on merge vs. rebase for this layer?

I don't have a hard opinion on this topic. Would you like to switch to "rebase" merge policy for meta-rauc-community?

ejoerns commented 1 month ago

@leon-anavi Maybe a good chance before merging this: I recently enforced the merge policy to "rebase" for meta-rauc and other layers I maintain. Do you (or anyone else) have an opinion on merge vs. rebase for this layer?

I don't have a hard opinion on this topic. Would you like to switch to "rebase" merge policy for meta-rauc-community?

Ok, let's give it a try. :+1:

leon-anavi commented 1 month ago

@leon-anavi Maybe a good chance before merging this: I recently enforced the merge policy to "rebase" for meta-rauc and other layers I maintain. Do you (or anyone else) have an opinion on merge vs. rebase for this layer?

I don't have a hard opinion on this topic. Would you like to switch to "rebase" merge policy for meta-rauc-community?

Ok, let's give it a try. 👍

OK.

I don't have access to the "Settings" of this git repository anymore. Do you? Could you please enforce the default merge policy to "rebase" as for meta-rauc?

ejoerns commented 1 month ago

I don't have access to the "Settings" of this git repository anymore. Do you? Could you please enforce the default merge policy to "rebase" as for meta-rauc?

Should be done already :wink: