On Wed, Oct 21, 2020 at 12:53:06PM -0500, Suman Anna wrote:
> 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-sdk-host.bb | 3 ++-
>  .../packagegroups/packagegroup-arago-tisdk-addons.bb          | 4 +++-
>  2 files changed, 5 insertions(+), 2 deletions(-)
> 
> diff --git 
> a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
>  
> b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
> index 46817f999894..914fa07bf705 100644
> --- 
> a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
> +++ 
> b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-tisdk-addons-sdk-host.bb
> @@ -1,6 +1,6 @@
>  DESCRIPTION = "Task to install sources for additional utilities/demos for 
> SDKs"
>  LICENSE = "MIT"
> -PR = "r36"
> +PR = "r37"
>  
>  PACKAGE_ARCH = "${MACHINE_ARCH}"
>  
> @@ -40,6 +40,7 @@ UTILS_append_k3 = " \
>      jailhouse-src \
>      ti-sci-fw-source \
>      trusted-firmware-a-src \
> +    ti-rpmsg-char-src \

This won't work ^^^


>  "
>  
>  UTILS_append_j7-evm = " \
> 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

Reply via email to