* [PATCH] bluez5: add PACKAGECONFIG for MCP
@ 2025-06-27 7:26 Christian Eggers
2025-06-29 11:14 ` Guðni Már Gilbert
0 siblings, 1 reply; 3+ messages in thread
From: Christian Eggers @ 2025-06-27 7:26 UTC (permalink / raw)
To: openembedded-core; +Cc: Christian Eggers
Allows to build without MCP profiles. Keep existing default value.
Signed-off-by: Christian Eggers <ceggers@arri.de>
---
meta/recipes-connectivity/bluez5/bluez5.inc | 2 ++
1 file changed, 2 insertions(+)
diff --git a/meta/recipes-connectivity/bluez5/bluez5.inc b/meta/recipes-connectivity/bluez5/bluez5.inc
index 287ebf658ef3..0d97413ad365 100644
--- a/meta/recipes-connectivity/bluez5/bluez5.inc
+++ b/meta/recipes-connectivity/bluez5/bluez5.inc
@@ -28,6 +28,7 @@ PACKAGECONFIG ??= "obex-profiles \
network-profiles \
hid-profiles \
hog-profiles \
+ mcp-profiles \
tools \
deprecated \
udev \
@@ -54,6 +55,7 @@ PACKAGECONFIG[vcp-profiles] = "--enable-vcp,--disable-vcp"
PACKAGECONFIG[micp-profiles] = "--enable-micp,--disable-micp"
PACKAGECONFIG[csip-profiles] = "--enable-csip,--disable-csip"
PACKAGECONFIG[asha-profiles] = "--enable-asha,--disable-asha"
+PACKAGECONFIG[mcp-profiles] = "--enable-mcp,--disable-mcp"
PACKAGECONFIG[sixaxis] = "--enable-sixaxis,--disable-sixaxis"
PACKAGECONFIG[tools] = "--enable-tools,--disable-tools"
PACKAGECONFIG[threads] = "--enable-threads,--disable-threads"
--
2.43.0
^ permalink raw reply related [flat|nested] 3+ messages in thread
end of thread, other threads:[~2025-06-30 10:44 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-06-27 7:26 [PATCH] bluez5: add PACKAGECONFIG for MCP Christian Eggers
2025-06-29 11:14 ` Guðni Már Gilbert
2025-06-30 10:44 ` [OE-core] " Christian Eggers
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox