mirror of
https://git.yoctoproject.org/meta-ti
synced 2026-06-06 02:42:34 +00:00
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 <s-sadik@ti.com> Signed-off-by: Ryan Eatmon <reatmon@ti.com>
This commit is contained in:
committed by
Ryan Eatmon
parent
6d51093a81
commit
dbedef732f
@@ -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}
|
||||
|
||||
Reference in New Issue
Block a user