advancedtelematic / meta-updater

OTA Software updates using OSTree
MIT License
160 stars 61 forks source link

Compatibility with kirkstone #829

Closed albard00 closed 2 years ago

albard00 commented 2 years ago

Hi,

We updated meta-updater internally to be compatible with kirkstone. Maybe you can reuse what we did.

Unfortunately I think that with the removal of the reproducible_build_simple the layer is not compatible anymore with previous versions, although I don't really understand why you used the "simple" variant of reproducible build.

pattivacek commented 2 years ago

These changes look fine, but most of them are already present in the more regularly maintained repo in the uptane namespace. See https://github.com/uptane/meta-updater/pull/13 in particular for Kirkstone support. Note that there still isn't a separate kirkstone branch; it's just on master still for now.

albard00 commented 2 years ago

Thanks for the information, I did not notice there was another repo.