rauc / meta-rauc

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

Update RAUC to v1.8 #243

Closed OnkelUlla closed 1 year ago

OnkelUlla commented 1 year ago

This pull request ports all commits that are needed for the named update from the master branch. Although Yocto's bitbake understands the new override syntax from dunfell-23.0.11 onwards as it contains commits [1] and [2] the old override syntax has explicitely been used in [3] (and is removed in [4] again).

[1] 9c2186108e2e ("bitbake: data_smart: Allow colon in variable expansion regex") [2] 1f7b04355c03 ("bitbake: data_smart/parse: Allow ':' characters in variable/function names") [3] "rauc-git: update to latest master to enable streaming and encryption" [4] "rauc: move 'streaming' PACKAGECONFIG option to common includes"