Re: [meta-ti] [EXTERNAL] [PATCH] recipes-ti: devtools: add GCC Linaro toolchain 2017.11 v7.2.1

2018-08-13 Thread Denys Dmytriyenko
On Sun, Aug 12, 2018 at 09:02:12AM -0400, Nelson, Sam wrote: > > > > -Original Message- > > From: Dmytriyenko, Denys > > Sent: Saturday, August 11, 2018 12:14 AM > > To: Nelson, Sam > > Cc: Zhang, Hao; meta-ti@yoctoproject.org > > Subject: Re: [meta-ti] [EXTERNAL] [PATCH] recipes-ti: devt

Re: [meta-ti] [EXTERNAL] [PATCH] recipes-ti: devtools: add GCC Linaro toolchain 2017.11 v7.2.1

2018-08-10 Thread Denys Dmytriyenko
On Sat, Aug 11, 2018 at 02:47:10AM +, Nelson, Sam wrote: > > > > -Original Message- > > From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti- > > boun...@yoctoproject.org] On Behalf Of Zhang, Hao > > Sent: Friday, August 10, 2018 10:24 AM > > To: meta-ti@yoctoproject.org > > Subject

[meta-ti] [rocko/master][PATCH] linux-ti-staging: add RT defconfig for K3

2018-08-08 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging-rt-4.14/k3/defconfig | 1 + 1 file changed, 1 insertion(+) create mode 100644 recipes-kernel/linux/linux-ti-staging-rt-4.14/k3/defconfig diff --git a/recipes-kernel/linux/linux-ti-staging-rt-4.14/k3/defconfig b/recipes

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

2018-08-07 Thread Denys Dmytriyenko
On Tue, Aug 07, 2018 at 10:45:44AM -0400, Jianzhong Xu wrote: > Signed-off-by: Jianzhong Xu > --- > recipes-ti/swtools/swtools_git.bb | 45 > +++ > 1 file changed, 45 insertions(+) > create mode 100644 recipes-ti/swtools/swtools_git.bb > > diff --git a/recip

[meta-ti] [rocko/master][PATCH] u-boot-ti: don't override do_compile, pass PACKAGECONFIG_CONFARGS to EXTRA_OEMAKE

2018-07-26 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti.inc | 21 ++--- 1 file changed, 2 insertions(+), 19 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc index 4fd3529..61bf990 100644 --- a/recipes-bsp/u-boot/u-boot

Re: [meta-ti] [PATCH v4 0/3] Enable SGX on k3 (AM654x)

2018-07-13 Thread Denys Dmytriyenko
Thanks! Looks good now, I'll merge it. On Fri, Jul 13, 2018 at 04:54:06PM -0400, Eric Ruei wrote: > Enable SGX on k3 (AM654x) > > Eric Ruei (3): > conf: machine: k3: enable sgx > ti-sgx-ddk-um: add k3 (AM654x) support > ti-sgx-ddk-km: add k3 (AM654x) support > > conf/machine/include/k3.i

Re: [meta-ti] [PATCH v3 3/3] ti-sgx-ddk-km: add k3 (AM654x) support

2018-07-13 Thread Denys Dmytriyenko
Fair point about kernel module. I was more concerned about UM binaries. I wonder if we should keep the kernel module and its path synced up with UM part, or otherwise it may be confusing... -- Denys On Fri, Jul 13, 2018 at 03:21:46PM -0400, Ruei, Eric wrote: > The kernel module is the same for

Re: [meta-ti] [PATCH v3 3/3] ti-sgx-ddk-km: add k3 (AM654x) support

2018-07-13 Thread Denys Dmytriyenko
On Fri, Jul 13, 2018 at 03:10:16PM -0400, Eric Ruei wrote: > - add K3 (AM654x) support based on SGX DDK 1.17 > > Signed-off-by: Eric Ruei > --- > ...gx-ddk-km_1.14.3699939.bb => ti-sgx-ddk-km_1.17.4948957.bb} | 10 > -- > 1 file changed, 4 insertions(+), 6 deletions(-) > copy recipes-b

Re: [meta-ti] [PATCH v3 2/3] ti-sgx-ddk-um: add k3 (AM654x) support

2018-07-13 Thread Denys Dmytriyenko
On Fri, Jul 13, 2018 at 03:10:15PM -0400, Eric Ruei wrote: > - add COMPATIBLE_MACHINE to distinguish AM3/4/5 with K3 (AM654x) > - add k3 support based on SGX DDK 1.17 > > Signed-off-by: Eric Ruei > --- > recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 1 + > ...ddk-um_1.14.3699939

Re: [meta-ti] [PATCH v2 0/3] Enable SGX on k3 (AM654x)

2018-07-13 Thread Denys Dmytriyenko
On Fri, Jul 13, 2018 at 02:11:18PM -0400, Ruei, Eric wrote: > I do not see any comments on this one. Sorry for the confusion - I meant inside the patches themselves, not the cover letter. > -Original Message- > From: Dmytriyenko, Denys > Sent: Friday, July 13, 2018 1:30 PM > To: Ruei,

Re: [meta-ti] [PATCH v2 2/3] ti-sgx-ddk-um: add k3 (AM654x) support

2018-07-13 Thread Denys Dmytriyenko
On Wed, Jul 11, 2018 at 11:45:30AM -0400, Eric Ruei wrote: > - add COMPATIBLE_MACHINE to distinguish AM3/4/5 with K3 (AM654x) > - add k3 support based on SGX DDK 1.17 > > Signed-off-by: Eric Ruei > --- > recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 1 + > ...gx-ddk-um_1.14.3

Re: [meta-ti] [PATCH v2 3/3] ti-sgx-ddk-km: add k3 (AM654x) support

2018-07-13 Thread Denys Dmytriyenko
On Wed, Jul 11, 2018 at 11:45:31AM -0400, Eric Ruei wrote: > - add K3 (AM654x) support based on SGX DDK 1.17 > > Signed-off-by: Eric Ruei > --- > .../powervr-drivers/ti-sgx-ddk-km_1.17.4948957.bb | 41 > ++ This is still sent as a new recipe, while being very similar to exi

Re: [meta-ti] [PATCH v2 0/3] Enable SGX on k3 (AM654x)

2018-07-13 Thread Denys Dmytriyenko
Eric, Thanks for addressing most of my comments! This looks much better, but there are still couple issues - please see inside. On Wed, Jul 11, 2018 at 11:45:28AM -0400, Eric Ruei wrote: > Enable SGX on k3 (AM654x) > > Eric Ruei (3): > conf: machine: k3: enable sgx > ti-sgx-ddk-um: add k3

[meta-ti] [rocko/master][PATCH] pru-icss: fix up build for am65xx-evm

2018-07-12 Thread Denys Dmytriyenko
* Only PRU* images were picked up, not RTU* * Setting up alternatives for non-existing PRU_Halt FW resulted in warnings * Since PRU_Halt FW was absent, no ${PN}-halt package was made, resulting in error pulling it in to an image Signed-off-by: Denys Dmytriyenko --- recipes-bsp/pru/pru

Re: [meta-ti] [PATCH 2/3] ti-sgx-ddk-um: add k3 (AM654x) support

2018-07-10 Thread Denys Dmytriyenko
he latest, once you have a chance. Also, don't forget to use -C/-M to get a diff between old and new versions, as they are quite similar and that would simplify review. Thanks! -- Denys On Mon, Jul 09, 2018 at 03:27:29PM -0400, Denys Dmytriyenko wrote: > Would be nice to see it as a di

[meta-ti] [rocko/master][PATCH] meta-ti: cleanup use of d.getVar()

2018-07-09 Thread Denys Dmytriyenko
1. drop use of True as second parameter, which is default, to align with master 2. there were instances of incorrectly passing 'd' as second parameter from previous conversion from bb.data.getVar() usage Signed-off-by: Denys Dmytriyenko --- classes/ti-pdk.bbclass

[meta-ti] [rocko/master][PATCH] am65xx-evm: add new k3-am654-pcie-usb3 DTBO file

2018-07-09 Thread Denys Dmytriyenko
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-evm.conf index 2b214ce7..08dbc9e8 100644 --- a/conf/machine/am65xx-evm.conf +++ b/conf/machine/am65xx-evm.conf

Re: [meta-ti] [PATCH 2/3] ti-sgx-ddk-um: add k3 (AM654x) support

2018-07-09 Thread Denys Dmytriyenko
Would be nice to see it as a diff (-C/-M), even though you add a new version. BTW, have you tested these recipes? -- Denys On Mon, Jul 09, 2018 at 12:35:47PM -0400, Eric Ruei wrote: > - add COMPATIBLE_MACHINE to distinguish AM3/4/5 with K3 (AM654x) > - add k3 support based on SGX DDK 1.17 > >

Re: [meta-ti] [PATCH 1/3] conf: machine: k3: enable sgx

2018-07-09 Thread Denys Dmytriyenko
On Mon, Jul 09, 2018 at 12:35:46PM -0400, Eric Ruei wrote: > Signed-off-by: Eric Ruei > --- > conf/machine/include/k3.inc | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc > index 96699db..b9374e3 100644 > --- a/con

Re: [meta-ti] [PATCH v1 1/2] pru-icss_git.bb: added AM65x support

2018-07-06 Thread Denys Dmytriyenko
Nick, Overall looks good, thanks for posting! Can you please squash the 2 patches into one and re-send v2? Thanks. -- Denys On Fri, Jul 06, 2018 at 02:53:27PM -0500, Nick Saulnier wrote: > Updated SRCREV to point to the latest PRU Software Support Package. > Added support for AM65x by adding

Re: [meta-ti] amx3-cm3 build failure on master

2018-07-06 Thread Denys Dmytriyenko
On Fri, Jul 06, 2018 at 02:20:44PM -0400, Trevor Woerner wrote: > Hi, > > Has anyone else been seeing this? Yes. This is due to gcc-8 being PITA. I haven't had time to fix it yet - need to keep compatibility with older gcc too... > Build Configuration: > BB_VERSION = "1.3

Re: [meta-ti] [PATCH 1/2] u-boot-ti-staging: update to ti2018.02-rc3 tag

2018-07-03 Thread Denys Dmytriyenko
Build breakage - seems to be some sort of race... On Tue, Jul 03, 2018 at 01:04:30PM -0500, Dan Murphy wrote: > Breaks the build or breaks the boot because this built fine for the uBoot > compilation job. > > Dan > > On 07/03/2018 01:01 PM, Denys Dmytriyenko wrote: > &

Re: [meta-ti] [PATCH 1/2] u-boot-ti-staging: update to ti2018.02-rc3 tag

2018-07-03 Thread Denys Dmytriyenko
This breaks at least am57xx now - I'm investigating... On Tue, Jul 03, 2018 at 11:07:35AM -0500, Dan Murphy wrote: > Signed-off-by: Dan Murphy > --- > recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-bsp/u-boot

[meta-ti] [rocko/master][PATCH] linux-ti-staging: update with latest platform and connectivity fixes

2018-06-29 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging_4.14.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/linux/linux-ti-staging_4.14.bb b/recipes-kernel/linux/linux-ti-staging_4.14.bb index d41eb2a..17d553e 100644 --- a/recipes

[meta-ti] Test

2018-06-28 Thread Denys Dmytriyenko
Test, please ignore -- ___ meta-ti mailing list meta-ti@yoctoproject.org https://lists.yoctoproject.org/listinfo/meta-ti

[meta-ti] [rocko/master][PATCH] am65xx-evm: add new DT overlay DTBO files

2018-06-28 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 6b3bdec..2b214ce 100644 --- a/conf/machine/am65xx-evm.conf +++ b/conf/machine/am65xx

[meta-ti] [rocko/master][PATCH 1/2] prueth-fw-bin: add AM65xx binary FW

2018-06-27 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/prueth-fw/prueth-fw-bin_git.bb | 32 ++ 1 file changed, 32 insertions(+) create mode 100644 recipes-bsp/prueth-fw/prueth-fw-bin_git.bb diff --git a/recipes-bsp/prueth-fw/prueth-fw-bin_git.bb b/recipes-bsp/prueth-fw

[meta-ti] [rocko/master][PATCH 2/2] linux-ti-staging: pull in AM65xx PRUETH binary FW

2018-06-27 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging_4.14.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes-kernel/linux/linux-ti-staging_4.14.bb b/recipes-kernel/linux/linux-ti-staging_4.14.bb index be4d9bd..9870e39 100644 --- a/recipes-kernel/linux/linux-ti

Re: [meta-ti] How to create multiple uboot images in one recipe

2018-06-26 Thread Denys Dmytriyenko
On Mon, Jun 25, 2018 at 11:43:11AM +, Asfak Rahman wrote: > Hi, > > > I am trying to build multiple uboot images and have them in yocto's deploy > directory. > > > I have created a .bbappend file and added following lines: > > UBOOT_CONFIG[sd] = "sd_config" > UBOOT_CONFIG[nand] = "nand_co

[meta-ti] [rocko/master][PATCH] arm-trusted-firmware: also install and deploy ELF version

2018-06-25 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_1.5.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_1.5.bb b/recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_1.5.bb index 5a7fd21

Re: [meta-ti] [rocko/master/ti2018.01][PATCHv2] ti-pdk-build: New DEV.PDK_BUILD.01.00.00.08F

2018-06-19 Thread Denys Dmytriyenko
What's the difference from v1? On Tue, Jun 19, 2018 at 04:57:01PM -0400, Djordje Senicic wrote: > * Enhancements for semi-hosting support > * Add TDA2x cascade board support > * Adding arp32 makefile > * Add McBSP component > * mmwvedfp migration > > Signed-off-by: Djordje Senicic > --- > reci

[meta-ti] [rocko/master][PATCH 1/2] u-boot-ti-staging: update to ti2018.02-rc1 tag

2018-06-18 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index 8f79fe56..d69e5920 100644 --- a

[meta-ti] [rocko/master][PATCH 2/2] linux-ti-staging: update to 4.14.50 and ti2018.02-rc1 tag

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

[meta-ti] [rocko/master][PATCH 1/5] machine: k3.inc: add new SOC family definition for K3

2018-06-17 Thread Denys Dmytriyenko
://www.ti.com/lit/pdf/spruid7 Signed-off-by: Denys Dmytriyenko --- conf/machine/include/k3.inc | 32 1 file changed, 32 insertions(+) create mode 100644 conf/machine/include/k3.inc diff --git a/conf/machine/include/k3.inc b/conf/machine/include/k3.inc new file mode 100644

[meta-ti] [rocko/master][PATCH 3/5] arm-trusted-firmware: add version 1.5 of ATF with K3 support

2018-06-17 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../arm-trusted-firmware_1.5.bb| 61 ++ 1 file changed, 61 insertions(+) create mode 100644 recipes-bsp/arm-trusted-firmware/arm-trusted-firmware_1.5.bb diff --git a/recipes-bsp/arm-trusted-firmware/arm-trusted

[meta-ti] [rocko/master][PATCH 5/5] u-boot-ti-staging: add handling of K3 and AM65x on A53 side

2018-06-17 Thread Denys Dmytriyenko
Handle dependencies on ATF and OPTEE via PACKAGECONFIGs. Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 6 +++--- recipes-bsp/u-boot/u-boot-ti.inc| 27 + 2 files changed, 30 insertions(+), 3 deletions(-) diff

[meta-ti] [rocko/master][PATCH 4/5] linux-ti-staging: add defconfigs for K3 SOC family

2018-06-17 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging-4.14/k3/defconfig | 1 + recipes-kernel/linux/linux-ti-staging-systest-4.14/k3/defconfig | 1 + 2 files changed, 2 insertions(+) create mode 100644 recipes-kernel/linux/linux-ti-staging-4.14/k3/defconfig create

[meta-ti] [rocko/master][PATCH 2/5] machine: am65xx-evm.conf: add machine definition for AM65xx platform

2018-06-17 Thread Denys Dmytriyenko
://www.ti.com/lit/pdf/spruid7 Signed-off-by: Denys Dmytriyenko --- conf/machine/am65xx-evm.conf | 24 1 file changed, 24 insertions(+) create mode 100644 conf/machine/am65xx-evm.conf diff --git a/conf/machine/am65xx-evm.conf b/conf/machine/am65xx-evm.conf new file mode 100644

[meta-ti] [PATCH][master] omap3/omap4: replace outdated xf86-video-omap* with xf86-video-fbdev

2018-06-13 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/include/omap3.inc | 2 +- conf/machine/include/omap4.inc | 3 +-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/conf/machine/include/omap3.inc b/conf/machine/include/omap3.inc index 221c029a..9270cbb1 100644 --- a/conf/machine

[meta-ti] [PATCH][rocko/master] conf/machine/*hs*.conf: drop OPTEEOUTPUTMACHINE variable

2018-06-13 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/am437x-hs-evm.conf | 1 - conf/machine/am57xx-hs-evm.conf | 1 - conf/machine/dra7xx-hs-evm.conf | 1 - 3 files changed, 3 deletions(-) diff --git a/conf/machine/am437x-hs-evm.conf b/conf/machine/am437x-hs-evm.conf index 34c10166..7b151958

[meta-ti] [PATCH][rocko/master] linux-ti-staging: update to 4.14.49

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

[meta-ti] [rocko/master][PATCH] linux-ti-staging: update to 4.14.48

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

[meta-ti] [rocko/master][PATCH] u-boot-ti-staging: update to latest to fix libfdt breakage in master

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

Re: [meta-ti] [morty/rocko/master][PATCH] ti-xdctools-common: Add XDC tools to -dev package

2018-06-05 Thread Denys Dmytriyenko
Do you still need this on morty? On Tue, Jun 05, 2018 at 09:45:12AM -0500, Joshua Watt wrote: > b42044aaf removed the XDC tools from the main package, but this broke > the ability to include the XDC tools in an SDK. Add the tools back to > the -dev package. Also fix up INSANE_SKIP. > > Change-Id:

Re: [meta-ti] [rocko][PATCH] update ti-pdk.bbclass file to include script packages for all components

2018-05-31 Thread Denys Dmytriyenko
NAK. ti-pdk-setup is not part of meta-ti. Also, please follow the patch submission guidelines. -- Denys On Thu, May 31, 2018 at 07:00:10PM +0530, Sinthu Raja wrote: > From: Sinthu Raja M > > Export RULES_MAKE that points to packages/Rules.make > Includes ti-pdk-setup to include script pac

Re: [meta-ti] cmem.c fails to compile

2018-04-30 Thread Denys Dmytriyenko
Couple questions: 1. Any specific reason for gstreamer-ti? It has been deprecated long time ago. 2. Which gcc and what version? We've been using cmem for years w/o problems. If using gcc from oe-core, is it the same branch - i.e. krogoth? -- Denys On Fri, Apr 27, 2018 at 05:36:43PM +, Ki

[meta-ti] [master][PATCH] layer.conf: add LAYERSERIES_COMPAT for sumo

2018-04-24 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 8a3af7a..cfa9778 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,6 +8,8 @@ BBFILE_COLLECTIONS += "meta-ti" BBFILE_PATTE

[meta-ti] [rocko/master][PATCH] multiprocmgr: don't hardcode "uapi" kernel location

2018-04-23 Thread Denys Dmytriyenko
From: Denys Dmytriyenko This way keystone_remoteproc.h can also be found in sysroots, when available. Otherwise it can fall back to using kernel sources directly. Signed-off-by: Denys Dmytriyenko --- ...on-t-hardcode-kernel-s-uapi-location-keys.patch | 27 ++ recipes-ti

[meta-ti] [rocko/master][PATCH] licenses: add Thai-Open-Source-Software-Center license

2018-04-20 Thread Denys Dmytriyenko
Which is a variant of BSD-3-Clause. Signed-off-by: Denys Dmytriyenko --- licenses/Thai-Open-Source-Software-Center | 31 +++ 1 file changed, 31 insertions(+) create mode 100644 licenses/Thai-Open-Source-Software-Center diff --git a/licenses/Thai-Open-Source

[meta-ti] [rocko/master][PATCH v2] recipes: fix host contamination warnings

2018-04-20 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/cppi-lld/cppi-lld_git.bb | 3 ++- recipes-bsp/dfe-lld/dfe-lld_git.bb | 1 + recipes-bsp/iqn2-lld/iqn2-lld_git.bb | 1 + recipes-bsp/mmap-lld/mmap-lld_git.bb | 1 + recipes-bsp/pa-lld/pa-lld_git.bb

[meta-ti] [rocko/master][PATCH] conf/machine: bump max_leb_cnt for am3

2018-04-20 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 25d7b73..e54ee1d 100644 --- a/conf/machine/am335x-evm.conf +++ b/conf/machine/am335x-evm.conf

[meta-ti] [rocko/master][PATCH 1/3] recipes: fix host contamination warnings

2018-04-20 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/cppi-lld/cppi-lld_git.bb| 3 ++- recipes-bsp/pa-lld/pa-lld_git.bb| 3 ++- recipes-bsp/pktlib/pktlib_git.bb| 1 + recipes-bsp/qmss-lld/qmss-lld_git.bb| 2 +- recipes-bsp/rm-lld/rm-lld_git.bb| 1

[meta-ti] [rocko/master][PATCH 3/3] recipes-bsp: whitespace cleanup

2018-04-20 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/fatfs-rtos/fatfs-rtos_git.bb | 6 +++--- recipes-bsp/icss-emac-lld/icss-emac-lld_git.bb | 2 +- recipes-bsp/pruss-lld/pruss-lld-test_git.bb | 2 +- recipes-bsp/pruss-lld/pruss-lld_git.bb | 2 +- recipes-bsp/qmss-lld/qmss

[meta-ti] [rocko/master][PATCH 2/3] sa-lld-test, multiprocmgr: suppress no GNU_HASH warnings

2018-04-20 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/sa-lld/sa-lld-test_git.bb | 2 ++ recipes-ti/multiprocmgr/multiprocmgr_git.bb | 2 ++ 2 files changed, 4 insertions(+) diff --git a/recipes-bsp/sa-lld/sa-lld-test_git.bb b/recipes-bsp/sa-lld/sa-lld-test_git.bb index bae64b1..07d6467 100644

[meta-ti] [rocko/master][PATCH] conf, recipes: introduce k2l family and add support for k2l-hs-evm

2018-04-20 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/include/k2l.inc | 6 ++ conf/machine/k2l-evm.conf| 6 +- conf/machine/k2l-hs-evm.conf | 14 ++ recipes-bsp/bcp-lld/bcp-lld-rtos_git.bb

Re: [meta-ti] [EXTERNAL] Re: [rocko/master][PATCH 00/23] TI RTOS Updates

2018-04-16 Thread Denys Dmytriyenko
On Mon, Apr 16, 2018 at 04:31:42PM -0400, Stiffler, Jacob wrote: >> -Original Message- >> From: Dmytriyenko, Denys >> Sent: Monday, April 16, 2018 4:30 PM >> To: Stiffler, Jacob >> Cc: meta-ti@yoctoproject.org >> Subject: Re: [EXTERNAL] Re: [meta-ti] [rocko/master][P

Re: [meta-ti] [EXTERNAL] Re: [rocko/master][PATCH 00/23] TI RTOS Updates

2018-04-16 Thread Denys Dmytriyenko
On Mon, Apr 16, 2018 at 04:26:30PM -0400, Stiffler, Jacob wrote: >> -Original Message- >> From: meta-ti-boun...@yoctoproject.org [mailto:meta-ti- >> boun...@yoctoproject.org] On Behalf Of Stiffler, Jacob >> Sent: Monday, April 16, 2018 4:12 PM >> To: Dmytriyenko, Denys >

Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates

2018-04-16 Thread Denys Dmytriyenko
How severe are the issues? I was planning on pulling them into rocko-next tonight, but if there was breakage, the set won't get merged to rocko anyway. So, if you already have fixes, you can re-spin and resubmit the entire series. If the issues are minor, it's up to you - you can wait until the

Re: [meta-ti] [rocko/master][PATCH 00/23] TI RTOS Updates

2018-04-13 Thread Denys Dmytriyenko
Thanks Jake and Mahesh! I'll merge the series to rocko-next and give it a try. On Fri, Apr 13, 2018 at 01:01:56PM -0400, Jacob Stiffler wrote: > > Mahesh Radhakrishnan (23): > common-csl-ip: Updating to version 03.03.00.10 > emac-lld-rtos: Updating to version 01.00.03.10A > edma3-lld:Updat

Re: [meta-ti] [morty/rocko/master][PATCH] ti-pdk: Weakly assign PARALLEL_XDC

2018-04-12 Thread Denys Dmytriyenko
On Mon, Apr 02, 2018 at 04:00:24PM -0500, Joshua Watt wrote: > On Mon, 2018-04-02 at 16:20 -0400, Denys Dmytriyenko wrote: > > On Mon, Apr 02, 2018 at 02:47:28PM -0500, Joshua Watt wrote: > > > Allowing it to be overridden in local.conf > > > > Why? > > For s

[meta-ti] [rocko/master][PATCH] conf/machine: add couple new DTBs

2018-04-04 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/dra7xx-evm.conf | 2 +- conf/machine/include/ti33x.inc | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/conf/machine/dra7xx-evm.conf b/conf/machine/dra7xx-evm.conf index 9a65a27..b9554ab 100644 --- a/conf/machine/dra7xx

[meta-ti] [rocko/master][PATCH] kselftests: suppress no GNU_HASH warning due to kernel LDFLAGS used

2018-04-04 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-kernel/kselftests/kselftests_4.10.bb | 4 1 file changed, 4 insertions(+) diff --git a/recipes-kernel/kselftests/kselftests_4.10.bb b/recipes-kernel/kselftests/kselftests_4.10.bb index 428421d..7aa173f 100644 --- a/recipes-kernel/kselftests

[meta-ti] [master][PATCH] ti-ipc: refresh local patch to avoid fuzz warnings

2018-04-04 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- .../ipc/ti-ipc/0001-Add-kernel-build-dir.patch | 24 ++ 1 file changed, 11 insertions(+), 13 deletions(-) diff --git a/recipes-ti/ipc/ti-ipc/0001-Add-kernel-build-dir.patch b/recipes-ti/ipc/ti-ipc/0001-Add-kernel-build-dir.patch

Re: [meta-ti] [rocko/master][PATCH v3] ti-sgx-ddk-km: update SGX kernel driver for k4.14

2018-04-03 Thread Denys Dmytriyenko
Eric, ping On Thu, Mar 15, 2018 at 12:59:41AM +, Dmytriyenko, Denys wrote: > Absolutely > > > > On Mar 14, 2018 17:58, "Ruei, Eric" wrote: > Hi, Denys: > > I see that the v2 is in. > Should I submit this one on top of v2 as a new patch? > > Best regards, > > Eric > > > From: Dmytriy

Re: [meta-ti] [morty/rocko/master][PATCH] ti-pdk: Weakly assign PARALLEL_XDC

2018-04-02 Thread Denys Dmytriyenko
On Mon, Apr 02, 2018 at 02:47:28PM -0500, Joshua Watt wrote: > Allowing it to be overridden in local.conf Why? > Signed-off-by: Joshua Watt > --- > classes/ti-pdk.bbclass | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/classes/ti-pdk.bbclass b/classes/ti-pdk.bbclass >

[meta-ti] [rocko/master][PATCH] ti-codec-engine: fix host contamination warnings

2018-03-26 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb b/recipes-ti/codec-engine/ti-codec-engine_3.24.00.08.bb index 06a7ce1..aa53841

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

2018-03-09 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb b/recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb index c820feb..67bf438 100644 --- a

[meta-ti] [rocko/master][PATCH 2/2] linux-ti-staging: update to 4.14.25

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

[meta-ti] [rocko/master][PATCH] am57xx-evm: switch back to full DTBs for now

2018-03-06 Thread Denys Dmytriyenko
Since using DT overlays as a FIT image (itb,dtb,dtbo) is not yet ready for prime time, kernel now has ability to generate all combinations of full DTBs out of DT overlays. Use those for now until FIT image approach to DT overlays is adopted more broadly. Signed-off-by: Denys Dmytriyenko

[meta-ti] [rocko/master][PATCH] u-boot-ti-staging: update to ti2018.00-rc1

2018-03-06 Thread Denys Dmytriyenko
Also remove AM3 SPL hack Signed-off-by: Denys Dmytriyenko --- ...K-am335x-Work-around-file-expansion-macro.patch | 73 -- recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb| 6 +- 2 files changed, 2 insertions(+), 77 deletions(-) delete mode 100644 recipes-bsp/u-boot/u

[meta-ti] [rocko/master][PATCH 1/2] linux-ti-staging: update to 4.14.24

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

[meta-ti] [rocko/master][PATCH 2/2] u-boot-ti-staging: update to the latest and add patch for AM335 SPL size issue

2018-03-05 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- ...K-am335x-Work-around-file-expansion-macro.patch | 73 ++ recipes-bsp/u-boot/u-boot-ti-staging_2018.01.bb| 6 +- 2 files changed, 77 insertions(+), 2 deletions(-) create mode 100644 recipes-bsp/u-boot/u-boot-ti-staging/0001-HACK

Re: [meta-ti] [FOR-KROGOTH PATCH v2 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM buffers and populate meminfo

2018-03-05 Thread Denys Dmytriyenko
Applied, thanks. Should there be similar patches for morty/rocko? On Mon, Mar 05, 2018 at 06:59:59PM +0530, Anand Balagopalakrishnan wrote: > Signed-off-by: Anand Balagopalakrishnan > --- > recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 6 +++--- > 1 file changed, 3 insertions(+), 3 d

[meta-ti] [rocko][PATCH] README: update reference to rocko

2018-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..2f1ecd2 100644 --- a/README +++ b/README @@ -8,7 +8,7 @@ This layer depends on: URI: git://git.openembedded.org/openembedded-core layers: meta

[meta-ti] [rocko/master][PATCH] eudev: extra rules install on TI SoCs only, don't append SRC_URI otherwise

2018-03-05 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-core/udev/eudev_%.bbappend | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-core/udev/eudev_%.bbappend b/recipes-core/udev/eudev_%.bbappend index fc68b90..7c04fd2 100644 --- a/recipes-core/udev

[meta-ti] [rocko/master][PATCH 2/2] icss-emac: relax compatibility settings to match nimu-icss, etc.

2018-03-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-bsp/icss-emac-lld/icss-emac-lld.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/icss-emac-lld/icss-emac-lld.inc b/recipes-bsp/icss-emac-lld/icss-emac-lld.inc index 0ec3b2c..68ae99b 100644

[meta-ti] [rocko/master][PATCH 1/2] pruss-ldd: relax compatibility settings to match nimu-icss, etc.

2018-03-04 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-bsp/pruss-lld/pruss-lld.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/pruss-lld/pruss-lld.inc b/recipes-bsp/pruss-lld/pruss-lld.inc index bbd060d..501b72c 100644 --- a/recipes-bsp/pruss

[meta-ti] [rocko/master][PATCH] u-boot-ti.inc: add dependency on lzop-native for new FIT image packaging

2018-03-03 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u-boot/u-boot-ti.inc b/recipes-bsp/u-boot/u-boot-ti.inc index 5b49777..a18706e 100644 --- a/recipes-bsp/u-boot/u-boot-ti.inc +++ b/recipes-bsp/u

[meta-ti] [rocko/master][PATCH 4/4] netapi: remove due to external ipsecmgr dependency

2018-03-02 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Moved to meta-arago Signed-off-by: Denys Dmytriyenko --- recipes-ti/netapi/netapi-test_git.bb | 51 recipes-ti/netapi/netapi.inc | 33 --- recipes-ti/netapi/netapi_git.bb | 32

[meta-ti] [rocko/master][PATCH 3/4] traceframework-rtos: uia is not a valid package to depend on

2018-03-02 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-bsp/traceframework/traceframework-rtos_git.bb | 3 --- 1 file changed, 3 deletions(-) diff --git a/recipes-bsp/traceframework/traceframework-rtos_git.bb b/recipes-bsp/traceframework/traceframework-rtos_git.bb index c4b76d1

[meta-ti] [rocko/master][PATCH 1/4] multiprocmgr, mpm-transport: do not depend on syslog-ng, not in meta-ti or oe-core

2018-03-02 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-ti/mpm-transport/mpm-transport_git.bb | 4 +--- recipes-ti/multiprocmgr/multiprocmgr_git.bb | 1 - 2 files changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes-ti/mpm-transport/mpm-transport_git.bb b/recipes-ti

[meta-ti] [rocko/master][PATCH 2/4] ipc-transport-qmss-rtos: is machine-specific, mark accordingly

2018-03-02 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb b/recipes-ti/ipc/ipc-transport-qmss-rtos_git.bb index 981a4af..5bb0bcf 100644 --- a

[meta-ti] [rocko/master][PATCH] layer.conf: whitelist xxd and comm for SECDEV on K2 platforms

2018-03-02 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index 4546878..8a3af7a 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -28,4 +28,4 @@ SIGGEN_EXCLUDERECIPES_ABISAFE

[meta-ti] [rocko/master][PATCH] omapfbplay: since it depends on kernel, mark it as machine-specific

2018-03-01 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-graphics/omapfbplay/omapfbplay.inc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-graphics/omapfbplay/omapfbplay.inc b/recipes-graphics/omapfbplay/omapfbplay.inc index 77e2380..df166dd 100644 --- a/recipes

Re: [meta-ti] [FOR-KROGOTH 1/1] ti-sgx-ddk-um: wlpvr_ws: Map DBM buffers and populate meminfo

2018-03-01 Thread Denys Dmytriyenko
Have you tested this patch? On Thu, Mar 01, 2018 at 09:49:55PM +0530, Anand Balagopalakrishnan wrote: > Signed-off-by: Anand Balagopalakrishnan > --- > recipes-graphics/libgles/ti-sgx-ddk-um_1.14.3699939.bb | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/recipes-gra

[meta-ti] [rocko/master][PATCH] eudev: simplify by using ti-soc override

2018-03-01 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-core/udev/eudev_%.bbappend | 18 +- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/recipes-core/udev/eudev_%.bbappend b/recipes-core/udev/eudev_%.bbappend index 620500b..fc68b90 100644 --- a/recipes-core/udev/eudev_

[meta-ti] [rocko/master][PATCH 3/5] gdbc6x: update compatibility

2018-02-28 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-devtools/gdbc6x/gdbc6x_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-devtools/gdbc6x/gdbc6x_git.bb b/recipes-devtools/gdbc6x/gdbc6x_git.bb index a146a5c..be6f506 100644 --- a/recipes-devtools/gdbc6x

[meta-ti] [rocko/master][PATCH 1/5] recipes: remove outdated recipes, some deps are no longer satisfied

2018-02-28 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-core/packagegroups/packagegroup-ti-test.bb | 26 -- recipes-ti/beagleboard/beaglebone-tester.bb| 56 -- recipes-ti/beagleboard/bonescript.bb | 38 --- recipes-ti

[meta-ti] [rocko/master][PATCH 5/5] kselftests: remove numactl deps, as it's in meta-oe and not needed for arm

2018-02-28 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-kernel/kselftests/kselftests_4.10.bb | 1 - 1 file changed, 1 deletion(-) diff --git a/recipes-kernel/kselftests/kselftests_4.10.bb b/recipes-kernel/kselftests/kselftests_4.10.bb index e4cd278..428421d 100644 --- a/recipes

[meta-ti] [rocko/master][PATCH 4/5] machines: remove references to xf86-input-tslib from meta-oe

2018-02-28 Thread Denys Dmytriyenko
From: Denys Dmytriyenko It is still mentioned in the commend, in case someone needs it. Signed-off-by: Denys Dmytriyenko --- conf/machine/am335x-evm.conf | 2 -- conf/machine/am3517-evm.conf | 2 -- conf/machine/am37x-evm.conf | 2 -- conf/machine/am437x-evm.conf | 2 -- conf/machine

[meta-ti] [rocko/master][PATCH 2/5] engine-pkcs11, libp11, ti-softhsmv2: update compatibility

2018-02-28 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-ti/engine-pkcs11/engine-pkcs11_git.bb | 2 ++ recipes-ti/libp11/libp11_git.bb | 2 ++ recipes-ti/ti-softhsmv2/ti-softhsmv2_git.bb | 2 +- 3 files changed, 5 insertions(+), 1 deletion(-) diff --git a/recipes

[meta-ti] [rocko/master][PATCH 2/2] machines: update DTBs and other cleanups

2018-02-28 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/am57xx-evm.conf | 5 +++-- conf/machine/beagle-x15.conf | 12 conf/machine/beaglebone.conf | 12 +++- conf/machine/dra7xx-evm.conf | 2 +- conf/machine/include/ti33x.inc | 7 ++- conf/machine/include/ti43x.inc

[meta-ti] [rocko/master][PATCH 1/2] linux-ti-staging: update to 4.14.22

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

Re: [meta-ti] [morty/rocko/master][PATCH] ti-pdk: Allow Doxygen generation to be optional

2018-02-21 Thread Denys Dmytriyenko
Thanks, looks good to me. Jake, can you please check this for your RTOS/PDK builds. Thanks. -- Denys On Wed, Feb 21, 2018 at 03:53:05PM -0600, Joshua Watt wrote: > Users can choose to completely disable doxygen generation in pdk recipes > by setting TI_PDK_DOXYGEN_SUPPORT = "0" in local.conf >

[meta-ti] [master][PATCH] linux-ti-staging: use KERNEL_PACKAGE_NAME for devicetree package

2018-02-21 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-kernel/linux/linux-ti-staging_4.14.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-kernel/linux/linux-ti-staging_4.14.bb b/recipes-kernel/linux/linux-ti-staging_4.14.bb index 364a6fb..951803c 100644 --- a/recipes-kernel

[meta-ti] [rocko/master][PATCH] layer.conf: add truncate to HOSTTOOLS list for SECDEV

2018-02-19 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/layer.conf | 2 ++ 1 file changed, 2 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index a07e62f..4546878 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -27,3 +27,5 @@ SIGGEN_EXCLUDERECIPES_ABISAFE += " \ qms

[meta-ti] [rocko/master][PATCH] linux-ti-staging, am57xx-evm.conf: udpate to the latest, add support for .itb

2018-02-16 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- conf/machine/am57xx-evm.conf | 2 +- recipes-kernel/linux/linux-ti-staging-rt_4.14.bb | 2 +- recipes-kernel/linux/linux-ti-staging_4.14.bb| 6 -- 3 files changed, 6 insertions(+), 4 deletions(-) diff --git a/conf/machine/am57xx

[meta-ti] [rocko/master][PATCH 1/2] linux-ti-staging: upgrade to 4.14

2018-02-14 Thread Denys Dmytriyenko
Some DTBs have changed, am57xx-evm moved to DT overlays. Signed-off-by: Denys Dmytriyenko --- conf/machine/am57xx-evm.conf | 3 +-- conf/machine/dra7xx-evm.conf | 7 --- .../{linux-ti-staging-4.9 => linux-ti-stag

[meta-ti] [rocko/master][PATCH 2/2] u-boot-ti-staging: upgrade to 2018.01

2018-02-14 Thread Denys Dmytriyenko
Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot-ti-staging_2017.01.bb| 7 --- .../{u-boot-ti-staging_2016.05.bb => u-boot-ti-staging_2018.01.bb} | 6 +++--- 2 files changed, 3 insertions(+), 10 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot

Re: [meta-ti] Weston Desktop Shell

2018-02-12 Thread Denys Dmytriyenko
Adam, We just switched from Morty to Rocko as our LTS branch couple months ago and some features are still missing, while teams are ramping up. This particular issue requires Weston patching in meta-arago, but Weston 2.0 changed some APIs and those patches no longer apply. Hopefully we'll be ab

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