Commit Graph

10 Commits

Author SHA1 Message Date
Andreas Müller
42a6ec9399 Move to new override syntax
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2021-08-16 00:25:06 +02:00
Andreas Müller
e34dc8bb22 Delete whole paths for lv2 plugins that did fail creating final ttl
There are plugins part of collections that fail on target postinst so
manifest.ttl is not created (cross and on-target failed - there is nothing left
we can do).
That causes warnings: an lv2 path without manifest: tse tse.
Shut these up by deleting whole path on target - right - binaries without
manifest.ttk are useless blobs.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-08-28 01:37:00 +02:00
Andreas Müller
c04392ec85 lv2-turtle-helper: handle inifite qemu runs as error
distrho-ports ttl generation with qemu has alway been pain: For unknown reasons
some plugins caues qemu to run infinite. Up to now we could ignore particular
plugins by adding them to LV2_PLUGIN_BLACKLIST_QEMU} but since the affected
plugins change from time to time maintaining this turned into pain. So handle
infinit qemu runs as error. To achive we:

* add qemu-with-timeout-native which injects coreutils' 'timeout' into command
  line by creatin wrappers for all qemu-* available
* rework qemu-ext-musicians.bbclass (was renamed to avoid conflicts with
  meta-qt5-extra's qemu-ext)
* rework lv2-turtle-helper.bbclass and adjust logs

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2020-03-12 00:16:39 +01:00
Andreas Müller
6eb74aa8a8 lv2-turtle-helper.bbclass: replace 'plugins' by 'LV2-plugins'
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-10-09 00:23:59 +02:00
Andreas Müller
e46ce55528 lv2-turtle-helper.bbclass: Create console warnings for postponed plugins
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-10-08 22:12:49 +02:00
Andreas Müller
ff1c5ed297 lv2-turtle-helper.bbclass: add blacklist
For some plugins ttl-generation with qemu runs infinite. Avoid that by
blacklisting.

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-10-07 21:52:37 +02:00
Andreas Müller
04ca0edfaf lv2-turtle-helper.bbclass: rename LV2-TTL-GENERATOR -> LV2_TTL_GENERATOR
While at it: write the generator used to log file in case of error

Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-10-07 08:03:48 +02:00
Andreas Müller
5faff09fd0 Introduce audio-plugin-common.bbclass for global audio-plugin settings
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-10-07 08:02:18 +02:00
Andreas Müller
82848fe66f lv2-turtle-helper: do not run do_ttl_sed on subsequenct configures
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
2019-10-07 06:56:29 +02:00
Andreas Müller
740b2452c4 lv2-turtle-helper.bbclass: initial add
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>
2019-10-07 00:14:33 +02:00