[meta-arago] [thud/master][PATCH] ti-tisdk-makefile: Update to fix build issue with arm-oe-linux-gnueabi

2019-09-26 Thread Sam Nelson
With arm-oe-linux-gnueabi toolchain, the sysroot path is not picked up by default. This fixes problem with building the ipc examples using top level make, in platforms using arm-oe-linux-gnueabi toolchain Signed-off-by: Sam Nelson ---

Re: [meta-arago] do_rootfs error for custom image based upon arago thud branch

2019-09-26 Thread Ankur Tyagi
thanks for your response Denys On Fri, 27 Sep 2019, 4:27 a.m. Denys Dmytriyenko, wrote: > Thanks for following up with the update! > > Unfortunately, opkg install issues like this are very specific to your > build > environment and harder to debug remotely. You'd need to see why the > package >

[meta-arago] [thud/master][PATCH v2] packagegroup-arago-tisdk-addons: replacing ipc-lld-fw

2019-09-26 Thread Santosh Jha
Replacing ipc-lld-fw with ipc-lld-examples-rtos to build from source. Signed-off-by: Santosh Jha --- Change from previous version of patch: - Rebased to latest master --- --- .../packagegroups/packagegroup-arago-tisdk-addons.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)

Re: [meta-arago] [thud/master][PATCH] packagegroup-arago-tisdk-addons: replacing ipc-lld-fw

2019-09-26 Thread Denys Dmytriyenko
This no longer applies - can you please rebase? Thanks. On Mon, Sep 23, 2019 at 01:15:00PM -0500, Santosh Jha wrote: > Replacing ipc-lld-fw with ipc-lld-examples-rtos to > build from source. > > Signed-off-by: Santosh Jha > --- > .../packagegroups/packagegroup-arago-tisdk-addons.bb |

Re: [meta-arago] do_rootfs error for custom image based upon arago thud branch

2019-09-26 Thread Denys Dmytriyenko
Thanks for following up with the update! Unfortunately, opkg install issues like this are very specific to your build environment and harder to debug remotely. You'd need to see why the package gets one version, while a different one being requested. In some cases it can be due to a stale

[meta-arago] [master/thud/ti2019.03][PATCH 1/2] arago: whitelist netperf's non-commercial license

2019-09-26 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- meta-arago-distro/conf/distro/arago.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-arago-distro/conf/distro/arago.conf b/meta-arago-distro/conf/distro/arago.conf index beacad7..2891ff5 100644 ---

[meta-arago] [master/thud/ti2019.03][PATCH 2/2] packagegroup-arago-base-tisdk: add netperf

2019-09-26 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- .../recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb| 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta-arago-distro/recipes-core/packagegroups/packagegroup-arago-base-tisdk.bb

Re: [meta-arago] [thud/master PATCH v1] recipes-kernel: Add recipe for ivshmem-uio driver

2019-09-26 Thread Nikhil Devshatwar
On 25/09/19 10:46 PM, Denys Dmytriyenko wrote: Can you send patches just to the list? Not critical, but this messes up my filters :) And I'm applying patches from Patchwork anyway... On Wed, Sep 25, 2019 at 07:58:49PM +0530, Nikhil Devshatwar wrote: Signed-off-by: Nikhil Devshatwar ---