* [morty/master][PATCH v2 1/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 @ 2017-05-05 3:02 Sam Nelson 2017-05-05 3:02 ` [morty/master][PATCH v2 2/2] arago-tisdk-addons: Add ti-ipc-examples-linux package for omap-a15 Sam Nelson 2017-05-06 1:08 ` [morty/master][PATCH v2 1/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 Denys Dmytriyenko 0 siblings, 2 replies; 5+ messages in thread From: Sam Nelson @ 2017-05-05 3:02 UTC (permalink / raw) To: meta-arago ti-ipc-examples-linux adds binaries for Host Linux to Slave RTOS IPC examples Signed-off-by: Sam Nelson <sam.nelson@ti.com> --- Updated PR --- --- .../packagegroups/packagegroup-arago-base-tisdk-server-extra.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb index 784c5b4..d9b3391 100644 --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb @@ -1,7 +1,7 @@ DESCRIPTION = "Additional packages beyond console packages shared by TI SDKs" LICENSE = "MIT" LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" -PR = "r16" +PR = "r17" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -106,6 +106,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\ ipsecmgr-mod \ k2-initramfs \ parse-ip \ + ti-ipc-examples-linux \ " # The following packages are not yet ready for k2g-evm @@ -116,6 +117,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\ ARAGO_TI_PKGS = "" ARAGO_TI_PKGS_append_keystone = " ${ARAGO_TI_KEYSTONE_PKGS}" +ARAGO_TI_PKGS_append_omapl138 = " ti-ipc-examples-linux" # Disable netapi due to libnl and xfrm conflict # netapi -- 1.9.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* [morty/master][PATCH v2 2/2] arago-tisdk-addons: Add ti-ipc-examples-linux package for omap-a15 2017-05-05 3:02 [morty/master][PATCH v2 1/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 Sam Nelson @ 2017-05-05 3:02 ` Sam Nelson 2017-05-06 1:08 ` [morty/master][PATCH v2 1/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 Denys Dmytriyenko 1 sibling, 0 replies; 5+ messages in thread From: Sam Nelson @ 2017-05-05 3:02 UTC (permalink / raw) To: meta-arago ti-ipc-examples-linux adds binaries for examples that demonstrate Host Linux to Slave RTOS IPC Signed-off-by: Sam Nelson <sam.nelson@ti.com> --- Updated PR --- --- .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb | 3 ++- 1 file changed, 2 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 9ed9bc2..9f037f0 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 = "r59" +PR = "r60" PACKAGE_ARCH = "${MACHINE_ARCH}" @@ -55,6 +55,7 @@ UTILS_append_omap-a15 = " mmc-utils \ ti-ipc-rtos-fw \ uio-test-pruss \ uio-module-drv-test \ + ti-ipc-examples-linux \ " UTILS_append_omapl138 = " ti-ipc-rtos-fw" -- 1.9.1 ^ permalink raw reply related [flat|nested] 5+ messages in thread
* Re: [morty/master][PATCH v2 1/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 2017-05-05 3:02 [morty/master][PATCH v2 1/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 Sam Nelson 2017-05-05 3:02 ` [morty/master][PATCH v2 2/2] arago-tisdk-addons: Add ti-ipc-examples-linux package for omap-a15 Sam Nelson @ 2017-05-06 1:08 ` Denys Dmytriyenko 2017-05-08 14:08 ` Nelson, Sam 1 sibling, 1 reply; 5+ messages in thread From: Denys Dmytriyenko @ 2017-05-06 1:08 UTC (permalink / raw) To: Sam Nelson; +Cc: meta-arago Sam, Sorry for misleading you - I was under the impression that server-extra packagegroup is the one responsible for server-extra image... Apparently it is not and server-extra packagegroup goes directly into the main server image. Once it failed again for the same reason, I finally looked into it closer and the way to feed into server-extra image is through EXTRA_PACKAGES variable inside the tisdk-addons packagegroup. I sent a reworked patch after testing it locally. Sorry again for the confusion. BTW, we need to fix this going forward, as it's not very intuitive... -- Denys On Thu, May 04, 2017 at 11:02:25PM -0400, Sam Nelson wrote: > ti-ipc-examples-linux adds binaries for Host Linux to Slave RTOS IPC > examples > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > > --- > Updated PR > --- > --- > .../packagegroups/packagegroup-arago-base-tisdk-server-extra.bb | 4 +++- > 1 file changed, 3 insertions(+), 1 deletion(-) > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb > index 784c5b4..d9b3391 100644 > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb > @@ -1,7 +1,7 @@ > DESCRIPTION = "Additional packages beyond console packages shared by TI SDKs" > LICENSE = "MIT" > LIC_FILES_CHKSUM = "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de20420" > -PR = "r16" > +PR = "r17" > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > @@ -106,6 +106,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\ > ipsecmgr-mod \ > k2-initramfs \ > parse-ip \ > + ti-ipc-examples-linux \ > " > > # The following packages are not yet ready for k2g-evm > @@ -116,6 +117,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\ > > ARAGO_TI_PKGS = "" > ARAGO_TI_PKGS_append_keystone = " ${ARAGO_TI_KEYSTONE_PKGS}" > +ARAGO_TI_PKGS_append_omapl138 = " ti-ipc-examples-linux" > > # Disable netapi due to libnl and xfrm conflict > # netapi > -- > 1.9.1 > > _______________________________________________ > meta-arago mailing list > meta-arago@arago-project.org > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [morty/master][PATCH v2 1/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 2017-05-06 1:08 ` [morty/master][PATCH v2 1/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 Denys Dmytriyenko @ 2017-05-08 14:08 ` Nelson, Sam 2017-05-08 16:21 ` Denys Dmytriyenko 0 siblings, 1 reply; 5+ messages in thread From: Nelson, Sam @ 2017-05-08 14:08 UTC (permalink / raw) To: Dmytriyenko, Denys; +Cc: meta-arago@arago-project.org Thanks for looking into this and providing a fix. One solution, moving forward, I am thinking is to rename the packagegroup-arago-base-tisdk-server-extra--> packagegroup-arago-base-tisdk-server. Let me know if this makes sense. With regards, Sam > -----Original Message----- > From: Dmytriyenko, Denys > Sent: Friday, May 05, 2017 9:08 PM > To: Nelson, Sam > Cc: meta-arago@arago-project.org > Subject: Re: [meta-arago] [morty/master][PATCH v2 1/2] arago-base-tisdk- > server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 > > Sam, > > Sorry for misleading you - I was under the impression that server-extra > packagegroup is the one responsible for server-extra image... Apparently it is > not and server-extra packagegroup goes directly into the main server image. > > Once it failed again for the same reason, I finally looked into it closer and the > way to feed into server-extra image is through EXTRA_PACKAGES variable > inside the tisdk-addons packagegroup. I sent a reworked patch after testing it > locally. Sorry again for the confusion. > > BTW, we need to fix this going forward, as it's not very intuitive... > > -- > Denys > > > On Thu, May 04, 2017 at 11:02:25PM -0400, Sam Nelson wrote: > > ti-ipc-examples-linux adds binaries for Host Linux to Slave RTOS IPC > > examples > > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > > > > --- > > Updated PR > > --- > > --- > > .../packagegroups/packagegroup-arago-base-tisdk-server-extra.bb | 4 > +++- > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup- > arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes- > core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb > > index 784c5b4..d9b3391 100644 > > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago- > base-tisdk-server-extra.bb > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago- > base-tisdk-server-extra.bb > > @@ -1,7 +1,7 @@ > > DESCRIPTION = "Additional packages beyond console packages shared by TI > SDKs" > > LICENSE = "MIT" > > LIC_FILES_CHKSUM = > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de > 20420" > > -PR = "r16" > > +PR = "r17" > > > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > @@ -106,6 +106,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\ > > ipsecmgr-mod \ > > k2-initramfs \ > > parse-ip \ > > + ti-ipc-examples-linux \ > > " > > > > # The following packages are not yet ready for k2g-evm > > @@ -116,6 +117,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\ > > > > ARAGO_TI_PKGS = "" > > ARAGO_TI_PKGS_append_keystone = " ${ARAGO_TI_KEYSTONE_PKGS}" > > +ARAGO_TI_PKGS_append_omapl138 = " ti-ipc-examples-linux" > > > > # Disable netapi due to libnl and xfrm conflict > > # netapi > > -- > > 1.9.1 > > > > _______________________________________________ > > meta-arago mailing list > > meta-arago@arago-project.org > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 5+ messages in thread
* Re: [morty/master][PATCH v2 1/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 2017-05-08 14:08 ` Nelson, Sam @ 2017-05-08 16:21 ` Denys Dmytriyenko 0 siblings, 0 replies; 5+ messages in thread From: Denys Dmytriyenko @ 2017-05-08 16:21 UTC (permalink / raw) To: Nelson, Sam; +Cc: meta-arago@arago-project.org Yes, that should be fine. Thanks. On Mon, May 08, 2017 at 10:08:41AM -0400, Nelson, Sam wrote: > Thanks for looking into this and providing a fix. > One solution, moving forward, I am thinking is to rename the > packagegroup-arago-base-tisdk-server-extra--> > packagegroup-arago-base-tisdk-server. > Let me know if this makes sense. > With regards, > Sam > > > -----Original Message----- > > From: Dmytriyenko, Denys > > Sent: Friday, May 05, 2017 9:08 PM > > To: Nelson, Sam > > Cc: meta-arago@arago-project.org > > Subject: Re: [meta-arago] [morty/master][PATCH v2 1/2] arago-base-tisdk- > > server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 > > > > Sam, > > > > Sorry for misleading you - I was under the impression that server-extra > > packagegroup is the one responsible for server-extra image... Apparently it is > > not and server-extra packagegroup goes directly into the main server image. > > > > Once it failed again for the same reason, I finally looked into it closer and the > > way to feed into server-extra image is through EXTRA_PACKAGES variable > > inside the tisdk-addons packagegroup. I sent a reworked patch after testing it > > locally. Sorry again for the confusion. > > > > BTW, we need to fix this going forward, as it's not very intuitive... > > > > -- > > Denys > > > > > > On Thu, May 04, 2017 at 11:02:25PM -0400, Sam Nelson wrote: > > > ti-ipc-examples-linux adds binaries for Host Linux to Slave RTOS IPC > > > examples > > > > > > Signed-off-by: Sam Nelson <sam.nelson@ti.com> > > > > > > --- > > > Updated PR > > > --- > > > --- > > > .../packagegroups/packagegroup-arago-base-tisdk-server-extra.bb | 4 > > +++- > > > 1 file changed, 3 insertions(+), 1 deletion(-) > > > > > > diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup- > > arago-base-tisdk-server-extra.bb b/meta-arago-distro/recipes- > > core/packagegroups/packagegroup-arago-base-tisdk-server-extra.bb > > > index 784c5b4..d9b3391 100644 > > > --- a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago- > > base-tisdk-server-extra.bb > > > +++ b/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago- > > base-tisdk-server-extra.bb > > > @@ -1,7 +1,7 @@ > > > DESCRIPTION = "Additional packages beyond console packages shared by TI > > SDKs" > > > LICENSE = "MIT" > > > LIC_FILES_CHKSUM = > > "file://${COREBASE}/meta/COPYING.MIT;md5=3da9cfbcb788c80a0384361b4de > > 20420" > > > -PR = "r16" > > > +PR = "r17" > > > > > > PACKAGE_ARCH = "${MACHINE_ARCH}" > > > > > > @@ -106,6 +106,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\ > > > ipsecmgr-mod \ > > > k2-initramfs \ > > > parse-ip \ > > > + ti-ipc-examples-linux \ > > > " > > > > > > # The following packages are not yet ready for k2g-evm > > > @@ -116,6 +117,7 @@ ARAGO_TI_KEYSTONE_PKGS = "\ > > > > > > ARAGO_TI_PKGS = "" > > > ARAGO_TI_PKGS_append_keystone = " ${ARAGO_TI_KEYSTONE_PKGS}" > > > +ARAGO_TI_PKGS_append_omapl138 = " ti-ipc-examples-linux" > > > > > > # Disable netapi due to libnl and xfrm conflict > > > # netapi > > > -- > > > 1.9.1 > > > > > > _______________________________________________ > > > meta-arago mailing list > > > meta-arago@arago-project.org > > > http://arago-project.org/cgi-bin/mailman/listinfo/meta-arago ^ permalink raw reply [flat|nested] 5+ messages in thread
end of thread, other threads:[~2017-05-08 16:21 UTC | newest] Thread overview: 5+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- 2017-05-05 3:02 [morty/master][PATCH v2 1/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 Sam Nelson 2017-05-05 3:02 ` [morty/master][PATCH v2 2/2] arago-tisdk-addons: Add ti-ipc-examples-linux package for omap-a15 Sam Nelson 2017-05-06 1:08 ` [morty/master][PATCH v2 1/2] arago-base-tisdk-server-extra: Add ti-ipc-examples-linux package for k2 and omapl138 Denys Dmytriyenko 2017-05-08 14:08 ` Nelson, Sam 2017-05-08 16:21 ` 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.