diff mbox series

[master,2/2] jailhouse-inmate: Inhibit debug package split

Message ID 20260309144356.2709949-3-s-sadik@ti.com
State Superseded
Delegated to: Ryan Eatmon
Headers show
Series jailhouse: Fix build issues and QA warnings | expand

Commit Message

Mahammed Sadik Shaik March 9, 2026, 2:43 p.m. UTC
Inmate binaries are bare-metal applications without
standard debug symbols that can be meaningfully split.
Inhibit debug package creation to avoid unnecessary
packaging overhead and potential QA warnings.

Signed-off-by: Mahammed Sadik Shaik <s-sadik@ti.com>
---
 meta-ti-extras/recipes-ti/jailhouse/jailhouse-inmate.bb | 3 +++
 1 file changed, 3 insertions(+)
diff mbox series

Patch

diff --git a/meta-ti-extras/recipes-ti/jailhouse/jailhouse-inmate.bb b/meta-ti-extras/recipes-ti/jailhouse/jailhouse-inmate.bb
index 39654a53..c6b3b85b 100644
--- a/meta-ti-extras/recipes-ti/jailhouse/jailhouse-inmate.bb
+++ b/meta-ti-extras/recipes-ti/jailhouse/jailhouse-inmate.bb
@@ -1,5 +1,8 @@ 
 require ti-jailhouse.inc
 
+# Inmate binaries are bare-metal; no debug package needed
+INHIBIT_PACKAGE_DEBUG_SPLIT = "1"
+
 do_install() {
 
 	install -d ${D}${bindir}