rauc / meta-rauc-community

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

Kirkstone Custom Args Unknown option #71

Open mwmike opened 10 months ago

mwmike commented 10 months ago

I'm trying to build the casync bundle in Yocto, but I'm facing an error that says "Unknown option --ignore-image=boot". Upon further investigation, I found that this option was added to the rauc repository but not the meta-rauc. I'm not sure if I'm missing something or if it's not yet supported in the meta-rauc. Could you help me understand this better?

ejoerns commented 10 months ago

Hi @mwmike, you're right. This option did not make it into a RAUC release, yet. We could bump the development version of meta-rauc master to the current master to allow testing it with RAUC_USE_DEVEL_VERSION = 1.

mwmike commented 10 months ago

I think that could be a viable solution for me. Do you have any information on when it might be included in the release?

ejoerns commented 8 months ago

@mwmike I have now first of all bumped the devel version in https://github.com/rauc/meta-rauc/pull/294.

We have no concrete plans for the v1.11 release yet, maybe we will do it before Christmas, otherwise early next year.