QEMU ttl-generation has been far from reliable for many reasons.
This class decides per lv2-plugin which way to go:
If qemu survives we are done - if not: try first boot.
Should have done done this much earlier because it is a major enhancement:
* It reduces 1st boot delay - only those plugins which failed at qemu are
handled at 1st boot - not all in affected recipe.
* Up to now it was maintainer's business to decide which way to go. Have seen
it more than once: Aargh QEMU creation failes -> move to 1st boot - or: Hey
QEMU has seen enhancements - is 1st boot still necessary: Try to remember how
to move (back) to qemu - aargh fails still...
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
lv2-postinst-helper is last chance for plugins not working with qemu. So errors
are likely to happen. So it is better to have most plugins running and - more
important: avoid package-manager retry postinst every time some package is
installed.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
As long as I am not brave enough to psuh this to meta-qt5 have a copy of
the version found in meta-qt5-extra here.
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>