* Re: [master/dunfell PATCH] packagegroup-*-addons: add ti-rpmsg-char for all K3 platforms [not found] <20201021175306.13253-1-s-anna@ti.com> @ 2020-10-21 18:00 ` Denys Dmytriyenko [not found] ` <6bbac038-986b-abd9-fe2a-3ccded5027f7@ti.com> 0 siblings, 1 reply; 2+ messages in thread From: Denys Dmytriyenko @ 2020-10-21 18:00 UTC (permalink / raw) To: Suman Anna; +Cc: meta-arago 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 <s-anna@ti.com> > Signed-off-by: Gowtham Tammana <g-tammana@ti.com> > --- > .../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 > ^ permalink raw reply [flat|nested] 2+ messages in thread
[parent not found: <6bbac038-986b-abd9-fe2a-3ccded5027f7@ti.com>]
* Re: [master/dunfell PATCH] packagegroup-*-addons: add ti-rpmsg-char for all K3 platforms [not found] ` <6bbac038-986b-abd9-fe2a-3ccded5027f7@ti.com> @ 2020-10-21 18:31 ` Denys Dmytriyenko 0 siblings, 0 replies; 2+ messages in thread From: Denys Dmytriyenko @ 2020-10-21 18:31 UTC (permalink / raw) To: Suman Anna; +Cc: meta-arago On Wed, Oct 21, 2020 at 01:27:38PM -0500, Suman Anna wrote: > Hi Denys, > > On 10/21/20 1:00 PM, Denys Dmytriyenko wrote: > > 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 <s-anna@ti.com> > >> Signed-off-by: Gowtham Tammana <g-tammana@ti.com> > >> --- > >> .../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 ^^^ > > Alright, I will drop this. If you need -src package generated, you'd need to update arago-source-ipk.inc in the conf/ > regards > Suman > > > > > > >> " > >> > >> 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 > >> > ^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2020-10-21 18:34 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
[not found] <20201021175306.13253-1-s-anna@ti.com>
2020-10-21 18:00 ` [master/dunfell PATCH] packagegroup-*-addons: add ti-rpmsg-char for all K3 platforms Denys Dmytriyenko
[not found] ` <6bbac038-986b-abd9-fe2a-3ccded5027f7@ti.com>
2020-10-21 18:31 ` Denys Dmytriyenko
This is an external index of several public inboxes, see mirroring instructions on how to clone and mirror all data and code used by this external index.