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 <[email protected]> --- 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} -- 2.34.1
-=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#19698): https://lists.yoctoproject.org/g/meta-ti/message/19698 Mute This Topic: https://lists.yoctoproject.org/mt/118261723/21656 Group Owner: [email protected] Unsubscribe: https://lists.yoctoproject.org/g/meta-ti/unsub [[email protected]] -=-=-=-=-=-=-=-=-=-=-=-
