rauc / meta-rauc

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

classes: bundle: Allow parsing var flags offset, hooks and adaptive #249

Closed mschwan-phytec closed 1 year ago

mschwan-phytec commented 1 year ago

Allow for BitBake variable parsing inside the variable flags "offset", "hooks" and "adaptive". To enable this, use d.getVarFlag() instead of the builtin get() method.

mschwan-phytec commented 1 year ago

Good catch about the parsing handling.

But pretty sure this was only tested for 'offset' :wink:

Whoops! :grimacing: Fixed.

mschwan-phytec commented 1 year ago

Can we backport this to kirkstone? As adaptive updates are available in kirkstone, too, it would fix the parsing there.

ejoerns commented 1 year ago

cherry-picked to kirkstone