[OE-core] [PATCH RESEND] wpa-supplicant: add support for building without DBus

2024-03-23 Thread Alibek Omarov
Useful on highly resource constrained embedded systems where DBus is an extra dependency. Tested to build with and without ` dbus ` in PACKAGECONFIG. DBus interface is left enabled by default to preserve old behavior. Signed-off-by: Alibek Omarov < a1ba.oma...@gmail.com > --- .../wpa-supp

[OE-core] [PATCH] sbc: add PACKAGECONFIG tester to make libsndfile1 optional

2024-03-23 Thread Alibek Omarov
Noticed that enabling sbc brought libsndfile1->{flac,libogg,vorb is,etc} chain dependency. As it wasn't really used by anything critical, made this dependency optional. Fixes: fc6375426f94 ("sbc: SBC audio codec") Signed-off-by: Alibek Omarov < a1ba.oma...@gmail.com > ---

[OE-core] [PATCH] ncurses: disable big core only for target

2021-11-19 Thread Alibek Omarov
Building some terminal emulators(foot, for example) may require tic to be built with enabled big core. It's highly likely that tic will be used as native or in SDK, so we can lift memory restriction. Signed-off-by: Alibek Omarov --- meta/recipes-core/ncurses/ncurses.inc | 4 ++-- 1