From dbedef732f7028ed26271c984fdef3fdc9a7995a Mon Sep 17 00:00:00 2001 From: Mahammed Sadik Shaik Date: Thu, 12 Mar 2026 00:35:36 +0530 Subject: [PATCH] jailhouse-inmate: Inhibit debug package split 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 Signed-off-by: Ryan Eatmon --- meta-ti-extras/recipes-ti/jailhouse/jailhouse-inmate.bb | 3 +++ 1 file changed, 3 insertions(+) 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}