Eino Juhani Oltedal
Eino Juhani Oltedal
Well, I'll still be using honister for a little while longer. I would love to get this into the mainline honister branch so I can remove my own rauc v1.7...
> Ok, so we make a deal, you add the backporting lines > > ``` > (cherry-picked from commit ) > Signed-off-by ... > ``` > > and I'll merge...
How would you print the addresses of the states if they are classes instead, like in the elevator example?
I figured out how to do it, at least for the first class in fsm_list. If you move the state class declaration to the header file you can do it...
I was able to get it to work on zeus with just two additions to the master branch https://github.com/einoj/meta-conan/commit/dd1c53776a5374b08f8797c919089ec941f56724 Would be great if we could get my zeus branch added...
Because of our hardware vendor we are stuck at "zeus" for now.
@uilianries Yes I do, go ahead and create the branch and I'll open a PR.
I'm surprised the Jenkins build fails with `ERROR: Nothing PROVIDES 'spice' `, while if I clone meta-openembedded, spice is there ``` $ git clone --depth 1 git://git.openembedded.org/meta-openembedded.git -b zeus /tmp/meta-openembedded...
Not sure if this resolves the issue, but I added merge (by copying the code from example/merge.rs) functionality to the pdfutil so it can merge pdfs by running ` pdfutil...