libti_rpmsg_char is a new utility library providing a simple API for applications wanting to talk to remote processors over the rpmsg_char Linux kernel driver with virtio-rpmsg back-end transport.
Add this library and examples for all the K3 platforms. It does not support legacy SoCs at the moment, but this can be adjusted later on when the support for the same is added to the library. Signed-off-by: Suman Anna <[email protected]> Signed-off-by: Gowtham Tammana <[email protected]> --- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb index e2c3774a287a..adfd45f2af11 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb @@ -1,6 +1,6 @@ DESCRIPTION = "Task to install additional utilities/demos for SDKs" LICENSE = "MIT" -PR = "r77" +PR = "r78" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -72,6 +72,8 @@ UTILS_append_k3 = " mmc-utils \ switch-config \ irqbalance \ jailhouse \ + ti-rpmsg-char \ + ti-rpmsg-char-examples \ " UTILS_append_am65xx = " ti-rtos-firmware pru-icss pru-pwm-fw" -- 2.28.0 _______________________________________________ meta-arago mailing list [email protected] http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago
