diff options
author | Yoann Congal <yoann.congal@smile.fr> | 2023-12-13 09:56:58 +0100 |
---|---|---|
committer | Richard Purdie <richard.purdie@linuxfoundation.org> | 2023-12-16 13:05:42 +0000 |
commit | 6ce61b435705d5e145bc6110f38f76a8a4697d2e (patch) | |
tree | 00758ff450c2549a15f0f08122c47ca42dfe248a /scripts/lib/devtool/standard.py | |
parent | a02138ad48a9a5b1aea18d0e8fcf067de46c608a (diff) | |
download | poky-6ce61b435705d5e145bc6110f38f76a8a4697d2e.tar.gz |
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]
(From OE-Core rev: 5dbfeea1c90c4dab9291d27da5a7ed1706e2ac2e)
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>
Diffstat (limited to 'scripts/lib/devtool/standard.py')
0 files changed, 0 insertions, 0 deletions