summaryrefslogtreecommitdiffstats
path: root/meta-ti-bsp
diff options
context:
space:
mode:
authorRyan Eatmon <reatmon@ti.com>2026-02-24 20:43:23 -0600
committerRyan Eatmon <reatmon@ti.com>2026-02-24 20:54:51 -0600
commit38758c5d173585c80bcdf4f94618eff2d2d0237f (patch)
tree7c22e510bf9111a2fc1d21a0f4c412939ab4daa1 /meta-ti-bsp
parentbb64ebf30459d161fe1ae57a224c5497183dcf11 (diff)
downloadmeta-ti-38758c5d173585c80bcdf4f94618eff2d2d0237f.tar.gz
ti-ipc: Set 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>
Diffstat (limited to 'meta-ti-bsp')
-rw-r--r--meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb2
1 files changed, 2 insertions, 0 deletions
diff --git a/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb b/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb
index 3e4be816..85aec4e1 100644
--- a/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb
+++ b/meta-ti-bsp/recipes-ti/ipc/ti-ipc_git.bb
@@ -34,6 +34,8 @@ SYSTEMD_SERVICE:${PN} = "tiipclad-daemon.service"
34 34
35EXTRA_OECONF += "PLATFORM=${PLATFORM} KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} KERNEL_BUILD_DIR=${STAGING_KERNEL_BUILDDIR}" 35EXTRA_OECONF += "PLATFORM=${PLATFORM} KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} KERNEL_BUILD_DIR=${STAGING_KERNEL_BUILDDIR}"
36 36
37DISABLE_STATIC = ""
38
37do_compile[depends] += "virtual/kernel:do_shared_workdir" 39do_compile[depends] += "virtual/kernel:do_shared_workdir"
38 40
39do_configure() { 41do_configure() {