On Tue, Dec 12, 2023 at 3:37 PM Yoann Congal <[email protected]> wrote:
> 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 = "bluetooth" typo: = “bluez” unless you meant to reference the DISTRO_FEATURE? > > > Fixes [YOCTO #15323] > > Signed-off-by: Yoann Congal <[email protected]> > --- > meta/recipes-devtools/strace/strace_6.6.bb | 3 --- > 1 file changed, 3 deletions(-) > > diff --git a/meta/recipes-devtools/strace/strace_6.6.bb > b/meta/recipes-devtools/strace/strace_6.6.bb > index a3de7941cf..c355b45b20 100644 > --- a/meta/recipes-devtools/strace/strace_6.6.bb > +++ b/meta/recipes-devtools/strace/strace_6.6.bb > @@ -22,9 +22,6 @@ inherit autotools ptest > # Not yet ported to rv32 > COMPATIBLE_HOST:riscv32 = "null" > > -PACKAGECONFIG:class-target ??= "\ > - ${@bb.utils.contains('DISTRO_FEATURES', 'bluetooth', 'bluez', '', d)} > \ > -" > > PACKAGECONFIG[bluez] = > "ac_cv_header_bluetooth_bluetooth_h=yes,ac_cv_header_bluetooth_bluetooth_h=no,bluez5" > PACKAGECONFIG[libunwind] = > "--with-libunwind,--without-libunwind,libunwind" > -- > 2.30.2 > > > > >
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#192259): https://lists.openembedded.org/g/openembedded-core/message/192259 Mute This Topic: https://lists.openembedded.org/mt/103140540/21656 Group Owner: [email protected] Unsubscribe: https://lists.openembedded.org/g/openembedded-core/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
