Re: [meta-ti] musb_hdrc driver and "Qualcomm, Inc. Gobi Wireless Modem"

2018-09-13 Thread Denys Dmytriyenko
On Thu, Sep 13, 2018 at 01:05:17PM -0700, Leo Meza wrote: > I'm trying to get my target to recognize a USB-connected 4G LTE modem on > powerup > > My target is a beaglebone black (AM335x) using meta-ti "rocko" branch and What's your distro and specifically, what init system and device

Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB recipe to build DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.

2018-09-13 Thread Denys Dmytriyenko
https://www.openembedded.org/wiki/Commit_Patch_Message_Guidelines On Thu, Sep 13, 2018 at 05:20:04PM -0400, Xu, Jianzhong wrote: >Denys, > >Thanks for the cleaned up patches. I applied those patches and removed >COMPATIBLE_MACHINE and resubmitted. > >Regards, > >Jianzhong

Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB recipe to build DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.

2018-09-13 Thread Xu, Jianzhong
Denys, Thanks for the cleaned up patches. I applied those patches and removed COMPATIBLE_MACHINE and resubmitted. Regards, Jianzhong From: meta-ti-boun...@yoctoproject.org on behalf of Dmytriyenko, Denys Sent: Thursday, September 13, 2018 2:35 PM To:

[meta-ti] [PATCH 2/3 v4] Added MATHLIB recipe to build MATHLIB from source.

2018-09-13 Thread Jianzhong Xu
Signed-off-by: Jianzhong Xu --- Change from previous version of patch: Replaced bitbucket repo which was used for debugging but left there in previous version. --- --- recipes-ti/mathlib/mathlib-c66x.inc| 29 recipes-ti/mathlib/mathlib-c66x_3.1.1.0.bb | 9

[meta-ti] [PATCH 3/3 v3] Added DSPLIB recipe to build DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.

2018-09-13 Thread Jianzhong Xu
Signed-off-by: Jianzhong Xu --- Change from previous version of patch: 1. Removed COMPATIBLE_MACHINE 2. Corrected incorrect white spaces, indentations, blank lines. --- --- recipes-ti/dsplib/dsplib-c64xp_git.bb| 9 recipes-ti/dsplib/dsplib-c66x.inc| 30 -

[meta-ti] [PATCH 2/3 v3] Added MATHLIB recipe to build MATHLIB from source.

2018-09-13 Thread Jianzhong Xu
Signed-off-by: Jianzhong Xu --- Change from previous version of patch: 1. Removed COMPATIBLE_MACHINE 2. Corrected incorrect white spaces, indentations, blank lines. --- --- recipes-ti/mathlib/mathlib-c66x.inc| 29 recipes-ti/mathlib/mathlib-c66x_3.1.1.0.bb | 9

[meta-ti] [PATCH 1/3 v3] Added SWTOOLS which is needed to build processor libs (DSPLIB, MATHLIB, etc) from source.

2018-09-13 Thread Jianzhong Xu
Signed-off-by: Jianzhong Xu --- Change from previous version of patch: Corrected incorrect white spaces, indentations, blank lines. --- --- recipes-ti/swtools/swtools_git.bb | 44 +++ 1 file changed, 44 insertions(+) create mode 100644

[meta-ti] musb_hdrc driver and "Qualcomm, Inc. Gobi Wireless Modem"

2018-09-13 Thread Leo Meza
I'm trying to get my target to recognize a USB-connected 4G LTE modem on powerup My target is a beaglebone black (AM335x) using meta-ti "rocko" branch and I've added a kernel config fragment with the following: CONFIG_USB_NET_QMI_WWAN=m My distro.conf file removes the usbgadget and usbhost

Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB recipe to build DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.

2018-09-13 Thread Denys Dmytriyenko
Jake, Jianzhong, I have re-posted the cleaned up patches I had in rocko-next. Please use those for fixing the COMPATIBLE_MACHINE issue. For now I'll drop them, as I need rocko-next freed up. Denys On Thu, Sep 13, 2018 at 12:34:40PM -0400, Denys Dmytriyenko wrote: > On Thu, Sep 13, 2018 at

[meta-ti] [PATCH 1/3] swtools: add version 5.0.8

2018-09-13 Thread Denys Dmytriyenko
From: Jianzhong Xu SWTOOLS package is a dependency for processor libs (DSPLIB, MATHLIB, etc) Signed-off-by: Jianzhong Xu Signed-off-by: Denys Dmytriyenko --- recipes-ti/swtools/swtools_git.bb | 44 +++ 1 file changed, 44 insertions(+) create mode 100644

[meta-ti] [PATCH 3/3] dsplib: add new recipe to build DSPLIB from source

2018-09-13 Thread Denys Dmytriyenko
From: Jianzhong Xu Updated includes/ti-paths.inc for MATHLIB and DSPLIB. Signed-off-by: Jianzhong Xu Signed-off-by: Denys Dmytriyenko --- recipes-ti/dsplib/dsplib-c64xp_git.bb| 9 +++ recipes-ti/dsplib/dsplib-c66x.inc| 30 - recipes-ti/dsplib/dsplib-c66x_3.4.0.0.bb | 9

[meta-ti] [PATCH 2/3] mathlib: add new recipe to build MATHLIB from source

2018-09-13 Thread Denys Dmytriyenko
From: Jianzhong Xu Signed-off-by: Jianzhong Xu Signed-off-by: Denys Dmytriyenko --- recipes-ti/mathlib/mathlib-c66x.inc| 29 recipes-ti/mathlib/mathlib-c66x_3.1.1.0.bb | 9 --- recipes-ti/mathlib/mathlib-c66x_git.bb | 6 ++ recipes-ti/mathlib/mathlib-c674x_git.bb|

Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB recipe to build DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.

2018-09-13 Thread Denys Dmytriyenko
On Thu, Sep 13, 2018 at 12:01:32PM -0400, Stiffler, Jacob wrote: >That will work as c66x is a subset of the keystone SOC family. > > > >I just don’t think that specifying COMPATIBLE_MACHINE is necessary as >these packages are independent of the architecture that is running

Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB recipe to build DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.

2018-09-13 Thread Stiffler, Jacob
That will work as c66x is a subset of the keystone SOC family. I just don't think that specifying COMPATIBLE_MACHINE is necessary as these packages are independent of the architecture that is running Linux. And due to this, we should also remove the 'PACKAGE_ARCH = ${MACHINE_ARCH}"' as there

Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB recipe to build DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.

2018-09-13 Thread Xu, Jianzhong
Denys, Would the following fix the problems you've seen: COMPATIBLE_MACHINE = "omap-a15|keystone" This was in DSPLIB recipes before. Thanks, Jianzhong From: Dmytriyenko, Denys Sent: Thursday, September 13, 2018 11:26:45 AM To: Stiffler, Jacob Cc: Xu,

Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB recipe to build DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.

2018-09-13 Thread Denys Dmytriyenko
On Thu, Sep 13, 2018 at 07:26:12AM -0400, Jacob Stiffler wrote: > > > On 9/12/2018 6:52 PM, Denys Dmytriyenko wrote: > >Same for dra7xx-evm... > > > > > >On Wed, Sep 12, 2018 at 04:37:48PM -0400, Dmytriyenko, Denys wrote: > >>And it crashed and burned right away: > >> > >>ERROR: Nothing PROVIDES

Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB recipe to build DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.

2018-09-13 Thread Denys Dmytriyenko
I don't know what you mean by "tried". Yes, am57xx-evm built fine. I don't build c6x platforms. On Thu, Sep 13, 2018 at 11:24:55AM -0400, Xu, Jianzhong wrote: > Hi Denys, > > Have you tried am57xx-evm or c667x-evm? > > Thanks, > Jianzhong > > -Original Message- > From: Stiffler,

Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB recipe to build DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.

2018-09-13 Thread Xu, Jianzhong
Hi Denys, Have you tried am57xx-evm or c667x-evm? Thanks, Jianzhong -Original Message- From: Stiffler, Jacob Sent: Thursday, September 13, 2018 7:26 AM To: Dmytriyenko, Denys; Xu, Jianzhong Cc: meta-ti@yoctoproject.org Subject: Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB

Re: [meta-ti] [EXTERNAL] [PATCH 3/3 v2] Added DSPLIB recipe to build DSPLIB from source. Updated includes/ti-paths.inc for MATHLIB and DSPLIB.

2018-09-13 Thread Jacob Stiffler
On 9/12/2018 6:52 PM, Denys Dmytriyenko wrote: Same for dra7xx-evm... On Wed, Sep 12, 2018 at 04:37:48PM -0400, Dmytriyenko, Denys wrote: And it crashed and burned right away: ERROR: Nothing PROVIDES 'dsplib-c66x' (but