| Message ID | 20260224230156.1977027-1-reatmon@ti.com |
|---|---|
| State | New |
| Headers | show |
| Series | [meta-ti,master] ti-rpmsg-char: Set DISABLE_STATIC = "" | expand |
meta-ti / na / 20260224230156.1977027-1-reatmon PRC Results: PASS ========================================================= check-yocto-patches: PASS ========================================================= Patches ---------------------------------------- All patches passed ========================================================= apply-yocto-patch: PASS ========================================================= master ===================== Summary: - Patch Series: [meta-ti][master][PATCH] ti-rpmsg-char: Set DISABLE_STATIC = "" - Submitter: From: Ryan Eatmon <reatmon@ti.com> - Date: Date: Tue, 24 Feb 2026 17:01:56 -0600 - Num Patches: 1 - Mailing List (public inbox) Commit SHA: 47537d6591929afbf590aca6a3db3037751e2b70 Applied to: - Repository: lcpd-prc-meta-ti - Base Branch: master-next - Commit Author: LCPD Automation Script <lcpdbld@list.ti.com> - Commit Subject: CI/CD Auto-Merger: cicd.master-ltsprep.202602240400 - Commit SHA: 0bbd8989d8351751c1e084dbfc48575694d1d346 Patches ---------------------------------------- All patches applied ========================================================= check-yocto-repo: PASS ========================================================= master ===================== PASS ========================================================= yocto-check-layers: PASS ========================================================= master - PASS ===================== All checks passed
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc index f9fb0f25..f8b9adcf 100644 --- a/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc +++ b/meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc @@ -13,3 +13,5 @@ SRCREV = "dd4783422bf4fbed1015bfaa51054e40057b4f04" PV = "0.6.11+git" COMPATIBLE_MACHINE = "^(k3)$" + +DISABLE_STATIC = ""
As of [1], static libs are disabled by default. But this package relies on static libs, so we need to allow for building them. [1] https://git.openembedded.org/openembedded-core/commit/?id=03fc931bfe9ea3fa9f33553e6020cbc067b24291 Signed-off-by: Ryan Eatmon <reatmon@ti.com> --- meta-ti-bsp/recipes-ti/ipc/ti-rpmsg-char.inc | 2 ++ 1 file changed, 2 insertions(+)