]> git.ipfire.org Git - thirdparty/openembedded/openembedded-core-contrib.git/commit
strace: Disable bluetooth support by default
authorYoann Congal <yoann.congal@smile.fr>
Wed, 13 Dec 2023 08:56:58 +0000 (09:56 +0100)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Sat, 16 Dec 2023 13:05:39 +0000 (13:05 +0000)
commit5dbfeea1c90c4dab9291d27da5a7ed1706e2ac2e
tree28af6ea39ac842816139125fcc97660795a9d4a8
parentae642a4b038c6946e6c8aa9778bf09099d938a31
strace: Disable bluetooth support by default

The bluetooth support adds a bluez5 dependency (and,recursively, a lot
of other stuff). Disable it by default to avoid having to build all of
this when it is not needed.

This decrease the number of tasks run for a core-image-minimal build by
~1000 (-21%).

To re-enable bluetooth support in strace, add "bluez" to strace
PACKAGECONFIG. For example, in local.conf:
  PACKAGECONFIG:append:pn-strace = " bluez"

Fixes [YOCTO #15323]

[RP: Tweaked to put a message about the change in the recipe]
Signed-off-by: Yoann Congal <yoann.congal@smile.fr>
Suggested-by: Ross Burton <ross.burton@arm.com>
Signed-off-by: Richard Purdie <richard.purdie@linuxfoundation.org>
meta/recipes-devtools/strace/strace_6.6.bb