rauc / meta-rauc-community

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

Prepare meta-rauc-qemux86 for RAUC Adaptive Updates #37

Closed ejoerns closed 1 year ago

ejoerns commented 1 year ago

This adds configuration required to test RAUC's 1.8 adaptive update feature on qemux86-64.

To enable it, just uncomment the two lines in the qemu-demo-bundle.bb file and upload it to a web server you have access to from your qemu.

leon-anavi commented 1 year ago

Hi @ejoerns,

Thank you. Should we do similar changes for the adaptive update feature for other machines? I am preparing a talk for OpenFest (open source event in Bulgaria) this weekend and I may find time to do it on rpi4.

Thanks, Leon

ejoerns commented 1 year ago

Hey @leon-anavi,

Hi @ejoerns,

Thank you. Should we do similar changes for the adaptive update feature for other machines? I am preparing a talk for OpenFest (open source event in Bulgaria) this weekend and I may find time to do it on rpi4.

sounds cool!

Yes, I think especially the RPI platform is interesting in this regard and could serve as a blue-print for other projects how to enable and use the latest RAUC features. And, like streaming, apdative updates are something potentially everyone using block images and an HTTP server can benefit from (in contrast to e.g. encryption which is only for more specific use cases).

Thansk and best regards,

Enrico