From 3a9eebb01b3a45c3a94f0229265a45204d2d7fa3 Mon Sep 17 00:00:00 2001 From: Anup Kulkarni Date: Wed, 9 Sep 2026 15:42:39 +0530 Subject: [PATCH] qcom-multimedia-proprietary-image: add qcom-rtss-can The RTSS (Real-Time Subsystem) is a dedicated real-time processor on Qualcomm SoCs that manages timing-critical operations such as CAN (Controller Area Network) communication, commonly used in automotive and industrial applications. qcom-rtss-can is a userspace daemon that bridges Linux SocketCAN virtual interfaces with RTSS mailbox channels, allowing standard SocketCAN applications to communicate with CAN hardware that is managed by the RTSS and not directly accessible from the Linux CAN stack. Add qcom-rtss-can to the multimedia proprietary image to enable SocketCAN-based applications on platforms where CAN is handled by the RTSS. Signed-off-by: Anup Kulkarni --- recipes-products/images/qcom-multimedia-proprietary-image.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-products/images/qcom-multimedia-proprietary-image.bb b/recipes-products/images/qcom-multimedia-proprietary-image.bb index 1b6e52da..df92c784 100644 --- a/recipes-products/images/qcom-multimedia-proprietary-image.bb +++ b/recipes-products/images/qcom-multimedia-proprietary-image.bb @@ -20,6 +20,7 @@ CORE_IMAGE_BASE_INSTALL += " \ libdiag-bin \ onnxruntime-qnn \ qcom-adreno \ + qcom-rtss-can \ qcom-sensors-binaries \ qwes \ "