diff options
| author | Ryan Eatmon <reatmon@ti.com> | 2026-02-24 20:43:23 -0600 |
|---|---|---|
| committer | Ryan Eatmon <reatmon@ti.com> | 2026-02-24 20:54:51 -0600 |
| commit | 38758c5d173585c80bcdf4f94618eff2d2d0237f (patch) | |
| tree | 7c22e510bf9111a2fc1d21a0f4c412939ab4daa1 /meta-ti-bsp | |
| parent | bb64ebf30459d161fe1ae57a224c5497183dcf11 (diff) | |
| download | meta-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.bb | 2 |
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 | ||
| 35 | EXTRA_OECONF += "PLATFORM=${PLATFORM} KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} KERNEL_BUILD_DIR=${STAGING_KERNEL_BUILDDIR}" | 35 | EXTRA_OECONF += "PLATFORM=${PLATFORM} KERNEL_INSTALL_DIR=${STAGING_KERNEL_DIR} KERNEL_BUILD_DIR=${STAGING_KERNEL_BUILDDIR}" |
| 36 | 36 | ||
| 37 | DISABLE_STATIC = "" | ||
| 38 | |||
| 37 | do_compile[depends] += "virtual/kernel:do_shared_workdir" | 39 | do_compile[depends] += "virtual/kernel:do_shared_workdir" |
| 38 | 40 | ||
| 39 | do_configure() { | 41 | do_configure() { |
