Skip to content

sh_mem_ep: Enable CONFIG_RD_SH_MEM_EP in Linux defconfig - #103

Merged
quic-aditrath merged 1 commit into
AudioReach:masterfrom
quic-aditrath:linux_enable_rd_shmem_ep_defconfig
Aug 21, 2026
Merged

quic-aditrath merged 1 commit into
AudioReach:masterfrom
quic-aditrath:linux_enable_rd_shmem_ep_defconfig

Conversation

@quic-aditrath

Copy link
Copy Markdown
Contributor

Commit 27ac38f (Enable rd_sh_mem_ep deconfig control) introduced a Kconfig guard CONFIG_RD_SH_MEM_EP to allow rd_sh_mem_ep to be conditionally excluded from the build. However, the corresponding CONFIG_RD_SH_MEM_EP=y entry was not added to arch/linux/configs/defconfig, causing the module to be silently omitted on Linux targets.

This led to linker error when building audioreach-graphmgr against libspf.so due to missing symbols from rd_sh_mem_ep module, breaking the Yocto build for Raspberry Pi (scarthgap).

Add CONFIG_RD_SH_MEM_EP=y to the Linux defconfig, placed alongside CONFIG_WR_SH_MEM_EP=y in the Containers section, to restore the expected build behaviour.

@quic-aditrath
quic-aditrath requested review from a team August 21, 2026 06:05
Commit 27ac38f (Enable rd_sh_mem_ep deconfig control) introduced a
Kconfig guard CONFIG_RD_SH_MEM_EP to allow rd_sh_mem_ep to be
conditionally excluded from the build. However, the corresponding
CONFIG_RD_SH_MEM_EP=y entry was not added to arch/linux/configs/
defconfig file causing the module to be silently omitted on Linux
targets.

This led to linker error when building audioreach-graphmgr against
libspf.so due to missing symbols from rd_sh_mem_ep module, breaking
the Yocto build for Raspberry Pi (scarthgap).

Add CONFIG_RD_SH_MEM_EP=y to the Linux defconfig, placed alongside
CONFIG_WR_SH_MEM_EP=y in the Containers section, to restore the
expected build behaviour.

Signed-off-by: Aditya Rathi <aditrath@qti.qualcomm.com>
@quic-aditrath
quic-aditrath force-pushed the linux_enable_rd_shmem_ep_defconfig branch from 6483883 to d5905e9 Compare August 21, 2026 06:07
@quic-aditrath
quic-aditrath merged commit 944fff9 into AudioReach:master Aug 21, 2026
18 of 19 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants