rauc / meta-rauc

Yocto/Open Embedded meta layer for RAUC, the embedded Linux update framework
MIT License
165 stars 91 forks source link

Add support for full custom update #201

Closed vivien closed 10 months ago

vivien commented 3 years ago

This PR adds support for full custom updates as well as simplifying the code a bit and enabling variable parsing in flags such as RAUC_SLOT_rootfs[file] = "${SOME_FILE}".

vivien commented 3 years ago

I've rebased this branch on top of an unrelated casync error, likely causing this build failure. Better wait for #204 to pass.

vivien commented 3 years ago

Any update on this? :eyes:

ejoerns commented 10 months ago

Since most code of the bundle.bbclass is useless for full custom bundles, I find it misleading for others to implement the full custom update here. A distinct class might be a better solution.

Since the other fixes that were part of this PR were resolved by later PRs already, I'd close this now. @vivien sorry for ignoring the useful fixes that were in here for too long.