Re: [meta-ti] [PATCH] ipc-lld: add AM65xx IPC echo_test firmware binaries

2019-08-02 Thread Denys Dmytriyenko
Jonathan, Can you combine the recipes? Instead of adding new ipc-lld-fw-am65x, you can re-use existing J7 ipc-lld-fw. Especially since they both pull binaries from the same repo and the same SRCREV. You can install and deploy only binaries needed for the platform - see PRU FW recipe for exampl

[meta-ti] [thud/master][PATCH] swtools: actually use defined CP_ARGS

2019-08-02 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-ti/swtools/swtools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ti/swtools/swtools_git.bb b/recipes-ti/swtools/swtools_git.bb index 3e7105b..a482ea6 100644 --- a/recipes-ti/swtools/swtools_git.bb +++ b/recipes-ti

[meta-ti] [thud/master][PATCH] linux-ti-staging: update to 4.19.59, drop k3-j721e-dp0.dtbo

2019-08-02 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/j7-evm.conf | 1 - recipes-kernel/linux/linux-ti-staging-rt_4.19.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_4.19.bb| 6 +++--- 3 files changed, 5 insertions(+), 6 deletions(-) diff --git a/conf/machine/j7

Re: [meta-ti] [thud/master][RFC PATCH 2/3] ti-sgx-ddk-um: Add expat as runtime dependency

2019-07-24 Thread Denys Dmytriyenko
On Wed, Jul 24, 2019 at 03:29:15PM -0400, Andrew F. Davis wrote: > On 7/24/19 3:24 PM, Denys Dmytriyenko wrote: > > On Fri, Jul 19, 2019 at 05:06:18PM -0400, Andrew F. Davis wrote: > >> Although not needed for the IMG default EGL implementation libexpat > >> is nee

Re: [meta-ti] [thud/master][RFC PATCH 3/3] ti-sgx-ddk-um: Drop omap5-sgx-ddk-um-linux package

2019-07-24 Thread Denys Dmytriyenko
On Wed, Jul 24, 2019 at 03:30:57PM -0400, Andrew F. Davis wrote: > On 7/24/19 3:14 PM, Denys Dmytriyenko wrote: > > On Fri, Jul 19, 2019 at 05:06:19PM -0400, Andrew F. Davis wrote: > >> No one depends on this and it does not really get built, > >> remove this from PRO

Re: [meta-ti] [thud/master][RFC PATCH 2/3] ti-sgx-ddk-um: Add expat as runtime dependency

2019-07-24 Thread Denys Dmytriyenko
On Fri, Jul 19, 2019 at 05:06:18PM -0400, Andrew F. Davis wrote: > Although not needed for the IMG default EGL implementation libexpat > is needed when using the Mesa EGL version. Yes, and Rogue has it in RDEPENDS, as it uses Mesa. Why would SGX need it? > While here s/libudev/udev as 'libudev'

Re: [meta-ti] [thud/master][RFC PATCH 3/3] ti-sgx-ddk-um: Drop omap5-sgx-ddk-um-linux package

2019-07-24 Thread Denys Dmytriyenko
On Fri, Jul 19, 2019 at 05:06:19PM -0400, Andrew F. Davis wrote: > No one depends on this and it does not really get built, > remove this from PROVIDES. Bah, such a nice commit message. :) Seriously though, it is there for backward compatibility. That was the name of this package few years ago.

Re: [meta-ti] Building for AM335x with meta-ti and meta-qt5

2019-07-24 Thread Denys Dmytriyenko
On Wed, Jul 24, 2019 at 05:53:36PM +, Andy Pont wrote: > I am trying to build a Yocto (warrior) image for the AM335x using meta-ti > and meta-qt5 that will render directly to the GPU. Initially this will be > for the Beaglebone Black but then ultimately will be for a custom hardware > platform

Re: [meta-ti] WARNING: ti-cgt6x-1_8.3.2-r0 do_populate_lic: ti-cgt6x: No generic license file exists for: Patrick-Powell in any provider

2019-07-24 Thread Denys Dmytriyenko
Yes, this is well known. I haven't had much luck finding the proper license text when I looked at it quite a while ago, so it's been on back-burner since. -- Denys On Wed, Jul 24, 2019 at 08:51:06AM -0700, Khem Raj wrote: > Hi > > Couple of recipes list Patrick-Powell in LICENSE filed but the

Re: [meta-ti] [thud/master][PATCH] trace-rtos: Adding trace utilities for PDK drivers

2019-07-22 Thread Denys Dmytriyenko
On Wed, Jul 17, 2019 at 02:16:59PM -0400, Tinku Mannan wrote: > Signed-off-by: Tinku Mannan > --- > recipes-bsp/utils-rtos/trace-rtos_git.bb | 37 > > 1 file changed, 37 insertions(+) > create mode 100644 recipes-bsp/utils-rtos/trace-rtos_git.bb > > diff --git

Re: [meta-ti] [PATCH] cadence-mhdp-fw: fix firmware license path

2019-07-18 Thread Denys Dmytriyenko
Thanks for catching this copy/paste omission - I'll merge it as soon as merge window opens. On Thu, Jul 18, 2019 at 02:09:59PM -0500, Praneeth Bajjuri wrote: > update license as defined at > https://git.kernel.org/pub/scm/linux/kernel/git/firmware/linux-firmware.git/tree/LICENCE.cadence > > Sig

[meta-ti] [thud/master][PATCH] jailhouse: update to ti2019.02-rc4 tag

2019-07-16 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-kernel/jailhouse/jailhouse_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/jailhouse/jailhouse_git.bb b/recipes-kernel/jailhouse/jailhouse_git.bb index 55de7199..5e2c71b9 100644 --- a/recipes-kernel/jailhouse

Re: [meta-ti] [PATCH 3/4] jailhouse: Replace tabs with spaces in python code

2019-07-15 Thread Denys Dmytriyenko
I had to do this one differently, all others are now in "next" for testing. Thanks. Denys On Fri, Jul 12, 2019 at 05:43:23PM -0700, Khem Raj wrote: > Fixes > WARNING: python should use 4 spaces indentation, but found tabs in > jailhouse_git.bb, line 85 > > Signed-off-by: Khem Raj > --- > re

Re: [meta-ti] [PATCH 2/2] amx3-cm3,u-boot-ti: Pin to gcc compiler

2019-07-15 Thread Denys Dmytriyenko
On Fri, Jul 12, 2019 at 05:59:55PM -0700, Khem Raj wrote: > Using clang as default compiler fails to build these > since these packages explicitly asks for gcc as compiler > this ensures that we meet that demand > > Signed-off-by: Khem Raj > --- > recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | 2

Re: [meta-ti] [PATCH 2/4] jailhouse: Limit OE architectures to supported ones

2019-07-15 Thread Denys Dmytriyenko
On Fri, Jul 12, 2019 at 05:43:22PM -0700, Khem Raj wrote: > Fixes > ERROR: cannot map 'mips' to a jailhouse supported architecture > > Signed-off-by: Khem Raj > --- > recipes-kernel/jailhouse/jailhouse-arch.inc | 3 +++ > 1 file changed, 3 insertions(+) > > diff --git a/recipes-kernel/jailhouse

[meta-ti] [thud/master][PATCH] arm-trusted-firmware: update to the latest in 2.1

2019-07-09 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- ...{arm-trusted-firmware_2.0.bb => arm-trusted-firmware_2.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename recipes-bsp/arm-trusted-firmware/{arm-trusted-firmware_2.0.bb => arm-trusted-firmware_2.1.bb} (97%) diff --git a/recipes-b

[meta-ti] [thud/master][PATCH] linux-ti-staging: update with A&D and Jailhouse merges

2019-07-08 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging-rt_4.19.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.19.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb b/recipes-kernel/linux/linux

Re: [meta-ti] [ [thud] PATCH v1] j7-evm: Add new DTBO for jailhouse

2019-07-08 Thread Denys Dmytriyenko
> [[meta-ti] [thud] PATCH v1] j7-evm: Add new DTBO for jailhouse No nested brackets, please. On Tue, Jul 09, 2019 at 12:16:20AM +0530, Nikhil Devshatwar wrote: > Signed-off-by: Nikhil Devshatwar > --- > conf/machine/j7-evm.conf | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/conf/mac

[meta-ti] [thud/master][PATCH] linux-ti-staging: add configuration for remoteproc/rpmsg IPC modules

2019-07-08 Thread Denys Dmytriyenko
* rpmsg_client_sample is a test module and should not be autoloaded * Both k3_r5 and k3_dsp remoteproc modules depend on virtio_rpmsg_bus Signed-off-by: Denys Dmytriyenko Cc: Suman Anna --- recipes-kernel/linux/linux-ti-staging_4.19.bb | 6 ++ 1 file changed, 6 insertions(+) diff --git a

Re: [meta-ti] [ thud PATCH v2] jailhouse: add recipe for Jailhouse module, FW, cells, inmates and basic demo

2019-07-08 Thread Denys Dmytriyenko
On Fri, Jul 05, 2019 at 08:33:20PM +0530, Nikhil Devshatwar wrote: > From: Denys Dmytriyenko > > Builds the Jailhouse kernel module, hypervisor binaries > and all the cell configs for root cell and other demos. > Generate the linux-demo loader script without initramfs. > >

Re: [meta-ti] [thud PATCH v1] packagegroup-arago-tisdk-addons: add jailhouse for j7-evm

2019-07-08 Thread Denys Dmytriyenko
Wrong list - this should be sent to meta-arago. On Fri, Jul 05, 2019 at 02:27:15PM +0530, Nikhil Devshatwar wrote: > Signed-off-by: Nikhil Devshatwar > --- > .../recipes-core/packagegroups/packagegroup-arago-tisdk-addons.bb | 2 > +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > d

[meta-ti] [thud/master][PATCH] ipc-lld-fw: fix filename typo for c7x firmware

2019-07-02 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/ipc-lld/ipc-lld-fw_git.bb | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb b/recipes-bsp/ipc-lld/ipc-lld-fw_git.bb index 59318695..f8157d8c 100644 --- a/recipes-bsp/ipc-lld/ipc

Re: [meta-ti] [PATCH] ipc-lld: add J721E IPC echo_test firmware binaries

2019-07-02 Thread Denys Dmytriyenko
On Tue, Jul 02, 2019 at 03:42:03PM -0500, Jonathan Bergsagel wrote: > Adds the R5 and DSP echo_test firmware binaries to be > used for testing Linux IPC on J721E SOCs. > > Signed-off-by: Jonathan Bergsagel > --- > recipes-bsp/ipc-lld/ipc-lld-fw_git.bb | 148 ++ > 1 file c

Re: [meta-ti] [PATCH V2] ti-display-sharing: add recipe for fw integration

2019-07-02 Thread Denys Dmytriyenko
On Tue, Jul 02, 2019 at 11:27:11PM +0530, Subhajit Paul wrote: > Signed-off-by: Subhajit Paul > --- > .../ti-display-sharing-firmware_git.bb | 46 > ++ > 1 file changed, 46 insertions(+) > create mode 100644 > recipes-bsp/ti-display-sharing-fw/ti-display-sharing

Re: [meta-ti] [thud][PATCH] ti-img-rogue-umlibs: Add missing wayland, expat rdepends

2019-07-02 Thread Denys Dmytriyenko
On Mon, Jul 01, 2019 at 06:47:27PM -0500, Gowtham Tammana wrote: > Signed-off-by: Gowtham Tammana > --- > .../libgles/ti-img-rogue-umlibs_1.10.5187610.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5

Re: [meta-ti] [thud/master][PATCH 2/4] emac-lld-rtos: SRCREV update to 01.00.03.16A

2019-06-28 Thread Denys Dmytriyenko
Please rebase On Fri, Jun 28, 2019 at 06:24:22PM -0400, Mahesh Radhakrishnan wrote: > Signed-off-by: Mahesh Radhakrishnan > --- > recipes-bsp/emac-lld/emac-lld-rtos_git.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 deletions(-) > > diff --git a/recipes-bsp/emac-lld/emac-lld-rtos_git.bb >

[meta-ti] [thud/master][PATCH 1/3] j7-evm: add new DTBOs for DP and display sharing

2019-06-26 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/j7-evm.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf index bc269617..9a2fadab 100644 --- a/conf/machine/j7-evm.conf +++ b/conf/machine/j7-evm.conf @@ -11,7 +11,9

[meta-ti] [thud/master][PATCH 2/3] arm-trusted-firmware: update to ti2019.02-rc1 tag

2019-06-26 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb index

[meta-ti] [thud/master][PATCH 3/3] cadence-mhdp-fw: add Cadence MHDP DP bridge firmware

2019-06-26 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../cadence-mhdp-fw/cadence-mhdp-fw_git.bb| 28 +++ recipes-kernel/linux/linux-ti-staging_4.19.bb | 3 ++ 2 files changed, 31 insertions(+) create mode 100644 recipes-bsp/cadence-mhdp-fw/cadence-mhdp-fw_git.bb diff --git a/recipes-bsp

[meta-ti] [thud/master][PATCH] conf/machine: rename "sgx" flag to "gpu" in MACHINE_FEATURES

2019-06-24 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/include/k3.inc | 2 +- conf/machine/include/omap-a15.inc | 2 +- conf/machine/include/omap3.inc| 2 +- conf/machine/include/ti33x.inc| 2 +- conf/machine/include/ti43x.inc| 2 +- conf/machine/pandaboard.conf | 2 +- 6 files

[meta-ti] [thud/master][PATCH] linux-ti-staging: update to the latest

2019-06-24 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging-rt_4.19.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.19.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb b/recipes-kernel/linux/linux

Re: [meta-ti] [thud][PATCH] vxd-dec-fw: Add the recipe for vxd-dec-fw

2019-06-21 Thread Denys Dmytriyenko
Thanks. Overall patches look fine. May I suggest putting all 3 of the recipes into a single directory? Say, recipes-bsp/ti-img-encode-decode/ with FW, kernel module and test app recipes in there. There are many other cases of such placement in meta-ti, especially LLDs. Also, can extract common p

[meta-ti] Test

2019-06-20 Thread Denys Dmytriyenko
Please ignore -- ___ meta-ti mailing list meta-ti@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-ti

[meta-ti] [thud/master][PATCH 1/2] linux-ti-staging: update to 4.19.50

2019-06-19 Thread Denys Dmytriyenko
Includes other updates from Platform, Connectivity, A&D and GFX. Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging-rt_4.19.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_4.19.bb| 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/rec

[meta-ti] [thud/master][PATCH 2/2] u-boot-ti-staging: update to the latest

2019-06-19 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb index dc5e96d..7f3925a 100644 --- a

Re: [meta-ti] [master/thud][PATCH 0/5] Build am65xx prueth-fw from source

2019-06-18 Thread Denys Dmytriyenko
Jake, You called the new recipe prueth-fw-am65x_git.bb (with 1 "x") but in linux-ti-staging you RDEPENDS on "prueth-fw-am65xx" (with 2 "x"). Since my next builds broke, I'll rebase and drop these patches for now. Please test and re-submit the fixes. Thanks. Denys On Tue, Jun 18, 2019 at 03:00

[meta-ti] [thud/master][PATCH] am335x, am437: bump max_leb_cnt numbers due to added features

2019-06-17 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/am335x-evm.conf | 2 +- conf/machine/am437x-evm.conf | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf index 8bab7f0..d1e1603 100644 --- a/conf/machine/am335x

[meta-ti] [thud/master][PATCH 1/3] linux-ti-stagin: update to the latest

2019-06-14 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging-rt_4.19.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.19.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb b/recipes-kernel/linux/linux

[meta-ti] [thud/master][PATCH 3/3] u-boot-ti-staging: update to the latest

2019-06-14 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb index d3f2509..dc5e96d 100644 --- a

[meta-ti] [thud/master][PATCH 2/3] j7-evm: add new infotainment DTBO file

2019-06-14 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/j7-evm.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/conf/machine/j7-evm.conf b/conf/machine/j7-evm.conf index a8bb71b..bc26961 100644 --- a/conf/machine/j7-evm.conf +++ b/conf/machine/j7-evm.conf @@ -11,6 +11,7

[meta-ti] [thud/master][PATCH] ti-sgx-ddk-um: add RDEPENDS on ti-sgx-ddk-km

2019-06-11 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-graphics/libgles/ti-sgx-ddk-um_1.17.4948957.bb b/recipes-graphics/libgles/ti-sgx-ddk

[meta-ti] [thud/master][PATCH 2/4] arm-trusted-firmware: update to the latest with support for J7

2019-06-10 Thread Denys Dmytriyenko
License checksum changed due to minor formatting. Signed-off-by: Denys Dmytriyenko --- recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb b/recipes-bsp

[meta-ti] [thud/master][PATCH 1/4] j7-evm: add config for J7 (J721e) machine

2019-06-10 Thread Denys Dmytriyenko
Management (DMSC) See J721E Technical Reference Manual (SPRUIL1, May 2019) for further details: http://www.ti.com/lit/pdf/spruil1 Signed-off-by: Denys Dmytriyenko --- conf/machine/j7-evm.conf | 28 1 file changed, 28 insertions(+) create mode 100644 conf/machine/j7

[meta-ti] [thud/master][PATCH 4/4] linux-ti-staging: update to the latest with support for J7

2019-06-10 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging-rt_4.19.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.19.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb b/recipes-kernel/linux/linux

[meta-ti] [thud/master][PATCH 3/4] u-boot-ti-staging: update to the latest with support for J7

2019-06-10 Thread Denys Dmytriyenko
Also switch back to ti-u-boot-2019.01 branch. Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb b/recipes-bsp/u-boot/u-boot-ti

[meta-ti] [thud/master][PATCH 0/4] Initial support for J7 (J721e SoC) platform

2019-06-10 Thread Denys Dmytriyenko
Add initial J7 (J721e SoC) platform support. For more details regarding the SoC, please see the first patch in the series, that adds OE machine configuration. Denys Dmytriyenko (4): j7-evm: add config for J7 (J721e) machine arm-trusted-firmware: update to the latest with support for J7 u

[meta-ti] [thud/master][PATCH] am65xx-evm: add tispl.bin to wic image and comment for tiboot3.bin and sysfw.itb

2019-06-10 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/am65xx-evm.conf | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf index 1113dbc9..83eae598 100644 --- a/conf/machine/am65xx-evm.conf +++ b/conf/machine/am65xx

[meta-ti] [PATCH] u-boot-ti-staging: update with K2 HS fixes

2019-05-23 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb index 614473b6..79bb6639 100644 --- a

Re: [meta-ti] [PATCH] u-boot-ti-staging: update to ti2019.01-rc5 tag

2019-05-21 Thread Denys Dmytriyenko
On Tue, May 21, 2019 at 01:46:13PM -0500, Dan Murphy wrote: > Signed-off-by: Dan Murphy > --- > recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb > b/recipes-bsp/u-boot/u-b

Re: [meta-ti] [PATCH] u-boot-ti-staging: update to ti2019.01-rc5 tag

2019-05-21 Thread Denys Dmytriyenko
Dan, Do you have any updates? On Tue, May 21, 2019 at 03:16:28PM +, Dmytriyenko, Denys wrote: > Ok > > > > On May 21, 2019 08:41, "Murphy, Dan" wrote: > Please do not merge this. > > It will change. > > Dan > > On 5/21/19 8:24 AM, Dan Murphy wrote: > > Signed-off-by: Dan Murphy > > --

[meta-ti] [PATCH] kselftests: enable ptp/testptp target

2019-05-17 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../0001-selftests-add-ptp-to-TARGETS.patch | 25 +++ recipes-kernel/kselftests/kselftests_4.10.bb | 3 +++ 2 files changed, 28 insertions(+) create mode 100644 recipes-kernel/kselftests/files/0001-selftests-add-ptp-to-TARGETS.patch

[meta-ti] [thud/master][PATCH] arm-trusted-firmware: depend on openssl-native for signing purposes

2019-05-10 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb index

Re: [meta-ti] [thud] ti-sgx-ddk-km do not build in thud

2019-05-09 Thread Denys Dmytriyenko
Andreas, Can you please check if this fixes your issue: http://git.yoctoproject.org/cgit/cgit.cgi/meta-ti/commit/?h=thud&id=5e62bde3d2f2858a39a75d6408433873dcacd6f8 http://git.ti.com/gitweb/?p=graphics/omap5-sgx-ddk-linux.git;a=commitdiff;h=dbdbd9309a58ee723fc827ef5fd45c28347cf61f -- Denys On

[meta-ti] [thud/master][PATCH 3/3] arm-trusted-firmare: sign ATF image for am65xx HS

2019-05-08 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb | 8 1 file changed, 8 insertions(+) diff --git a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb index 24aa3f4

[meta-ti] [thud/master][PATCH 1/3] conf/machine: introduce am65xx SOC family and new am65xx-hs-evm

2019-05-08 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/am65xx-evm.conf| 7 +-- conf/machine/am65xx-hs-evm.conf | 23 +++ conf/machine/include/am65xx.inc | 7 +++ 3 files changed, 31 insertions(+), 6 deletions(-) create mode 100644 conf/machine/am65xx-hs-evm.conf

[meta-ti] [thud/master][PATCH 2/3] recipes: convert existing uses of am65xx-evm to am65xx SOC family

2019-05-08 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/pru/pru-icss_git.bb | 6 +++--- recipes-bsp/sciclient/sciclient-rtos_git.bb | 6 +++--- recipes-ti/ipc/ti-ipc-common.inc| 2 +- recipes-ti/ipc/ti-ipc-examples_git.bb | 2 +- recipes-ti/ipc/ti-ipc-rtos.inc

[meta-ti] [thud/master][PATCH] arm-trusted-firmware: update to ti2019.01-rc3 tag

2019-05-08 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_2.0.bb index

Re: [meta-ti] Meta-yocto-bsp fails to boot with META-TI [ Yocto-2.6.1]

2019-05-07 Thread Denys Dmytriyenko
On Tue, May 07, 2019 at 11:51:41AM -0500, Robert Nelson wrote: > On Sun, May 5, 2019 at 9:43 AM AshishKumar Mishra > wrote: > > > > Hi All , > > I am starting to learn Yocto & following the manual from the Yocto website > > > > I have added meta-ti to yocto and create the images > > > > Can team p

[meta-ti] [thud/master][PATCH] am65xx-evm: workaround for YOCTO #13280 bug

2019-04-30 Thread Denys Dmytriyenko
Force dependency to workaround [YOCTO #13280]: https://bugzilla.yoctoproject.org/show_bug.cgi?id=13280 Signed-off-by: Denys Dmytriyenko --- conf/machine/am65xx-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx

Re: [meta-ti] [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware

2019-04-30 Thread Denys Dmytriyenko
On Tue, Apr 30, 2019 at 05:10:58PM -0500, Dan Murphy wrote: > Denys > > On 4/30/19 5:08 PM, Denys Dmytriyenko wrote: > > On Tue, Apr 30, 2019 at 05:05:44PM -0500, Dan Murphy wrote: > >> Denys > >> > >> On 4/30/19 5:03 PM, Denys Dmytriyenko wrote: > &g

Re: [meta-ti] [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware

2019-04-30 Thread Denys Dmytriyenko
On Tue, Apr 30, 2019 at 05:05:44PM -0500, Dan Murphy wrote: > Denys > > On 4/30/19 5:03 PM, Denys Dmytriyenko wrote: > > ? > > > > On Tue, Apr 30, 2019 at 04:57:18PM -0500, Dan Murphy wrote: > >> Signed-off-by: Dan Murphy > >> --- > &g

Re: [meta-ti] [PATCH 1/3] ti-linux-firmware: Update am6 prueth firmware

2019-04-30 Thread Denys Dmytriyenko
? On Tue, Apr 30, 2019 at 04:57:18PM -0500, Dan Murphy wrote: > Signed-off-by: Dan Murphy > --- > recipes-bsp/prueth-fw/prueth-fw-bin_git.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb > b/recipes-bsp/prueth-fw/prueth-

[meta-ti] [PATCH] gdbc6x: update with gcc8 warning suppression

2019-04-29 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-devtools/gdbc6x/gdbc6x.inc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-devtools/gdbc6x/gdbc6x.inc b/recipes-devtools/gdbc6x/gdbc6x.inc index 9fc2f1dd..a2bd41b7 100644 --- a/recipes-devtools/gdbc6x/gdbc6x.inc +++ b

[meta-ti] [PATCH] prueth-fw-bin: update 5.1.0.7 -> 5.3.0.5

2019-04-29 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/prueth-fw/prueth-fw-bin_git.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb b/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb index d129620c..60dc0879 100644 --- a/recipes-bsp

Re: [meta-ti] [thud/master][PATCH v3] ti-cgt-arm-native: Upgrade to 18.12.1.LTS

2019-04-29 Thread Denys Dmytriyenko
Thanks, merged into next for testing. On Mon, Apr 29, 2019 at 02:14:59PM -0400, Mahesh Radhakrishnan wrote: > The checksum changed due to version & year changes. The licenses remain > the same > > Signed-off-by: Mahesh Radhakrishnan > --- > v3 - Updating the commit description citing no license

Re: [meta-ti] [thud/master][PATCH v2] ti-cgt-arm-native: Upgrade to 18.12.1.LTS

2019-04-29 Thread Denys Dmytriyenko
Thanks, can you mention why checksum is different? On Mon, Apr 29, 2019 at 11:28:44AM -0400, Mahesh Radhakrishnan wrote: > Signed-off-by: Mahesh Radhakrishnan > --- > v2 - Corrected the LIC_CHECKSUM > > .../{ti-cgt-arm-native_18.1.5.bb => ti-cgt-arm-native_18.12.1.bb} | 6 > +++--- > 1 fil

[meta-ti] [thud/master][PATCH 1/3] linux-ti-staging: update to 4.19.31

2019-04-16 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging-rt_4.19.bb | 4 ++-- recipes-kernel/linux/linux-ti-staging_4.19.bb| 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb b/recipes-kernel/linux

[meta-ti] [thud/master][PATCH 3/3] am65xx-evm: add additional DTBOs

2019-04-16 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/am65xx-evm.conf | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf index 6dbb2fe..87fced8 100644 --- a/conf/machine/am65xx-evm.conf +++ b/conf/machine/am65xx

[meta-ti] [thud/master][PATCH 2/3] dra7xx-evm: add additional DTBs

2019-04-16 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/dra7xx-evm.conf | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index df176ba..ada3207 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf/machine/dra7xx-evm.conf

[meta-ti] [thud/master][PATCH 1/3] osal: fix host contamination warnings

2019-04-10 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/osal/osal_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/osal/osal_git.bb b/recipes-bsp/osal/osal_git.bb index bb30ab5..8f58937 100644 --- a/recipes-bsp/osal/osal_git.bb +++ b/recipes-bsp/osal/osal_git.bb @@ -19,4 +19,5

[meta-ti] [thud/master][PATCH 3/3] ti-gc320-libs: fix host contamination warnings

2019-04-10 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb b/recipes-graphics/libgal/ti-gc320-libs_5.0.11.p7.bb index a2f8f19..df1a99e 100644 --- a/recipes

[meta-ti] [thud/master][PATCH 2/3] pruss-lld: fix host contamination warnings

2019-04-10 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/pruss-lld/pruss-lld_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-bsp/pruss-lld/pruss-lld_git.bb b/recipes-bsp/pruss-lld/pruss-lld_git.bb index 79468ab..5b0a257 100644 --- a/recipes-bsp/pruss-lld/pruss-lld_git.bb +++ b

Re: [meta-ti] [PATCH] linux-ti-staging: update to ti2019.00 tag

2019-04-09 Thread Denys Dmytriyenko
Dan, This patch looks incorrect - release tag is the same as RC5, but you are changing it to the HEAD... On Tue, Apr 09, 2019 at 01:38:47PM -0500, Dan Murphy wrote: > Signed-off-by: Dan Murphy > --- > recipes-kernel/linux/linux-ti-staging-rt_4.19.bb | 2 +- > recipes-kernel/linux/linux-ti-sta

[meta-ti] [thud/master][PATCH] am335x-evm: bump max_leb_cnt

2019-04-03 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/am335x-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf index 2dfec46..8bab7f0 100644 --- a/conf/machine/am335x-evm.conf +++ b/conf/machine/am335x-evm.conf

Re: [meta-ti] [rocko/master][PATCH 00/29] RTOS Patches for 5.3 release

2019-03-21 Thread Denys Dmytriyenko
Thanks! Merged 26 out of 29 patches into "next" branches for testing. Please address comments for patches 26, 27 and 28 and re-submit separately. On Thu, Mar 21, 2019 at 09:15:44AM -0400, Mahesh Radhakrishnan wrote: > RTOS driver patches for 5.3 release > > Mahesh Radhakrishnan (29): > board-

Re: [meta-ti] [rocko/master][PATCH 28/29] swtools: Enhancements to facilitate AUTOREV

2019-03-21 Thread Denys Dmytriyenko
On Thu, Mar 21, 2019 at 09:16:12AM -0400, Mahesh Radhakrishnan wrote: > Signed-off-by: Mahesh Radhakrishnan > --- > recipes-ti/swtools/swtools_git.bb | 15 +++ > 1 file changed, 11 insertions(+), 4 deletions(-) > > diff --git a/recipes-ti/swtools/swtools_git.bb > b/recipes-ti/swtool

Re: [meta-ti] [rocko/master][PATCH 26/29] dsplib: Recipe enhancements to facilitate AUTOREV

2019-03-21 Thread Denys Dmytriyenko
On Thu, Mar 21, 2019 at 09:16:10AM -0400, Mahesh Radhakrishnan wrote: > Signed-off-by: Mahesh Radhakrishnan > --- > recipes-ti/dsplib/dsplib.inc | 12 +--- > 1 file changed, 9 insertions(+), 3 deletions(-) > > diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc > ind

Re: [meta-ti] [rocko/master][PATCH 27/29] mathlib: Enhancements to facilitate AUTOREV

2019-03-21 Thread Denys Dmytriyenko
On Thu, Mar 21, 2019 at 09:16:11AM -0400, Mahesh Radhakrishnan wrote: > Signed-off-by: Mahesh Radhakrishnan > --- > recipes-ti/mathlib/mathlib.inc | 12 +--- > 1 file changed, 9 insertions(+), 3 deletions(-) > > diff --git a/recipes-ti/mathlib/mathlib.inc b/recipes-ti/mathlib/mathlib.inc

Re: [meta-ti] [rocko/thud/master][PATCH] gcc-arm-none-eabi: suppress more QA warnings and errors

2019-03-19 Thread Denys Dmytriyenko
Care to rebase against latest updates? Thanks. On Mon, Mar 18, 2019 at 12:13:03PM -0400, Jacob Stiffler wrote: > As this is a pre-built package: > * Skip the build-deps and file-rdeps checks. > * Disable package debug split. > > Signed-off-by: Jacob Stiffler > --- > recipes-ti/devtools/gcc-arm-

Re: [meta-ti] [rocko/master][PATCH 4/5] swtools: SRCREV update and updates to facilitate AUTOREV

2019-03-19 Thread Denys Dmytriyenko
Please rebase the last 2 patches in this series. Thanks. On Thu, Mar 14, 2019 at 06:50:31PM -0400, Mahesh Radhakrishnan wrote: > Signed-off-by: Mahesh Radhakrishnan > --- > recipes-ti/swtools/swtools_git.bb | 14 ++ > 1 file changed, 10 insertions(+), 4 deletions(-) > > diff --git a

[meta-ti] [rocko/thud/master][PATCH] am335x-evm: bump max_leb_cnt

2019-03-14 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/am335x-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/am335x-evm.conf b/conf/machine/am335x-evm.conf index 9c871c2d..61e8ef5d 100644 --- a/conf/machine/am335x-evm.conf +++ b/conf/machine/am335x-evm.conf

[meta-ti] [rocko/thud/master][PATCH v2 4/6] ti-xdctools: Update to version 3.51.01.18

2019-03-13 Thread Denys Dmytriyenko
From: Mahesh Radhakrishnan The license checksum update is due to the version number update. The licenses have not changed. Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- ...i-xdctools_3.50.08.24.bb => ti-xdctools_3.51.01.18.bb} | 8 1 file changed

[meta-ti] [rocko/thud/master][PATCH v2 6/6] ti-sysbios: Update to version 6.75.02.00

2019-03-13 Thread Denys Dmytriyenko
From: Mahesh Radhakrishnan The checksum has been changeded due to the version string and copyright year. Licenses themselves have not changed. Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- ...{ti-sysbios_6.73.01.01.bb => ti-sysbios_6.75.02.00.bb} | 8

[meta-ti] [rocko/thud/master][PATCH v2 5/6] ti-cgt-arm: Update to version 18.1.5 LTS

2019-03-13 Thread Denys Dmytriyenko
From: Mahesh Radhakrishnan The license checksum change is due to version number. License has not been changed. However Patrick powell license which was missing earlier has been added now. Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- ...ive_16.9.9.bb => ti-cgt-

[meta-ti] [rocko/thud/master][PATCH v2 2/6] ti-cg-xml: Update to version 2.61.00

2019-03-13 Thread Denys Dmytriyenko
From: Mahesh Radhakrishnan The license checksum change is due to the copyright year and version. The license itself has not changed. Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- ...i-cg-xml_2.41.00.bb => ti-cg-xml_2.61.00.bb} | 17 - 1 file chan

[meta-ti] [rocko/thud/master][PATCH v2 3/6] ti-cgt6x: Update to version 8.3.2

2019-03-13 Thread Denys Dmytriyenko
: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- .../{ti-cgt6x_8.2.2.bb => ti-cgt6x_8.3.2.bb} | 32 ++- 1 file changed, 10 insertions(+), 22 deletions(-) rename recipes-ti/devtools/{ti-cgt6x_8.2.2.bb => ti-cgt6x_8.3.2.bb} (70%) diff --git a/recipes-ti/devto

[meta-ti] [rocko/thud/master][PATCH v2 1/6] gcc-arm-none-eabi: Update to 7.0-2018-q2-update

2019-03-13 Thread Denys Dmytriyenko
Nelly, and CYGWIN license Signed-off-by: Mahesh Radhakrishnan Signed-off-by: Denys Dmytriyenko --- ...update.bb => gcc-arm-none-eabi_7-2018-q2-update.bb} | 10 +- 1 file changed, 5 insertions(+), 5 deletions(-) rename recipes-ti/devtools/{gcc-arm-none-eabi_6-2017-q1-update.bb => g

Re: [meta-ti] [rocko/master][PATCH] dsplib: bump SRCREV

2019-03-12 Thread Denys Dmytriyenko
Needed on rocko? On Mon, Mar 11, 2019 at 05:05:00PM -0400, Jianzhong Xu wrote: > Signed-off-by: Jianzhong Xu > --- > recipes-ti/dsplib/dsplib.inc | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-ti/dsplib/dsplib.inc b/recipes-ti/dsplib/dsplib.inc > index 7f63

Re: [meta-ti] [rocko/master][PATCH] swtools: bump SRCREV

2019-03-12 Thread Denys Dmytriyenko
Needed on rocko? On Mon, Mar 11, 2019 at 05:01:56PM -0400, Jianzhong Xu wrote: > Signed-off-by: Jianzhong Xu > --- > recipes-ti/swtools/swtools_git.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/recipes-ti/swtools/swtools_git.bb > b/recipes-ti/swtools/swtools_git.b

Re: [meta-ti] [rocko/master][PATCH 2/7] gcc-arm-none-eabi-native: Update to 7.0-2018-q2-update

2019-03-12 Thread Denys Dmytriyenko
On Mon, Mar 11, 2019 at 09:43:43PM -0400, Mahesh Radhakrishnan wrote: > License has been changed to include a few new licenses such as > Synopsis,Joel Sherrill,Rich Felker,Otto Moerbeek,embedded brains Gmbh, > Regents of Univ of California, Digital Equipment Corporation, John > Baldwin,WIDE project

Re: [meta-ti] [rocko/master][PATCH 4/7] ti-cgt6x: Update to version 8.3.2

2019-03-12 Thread Denys Dmytriyenko
On Mon, Mar 11, 2019 at 09:43:45PM -0400, Mahesh Radhakrishnan wrote: > The license checksum changed due to the version, licenses have not > changed. > Signed-off-by: Mahesh Radhakrishnan > --- > .../{ti-cgt6x_8.2.2.bb => ti-cgt6x_8.3.2.bb} | 32 > -- > 1 file changed,

[meta-ti] [thud/master][PATCH] libgbm: provide virtual/libgbm for easy switching b/w providers

2019-03-08 Thread Denys Dmytriyenko
Follow a similar change in mesa in oe-core: https://git.openembedded.org/openembedded-core/commit/?id=5f8050722169a931b8e9078b8757216ba7a84506 Signed-off-by: Denys Dmytriyenko --- recipes-graphics/gbm/libgbm_10.0.0.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-graphics/gbm

Re: [meta-ti] [rocko/master][PATCH] ti-cgt-arm: Update to version 18.1.5 LTS

2019-03-07 Thread Denys Dmytriyenko
On Mon, Mar 04, 2019 at 08:49:06PM -0500, Denys Dmytriyenko wrote: > On Mon, Mar 04, 2019 at 08:45:35PM -0500, Mahesh Radhakrishnan wrote: > > Signed-off-by: Mahesh Radhakrishnan > > --- > > .../{ti-cgt-arm-native_16.9.9.bb => ti-cgt-arm-native_18.1.5.bb}| 6 > &

Re: [meta-ti] [rocko/master][PATCH v2] gcc-arm-none-eabi-native: Update to 7.0-2018-q2-update

2019-03-07 Thread Denys Dmytriyenko
On Mon, Mar 04, 2019 at 09:03:46PM -0500, Mahesh Radhakrishnan wrote: > Signed-off-by: Mahesh Radhakrishnan > --- > bb => gcc-arm-none-eabi-native_7-2018-q2-update.bb} | 17 > +++-- > 1 file changed, 11 insertions(+), 6 deletions(-) > rename recipes-ti/devtools/{gcc-arm-none-eab

Re: [meta-ti] [rocko/master][PATCH v2] Addressing review comments

2019-03-07 Thread Denys Dmytriyenko
On Tue, Mar 05, 2019 at 12:19:01PM -0500, Mahesh Radhakrishnan wrote: > Updated PV (& PE) as per review comments to use "." instead of "_" > Also updated the commit id description with a description of license checksum > change Thanks for addressing review comments! But changes in v2 since v1 ar

Re: [meta-ti] [EXTERNAL] [master][PATCH] gcc-arm-none-eabi: not supported on any target

2019-03-07 Thread Denys Dmytriyenko
On Mon, Mar 04, 2019 at 09:18:08PM -0500, Denys Dmytriyenko wrote: > On Mon, Mar 04, 2019 at 07:55:52PM -0500, Denys Dmytriyenko wrote: > > On Mon, Mar 04, 2019 at 11:08:48AM -0500, Jacob Stiffler wrote: > > > On a different machine, I am seeing the package_qa errors for th

[meta-ti] [thud][PATCH] README: indicate dependency on thud branch of oe-core

2019-03-05 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README b/README index 39dde59..3df51b8 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ This layer depends on: URI: git://git.openembedded.org/openembedded-core layers: meta

[meta-ti] [thud/master][PATCH] u-boot-ti-staging: update to ti2019.00-rc1 tag

2019-03-05 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2019.01.bb index 5b087dc..63994a4 100644 --- a/recipes

[meta-ti] [thud/master][PATCH 2/2] dra7xx-evm.conf: re-enable dra71-evm-nand.dtb again

2019-03-05 Thread Denys Dmytriyenko
This reverts commit c2cb48e3020459c6d426a13a7180ed26742c1579. --- conf/machine/dra7xx-evm.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 0e17350..df176ba 100644 --- a/conf/machine/dra7xx-evm.conf +++ b/conf

[meta-ti] [thud/master][PATCH 1/2] linux-ti-staging: update to ti2019.00-rc1 tag

2019-03-05 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging-rt_4.19.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.19.bb| 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging-rt_4.19.bb b/recipes-kernel/linux/linux

<    1   2   3   4   5   6   7   8   9   10   >