[meta-ti] [PATCH 5/5] omap5-sgx-ddk-um-linux: fix GNU_HASH and RPATH QA warnings

2015-05-20 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-graphics/libgles/omap5-sgx-ddk-um-linux_1.9.0.12.bb b/recipes-graphics/libgles/omap5-sgx-ddk-um-l

[meta-ti] [PATCH 1/5] u-boot: remove unused and upstreamed 2015.01

2015-05-20 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-bsp/u-boot/u-boot_2015.01.bb | 27 --- 1 file changed, 27 deletions(-) delete mode 100644 recipes-bsp/u-boot/u-boot_2015.01.bb diff --git a/recipes-bsp/u-boot/u-boot_2015.01.bb b/recipes-bsp/u-boot/u

[meta-ti] [nightly] Distroless meta-ti/master minimal build 2015-05-20_21-00-51

2015-05-20 Thread Denys Dmytriyenko
Title: Status for 05/20/15 Status for 05/20/15 BUILD_ID: build-2015-05-20_21-01-59 Clean Build: false Clean Sources: false Repository Revisions Repository Git URL Branch Commit ID Layers bitbake git://git.openembedded

Re: [meta-ti] [yocto] Migration from 1.7.1 to 1.8 - kernel-abiversion missing

2015-05-20 Thread Patricia Holden
I'm new to this project and environment, but do have some input on this problem. I've been running into the same issue and trying to get my image going so that I can get a bootable image ready for a client by next week. I have tried using linux-dummy and creating my own "linux-xxx" to try to

Re: [meta-ti] [PATCH 2/2] ti-llvm3.3: Add LLVM 3.3 with c6x intrinsic support.

2015-05-20 Thread Denys Dmytriyenko
I've been postponing reviewing this one until after I'm done with all the cleanup... On Wed, May 20, 2015 at 12:09:32PM -0400, Jacob Stiffler wrote: > Ping. > > On 4/28/2015 2:21 PM, Jacob Stiffler wrote: > >* Supports target, native, and nativesdk classes. > > > >Signed-off-by: Jacob Stiffler

Re: [meta-ti] [PATCH 1/2] llvm-common: Extend to nativesdk class.

2015-05-20 Thread Denys Dmytriyenko
Well, this one is rather simple, unlike patch #2 On Wed, May 20, 2015 at 12:09:27PM -0400, Jacob Stiffler wrote: > Ping. > > On 4/28/2015 2:21 PM, Jacob Stiffler wrote: > >Signed-off-by: Jacob Stiffler > >--- > > recipes-core/llvm/llvm-common.bbappend |5 + > > 1 file changed, 5 insert

[meta-ti] [PATCH 3/5] layer.conf: add ti-ipc to safe ABI list

2015-05-20 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- conf/layer.conf | 4 1 file changed, 4 insertions(+) diff --git a/conf/layer.conf b/conf/layer.conf index 056422d..7bb46e6 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -9,3 +9,7 @@ BBFILE_PATTERN_meta-ti := "^${LAYERDIR

[meta-ti] [PATCH 2/5] recipes: move SRCPV from PR to PV, so PRServ can package AUTOINC after patching

2015-05-20 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-bsp/boot-monitor/boot-monitor_git.bb | 4 ++-- recipes-bsp/cmem/cmem-mod_git.bb | 2 +- recipes-bsp/cmem/cmem.inc| 2 ++ recipes-bsp/cmem/cmem_git

[meta-ti] [PATCH 4/5] vpe-tests: mark as machine-specific due to kernel dependency

2015-05-20 Thread Denys Dmytriyenko
From: Denys Dmytriyenko Signed-off-by: Denys Dmytriyenko --- recipes-bsp/vpe-tests/vpe-tests_git.bb | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/recipes-bsp/vpe-tests/vpe-tests_git.bb b/recipes-bsp/vpe-tests/vpe-tests_git.bb index ee91dea..776bda5 100644 --- a/recip

Re: [meta-ti] [PATCH 2/2] ti-llvm3.3: Add LLVM 3.3 with c6x intrinsic support.

2015-05-20 Thread Jacob Stiffler
Ping. On 4/28/2015 2:21 PM, Jacob Stiffler wrote: * Supports target, native, and nativesdk classes. Signed-off-by: Jacob Stiffler --- ...e-Do-not-check-build-executable-extension.patch | 60 recipes-core/llvm/ti-llvm3.3_3.3.bb| 103 2 fi

Re: [meta-ti] [PATCH 1/2] llvm-common: Extend to nativesdk class.

2015-05-20 Thread Jacob Stiffler
Ping. On 4/28/2015 2:21 PM, Jacob Stiffler wrote: Signed-off-by: Jacob Stiffler --- recipes-core/llvm/llvm-common.bbappend |5 + 1 file changed, 5 insertions(+) create mode 100644 recipes-core/llvm/llvm-common.bbappend diff --git a/recipes-core/llvm/llvm-common.bbappend b/recipes

[meta-ti] [PATCH v3 2/3] gdbserver-c6x: Add version 1.1.0

2015-05-20 Thread Jacob Stiffler
* c6x DSP development files required to support remote gdb debugging. Signed-off-by: Jacob Stiffler --- * v3 changes: - Use the more generic "keystone" soc family as opposed to the specific k2hk-evm machine. * v2 changes: - Add support for k2hk-evm - Reorganize file based on oe-stylize

[meta-ti] [PATCH v3 1/3] gdbserverproxy-module-drv: Add version 1.1.0

2015-05-20 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- * v3 changes: - Use the more generic "keystone" soc family as opposed to the specific k2hk-evm machine. * v2 changes: - Add support for k2hk-evm - Reorganize file based on oe-stylize. - Removed sourceipk configuration. - Fix do_qa_configure check.

Re: [meta-ti] [PATCH v2 1/3] debugss-module-drv: Add version 1.2.0

2015-05-20 Thread Jacob Stiffler
Please ignore this patch. I have mistakenly called this v2. The corrected v3 has been submitted. On 5/20/2015 9:25 AM, Jacob Stiffler wrote: * The debugss-module-drv is require for the dsptop utility. Signed-off-by: Jacob Stiffler --- * v3 changes: - Use the more generic "keystone" soc fam

[meta-ti] [PATCH v3 1/3] debugss-module-drv: Add version 1.2.0

2015-05-20 Thread Jacob Stiffler
* The debugss-module-drv is require for the dsptop utility. Signed-off-by: Jacob Stiffler --- * v3 changes: - Use the more generic "keystone" soc family as opposed to the specific k2hk-evm machine. * v2 changes: - Add support for k2hk-evm - Reorganize file based on oe-stylize. recipe

[meta-ti] [PATCH v3 3/3] dsptop: Add version 1.2.0

2015-05-20 Thread Jacob Stiffler
* dsptop is a utility that provides a top-like interface to observe DSP resource usage in real-time. Signed-off-by: Jacob Stiffler --- * v3 changes: - Use the more generic "keystone" soc family as opposed to the specific k2hk-evm machine. * v2 changes: - Add support for k2hk-evm - Re

[meta-ti] [PATCH v3 2/3] libulm: Add ULM library for ARM and DSP.

2015-05-20 Thread Jacob Stiffler
Signed-off-by: Jacob Stiffler --- * v3 changes: - Use the more generic "keystone" soc family as opposed to the specific k2hk-evm machine. * v2 changes: - Add support for k2hk-evm - Reorganize file based on oe-stylize. recipes-bsp/dsptop/libulm_git.bb | 42 +++

[meta-ti] [PATCH v2 1/3] debugss-module-drv: Add version 1.2.0

2015-05-20 Thread Jacob Stiffler
* The debugss-module-drv is require for the dsptop utility. Signed-off-by: Jacob Stiffler --- * v3 changes: - Use the more generic "keystone" soc family as opposed to the specific k2hk-evm machine. * v2 changes: - Add support for k2hk-evm - Reorganize file based on oe-stylize. recipe

Re: [meta-ti] [PATCH 2/2] ti-xdais: Add version 7.24.00.04

2015-05-20 Thread Jacob Stiffler
On 5/19/2015 4:11 PM, Denys Dmytriyenko wrote: On Fri, May 08, 2015 at 01:17:42PM -0400, Jacob Stiffler wrote: I was following the precedent set by existing RTOS packages (See recipes-ti/xdais/ti-xdais_6.26.01.03.bb). These RTOS packages are build only dependencies, and they do not get instal