[meta-ti] [PATCH] kselftests: Fix typo in COMPATIBLE_MACHINE

2019-11-21 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-kernel/kselftests/kselftests_4.10.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/recipes-kernel/kselftests/kselftests_4.10.bb b/recipes-kernel/kselftests/kselftests_4.10.bb index 115b0767..f478e56d 100644 --- a/recipes-kernel

[meta-ti] [PATCH] kselftests: Disable for riscv

2019-11-18 Thread Khem Raj
4.10 did not have RISC-V support Signed-off-by: Khem Raj --- recipes-kernel/kselftests/kselftests_4.10.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-kernel/kselftests/kselftests_4.10.bb b/recipes-kernel/kselftests/kselftests_4.10.bb index 96263875..115b0767 100644

Re: [meta-ti] [master/thud][PATCH 01/42] ti-pdk-fetch: add class for common pdk sources

2019-11-15 Thread Khem Raj
On Fri, 2019-11-15 at 10:14 -0500, Jacob Stiffler wrote: > Recently individual components and LLD sources have been combined > into a single PDK repo. Use this class to specify the common source. > Also use this class to keep the sources separate from each other when > building. This keeps the

Re: [meta-ti] [thud/master][PATCH] ti-display-sharing-fw: update to 06.01.00.00

2019-10-21 Thread Khem Raj
On Thu, Oct 17, 2019 at 10:58 AM Denys Dmytriyenko wrote: > > Signed-off-by: Denys Dmytriyenko > --- > .../ti-display-sharing-fw/ti-display-sharing-fw_git.bb| 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git

Re: [meta-ti] [thud][PATCH V1] cpsw9g-eth-fw: update ethernet firmware

2019-10-21 Thread Khem Raj
I am getting this error Cloning into bare repository 'TOPDIR/downloads/git2/git.ti.com.glsdk.ti-eth-fw.git'... fatal: unable to connect to git.ti.com: git.ti.com[0: 198.47.28.207]: errno=Connection refused ERROR: Fetcher failure for URL:

[meta-ti] [PATCH] ion-tests: Fix build with musl

2019-10-06 Thread Khem Raj
Signed-off-by: Khem Raj --- ...e-PAGE_SIZE-with-local-variable-name.patch | 69 +++ recipes-devtools/ion/ion-tests_git.bb | 1 + 2 files changed, 70 insertions(+) create mode 100644 recipes-devtools/ion/ion-tests/0001-map_test-Replace-PAGE_SIZE-with-local-variable

Re: [meta-ti] [thud/master PATCH v2] recipes-bsp: ivshmem-uio: Add new recipe for ivshmem-uio driver

2019-10-01 Thread Khem Raj
On 10/1/19 3:16 PM, Denys Dmytriyenko wrote: On Tue, Oct 01, 2019 at 02:57:41PM -0700, Khem Raj wrote: On Tue, Oct 1, 2019 at 1:07 PM Denys Dmytriyenko wrote: On Mon, Sep 30, 2019 at 11:41:43PM -0700, Khem Raj wrote: On Fri, Sep 27, 2019 at 2:17 AM Nikhil Devshatwar wrote

Re: [meta-ti] [thud/master PATCH v2] recipes-bsp: ivshmem-uio: Add new recipe for ivshmem-uio driver

2019-10-01 Thread Khem Raj
On Tue, Oct 1, 2019 at 1:07 PM Denys Dmytriyenko wrote: > On Mon, Sep 30, 2019 at 11:41:43PM -0700, Khem Raj wrote: > > On Fri, Sep 27, 2019 at 2:17 AM Nikhil Devshatwar > wrote: > > > > > > This is external kernel module which enables userspace io over the >

Re: [meta-ti] [thud/master PATCH v2] recipes-bsp: ivshmem-uio: Add new recipe for ivshmem-uio driver

2019-10-01 Thread Khem Raj
On Fri, Sep 27, 2019 at 2:17 AM Nikhil Devshatwar wrote: > > This is external kernel module which enables userspace io over the > Jailhouse ivhsmem (inter VM shared memory) > This driver is useful to test the inter VM communication. > > Signed-off-by: Nikhil Devshatwar > --- > Changes from v1: >

[meta-ti] [PATCH] vshmem-uio-driver: Make it ti-soc specific

2019-10-01 Thread Khem Raj
for 'ivshmem-uio-driver' NOTE: Runtime target 'ivshmem-uio-driver' is unbuildable, removing... Missing or unbuildable dependency chain was: ['ivshmem-uio-driver'] Signed-off-by: Khem Raj --- recipes-bsp/ivshmem-uio/ivshmem-uio-driver_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes

Re: [meta-ti] [PATCH 3/3] beaglebone-getting-started: Mention CC-BY-SA-3.0 and correct GPL version

2019-09-30 Thread Khem Raj
On Mon, Sep 30, 2019 at 5:00 PM Denys Dmytriyenko wrote: > > On Mon, Sep 30, 2019 at 04:43:56PM -0400, Denys Dmytriyenko wrote: > > On Mon, Sep 30, 2019 at 01:40:23PM -0700, Khem Raj wrote: > > > > > > > > > On 9/30/19 11:32 AM, Denys Dmytriyenko wrote: >

Re: [meta-ti] [PATCH 3/3] beaglebone-getting-started: Mention CC-BY-SA-3.0 and correct GPL version

2019-09-30 Thread Khem Raj
On 9/30/19 11:32 AM, Denys Dmytriyenko wrote: > On Sun, Sep 29, 2019 at 08:43:35AM -0700, Khem Raj wrote: >> This is as per >> https://github.com/jadonk/beaglebone-getting-started/blob/master/LICENSE.txt > > You are looking at the latest LICENSE file, while the recipe

[meta-ti] [PATCH] signgp.bb: Use SPDX short identifier for new BSD i.e. BSD-3-Clause

2019-09-29 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-bsp/x-load/signgp.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/x-load/signgp.bb b/recipes-bsp/x-load/signgp.bb index 9c3499f6..479e6f81 100644 --- a/recipes-bsp/x-load/signgp.bb +++ b/recipes-bsp/x-load/signgp.bb @@ -1,4

Re: [meta-ti] [PATCH 1/3] u-boot-ti: Drop using COREBASE

2019-09-29 Thread Khem Raj
On Sun, Sep 29, 2019 at 9:40 AM Denys Dmytriyenko wrote: > > On Sun, Sep 29, 2019 at 08:43:33AM -0700, Khem Raj wrote: > > COREBASE is hardcoding the path and moreover its obsolete the better way > > is to use relative path which is automatically searched in BBP

[meta-ti] [PATCH 2/3] recipes-ti: Use COMMON_LICENSE_DIR instead of COREBASE

2019-09-29 Thread Khem Raj
Fixes beaglebone-capes-1.0-r4 do_populate_lic: ${COREBASE}/LICENSE is not a valid license file, please use '${COMMON_LICENSE_DIR}/MIT' for a MIT License file in LIC_FILES_CHKSUM. This will become an error in the future Signed-off-by: Khem Raj --- recipes-ti/beagleboard/beaglebone-capes.bb | 2

[meta-ti] [PATCH 3/3] beaglebone-getting-started: Mention CC-BY-SA-3.0 and correct GPL version

2019-09-29 Thread Khem Raj
This is as per https://github.com/jadonk/beaglebone-getting-started/blob/master/LICENSE.txt Signed-off-by: Khem Raj --- recipes-ti/beagleboard/beaglebone-getting-started.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ti/beagleboard/beaglebone-getting-started.bb

[meta-ti] [PATCH 1/3] u-boot-ti: Drop using COREBASE

2019-09-29 Thread Khem Raj
COREBASE is hardcoding the path and moreover its obsolete the better way is to use relative path which is automatically searched in BBPATH by bitbake Signed-off-by: Khem Raj --- recipes-bsp/u-boot/u-boot-ti.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-bsp/u

[meta-ti] [PATCH V3] rwmem: Update to 2.0-rc2+

2019-09-26 Thread Khem Raj
- New versions uses CMake and extra modules - Correct detection of nm/ranlib/ar for LTO - Fix build with clang/libc++ - depend on python3, needed during build Signed-off-by: Khem Raj --- v2: Move to latest upstream and drop upstreamed patches v3: depend on python3 recipes-bsp/rwmem/rwmem_1.1

Re: [meta-ti] [PATCH] rwmem: Update to 2.0-rc2+

2019-09-26 Thread Khem Raj
On Thu, Sep 26, 2019 at 11:37 AM Denys Dmytriyenko wrote: > > On Thu, Sep 26, 2019 at 11:28:29AM -0700, Khem Raj wrote: > > On 9/26/19 11:25 AM, Denys Dmytriyenko wrote: > > >Does this need: > > > > > >DEPENDS += "python3" > > > > >

Re: [meta-ti] [PATCH] rwmem: Update to 2.0-rc2+

2019-09-26 Thread Khem Raj
2 just now On Thu, Sep 26, 2019 at 09:01:50AM -0700, Khem Raj wrote: - New versions uses CMake and extra modules - Correct detection of nm/ranlib/ar for LTO - Fix build with clang/libc++ Signed-off-by: Khem Raj --- ...Make-provided-vars-for-ar-and-ranlib.patch | 34 +++ ...

[meta-ti] [PATCH V2] rwmem: Update to 2.0-rc2+

2019-09-26 Thread Khem Raj
- New versions uses CMake and extra modules - Correct detection of nm/ranlib/ar for LTO - Fix build with clang/libc++ Signed-off-by: Khem Raj --- v2: Move to latest upstream and drop upstreamed patches recipes-bsp/rwmem/rwmem_1.1.bb | 13 - recipes-bsp/rwmem/rwmem_1.2.bb | 25

Re: [meta-ti] [PATCH] rwmem: Update to 2.0-rc2+

2019-09-26 Thread Khem Raj
probably shouldn't for now. > yeah I think this recipe should actually move out to a common layer since there seems to be nothing SOC specific in it. > > On Thu, Sep 26, 2019 at 09:01:50AM -0700, Khem Raj wrote: > > - New versions uses CMake and extra modules > > - Correct detection

[meta-ti] [PATCH] rwmem: Update to 2.0-rc2+

2019-09-26 Thread Khem Raj
- New versions uses CMake and extra modules - Correct detection of nm/ranlib/ar for LTO - Fix build with clang/libc++ Signed-off-by: Khem Raj --- ...Make-provided-vars-for-ar-and-ranlib.patch | 34 +++ h-Include-cerrno-for-errno-definiti.patch | 24 + recipes-bsp

[meta-ti] [PATCH] uim: Rename to uim-sysfs

2019-09-20 Thread Khem Raj
There is a uim recipe clash with meta-oe layer where uim recipe is pre-existing see [1] [1] http://cgit.openembedded.org/meta-openembedded/tree/meta-oe/recipes-support/uim/ Signed-off-by: Khem Raj --- recipes-connectivity/uim/{uim_8.5.bb => uim-sysfs_8.5.bb} | 0 1 file changed, 0 inserti

Re: [meta-ti] [PATCH] libion: Fix musl build

2019-09-16 Thread Khem Raj
Would you be willing to take the change in, so we don't have to carry the > patch in meta-ti, or do you see any issues with it? > > -- > Denys > > > On Sat, Sep 14, 2019 at 07:43:26AM -0700, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > ...tead-of-__BEGI

[meta-ti] [PATCH] libion: Fix musl build

2019-09-14 Thread Khem Raj
Signed-off-by: Khem Raj --- ...tead-of-__BEGIN_DECL-__END_DECL-macr.patch | 42 +++ recipes-devtools/ion/libion_git.bb| 4 +- 2 files changed, 45 insertions(+), 1 deletion(-) create mode 100644 recipes-devtools/ion/libion/0001-Use-extern-C-instead-of-__BEGIN_DECL

Re: [meta-ti] [thud/master][PATCH] ion: add libion and ion-tests packages for ION support

2019-09-13 Thread Khem Raj
thai breaks on musl see https://errors.yoctoproject.org/Errors/Details/270173/ a patch like meta/recipes-support/attr/attr/dont-use-decl-macros.patch from oe-core will solve it. Care to fix ? On Thu, Sep 12, 2019 at 8:22 PM Denys Dmytriyenko wrote: > > ION Userspace Memory Allocator Library

[meta-ti] [PATCH] ti-unpack: Simplify the logic to detect 32bit glibc on build host

2019-09-11 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-ti/includes/ti-unpack.inc | 5 + 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/recipes-ti/includes/ti-unpack.inc b/recipes-ti/includes/ti-unpack.inc index 81fcf6a6..828f3d5a 100644 --- a/recipes-ti/includes/ti-unpack.inc +++ b/recipes-ti

[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 Khem Raj
Hi Couple of recipes list Patrick-Powell in LICENSE filed but there is no file pertaining to this license in the license/ folder. This is flagged by build WARNING: ti-cgt6x-1_8.3.2-r0 do_populate_lic: ti-cgt6x: No generic license file exists for: Patrick-Powell in any provider here are recipes

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

2019-07-16 Thread Khem Raj
On Mon, Jul 15, 2019 at 1:01 PM Denys Dmytriyenko wrote: > > 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 d

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

2019-07-16 Thread Khem Raj
Ok, thanks. it works. On Mon, Jul 15, 2019 at 1:12 PM Denys Dmytriyenko wrote: > > 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

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

2019-07-12 Thread Khem Raj
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 ++ recipes-bsp/u-boot/u-boot-ti.inc| 3 +++ 2 files

[meta-ti] [PATCH 4/4] jailhouse: Pin to TI SOCs

2019-07-12 Thread Khem Raj
This needs to be ported and tested with non-TI SOCs its better to limit this to just TI SOCs as of now this makes sure that meta-ti can be used in a multi-BSP distro Signed-off-by: Khem Raj --- recipes-kernel/jailhouse/jailhouse_git.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes

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

2019-07-12 Thread Khem Raj
Fixes WARNING: python should use 4 spaces indentation, but found tabs in jailhouse_git.bb, line 85 Signed-off-by: Khem Raj --- recipes-kernel/jailhouse/jailhouse_git.bb | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/recipes-kernel/jailhouse/jailhouse_git.bb b

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

2019-07-12 Thread Khem Raj
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/jailhouse-arch.inc b/recipes-kernel/jailhouse/jailhouse-arch.inc index

[meta-ti] [PATCH 1/4] ti-display-sharing-fw: Do not strip during staging sysroot stage

2019-07-12 Thread Khem Raj
' Signed-off-by: Khem Raj --- recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb b/recipes-bsp/ti-display-sharing-fw/ti-display-sharing-fw_git.bb index 675b3f2c..db095d90

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

2019-07-09 Thread Khem Raj
This fails to build for mips arch see https://errors.yoctoproject.org/Errors/Details/251213/ please mark this recipe either arm or ti soc specific this will help meta-ti in multi-BSP distros. On Tue, Jul 2, 2019 at 11:18 AM Subhajit Paul wrote: > > Signed-off-by: Subhajit Paul > Reviewed-by:

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

2019-07-09 Thread Khem Raj
Can we make this arm specific or ti soc specific whatever is relevant ? This fails to build for mips arch see https://errors.yoctoproject.org/Errors/Details/251212/ On Fri, Jul 5, 2019 at 1:57 AM Nikhil Devshatwar wrote: > > From: Denys Dmytriyenko > > Builds the Jailhouse kernel module,

Re: [meta-ti] [thud][PATCH] ti-img-encode-decode: Add the ti-img-encode-decode recipe

2019-06-29 Thread Khem Raj
On Thu, Jun 20, 2019 at 6:37 PM Angela Stegmaier wrote: > > Add the recipe for the video decoder driver. > this should be marked with TI specific COMPATIBLE_MACHINE as well. Since it might not work well in a multi-BSP environment > Signed-off-by: David Huang > Signed-off-by: Angela Stegmaier

[meta-ti] [PATCH] beaglebone-capes: Update checksums for LICENSE

2019-05-09 Thread Khem Raj
OE-Core has reworded the license file see https://git.openembedded.org/openembedded-core/commit/?id=f8c9c511b5f1b7dbd45b77f345cb6c048ae6763e Signed-off-by: Khem Raj --- recipes-ti/beagleboard/beaglebone-capes.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes-ti

Re: [meta-ti] [rocko/master][PATCH v2] gcc-arm-none-eabi: extend to nativesdk class

2019-03-01 Thread Khem Raj
On Fri, Mar 1, 2019 at 7:07 AM Denys Dmytriyenko wrote: > > On Fri, Mar 01, 2019 at 06:54:50AM -0800, Khem Raj wrote: > > On Fri, Feb 22, 2019 at 12:33 PM Jacob Stiffler wrote: > > > > > > Signed-off-by: Jacob Stiffler > > > --- > > > v2 changes:

Re: [meta-ti] [rocko/master][PATCH v2] gcc-arm-none-eabi: extend to nativesdk class

2019-03-01 Thread Khem Raj
On Fri, Feb 22, 2019 at 12:33 PM Jacob Stiffler wrote: > > Signed-off-by: Jacob Stiffler > --- > v2 changes: > * Use COMPATIBLE_HOST instead of anonymous python to limit to x86_64-linux > > ..._6-2017-q1-update.bb => gcc-arm-none-eabi_6-2017-q1-update.bb} | 8 > ++-- > 1 file changed, 6

Re: [meta-ti] [PATCH V2] rwmem: Update to latest

2018-12-17 Thread Khem Raj
On Mon, Dec 17, 2018 at 11:07 AM Denys Dmytriyenko wrote: > > On Mon, Dec 17, 2018 at 10:58:47AM -0800, Khem Raj wrote: > > ping^1 > > Yeah, I've been meaning to reply, just didn't have time. > > Mostly I'm fine with the update. But I don't like hidden submodules instead

Re: [meta-ti] [PATCH V2] rwmem: Update to latest

2018-12-17 Thread Khem Raj
ping^1 On Sat, Dec 8, 2018 at 11:59 PM Khem Raj wrote: > > New versions use CMake > Correct detection of nm/ranlib/ar for LTO > > Signed-off-by: Khem Raj > --- > v2: Fix nm/ar/ranlib detection needed for LTO > > ...Make-provided-vars-for-ar-and-ranlib.patch | 34 +++

[meta-ti] [PATCH V2] rwmem: Update to latest

2018-12-08 Thread Khem Raj
New versions use CMake Correct detection of nm/ranlib/ar for LTO Signed-off-by: Khem Raj --- v2: Fix nm/ar/ranlib detection needed for LTO ...Make-provided-vars-for-ar-and-ranlib.patch | 34 +++ recipes-bsp/rwmem/rwmem_1.1.bb| 14 +--- 2 files changed, 44

[meta-ti] [PATCH] rwmem: Update to latest

2018-12-08 Thread Khem Raj
New versions use CMake Signed-off-by: Khem Raj --- recipes-bsp/rwmem/rwmem_1.1.bb | 12 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/recipes-bsp/rwmem/rwmem_1.1.bb b/recipes-bsp/rwmem/rwmem_1.1.bb index 2848e1cd..24013abe 100644 --- a/recipes-bsp/rwmem/rwmem_1.1.bb

[meta-ti] [PATCH] uio-module-drv: Mark it to be ti SOC specific

2018-11-26 Thread Khem Raj
Fails to compile with non TI kernels Signed-off-by: Khem Raj --- recipes-bsp/uio-module-drv/uio-module-drv.inc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/recipes-bsp/uio-module-drv/uio-module-drv.inc b/recipes-bsp/uio-module-drv/uio-module-drv.inc index 99d908ee..f483010e 100644

Re: [meta-ti] [PATCH] u-boot: Alawys build with disabled PIE

2018-10-18 Thread Khem Raj
each time which can be significant if we use small functions as seems to be the case in u-boot. Thanks -KhemOn Thu, Oct 18, 2018 at 7:09 AM Tom Rini wrote: > > On Wed, Oct 17, 2018 at 10:49:46PM -0700, Khem Raj wrote: > > some OE distros can default to hardened toolchains whi

[meta-ti] [PATCH] u-boot: Alawys build with disabled PIE

2018-10-17 Thread Khem Raj
in region `.sram' | arm-yoe-linux-gnueabi-ld.bfd: region `.sram' overflowed by 5772 bytes Signed-off-by: Khem Raj Cc: Tom Rini Cc: Denys Dmytriyenko --- .../0001-Always-build-with-fno-PIE.patch | 35 +++ .../u-boot/u-boot-ti-staging_2018.01.bb | 2 ++ 2 files changed

Re: [meta-ti] [master][PATCH] ti-gc320-driver: workaround for gcc8 stringop-overflow error

2018-10-17 Thread Khem Raj
Ok, no problem. share errors may be I can help otherwise we do have workaround On Wed, Oct 17, 2018 at 7:45 PM Denys Dmytriyenko wrote: > > On Wed, Oct 17, 2018 at 06:53:50PM -0700, Khem Raj wrote: > > On Wed, Oct 17, 2018 at 6:04 PM Denys Dmytriyenko wrote: > > > >

Re: [meta-ti] [master][PATCH] ti-gc320-driver: workaround for gcc8 stringop-overflow error

2018-10-17 Thread Khem Raj
On Wed, Oct 17, 2018 at 6:04 PM Denys Dmytriyenko wrote: > > Signed-off-by: Denys Dmytriyenko > --- > ...build-bypass-gcc8-stringop-overflow-error.patch | 26 > ++ > .../gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 4 +++- > 2 files changed, 29 insertions(+), 1

Re: [meta-ti] [PATCH 3/5] u-boot: reduce the SPL `.rodata' size

2018-10-17 Thread Khem Raj
On Wed, Oct 17, 2018 at 3:34 PM Denys Dmytriyenko wrote: > On Wed, Oct 17, 2018 at 12:28:51PM -0700, Khem Raj wrote: > > Fixes errors e.g. > > > > | arm-yoe-linux-gnueabi-ld.bfd: u-boot-spl section `.rodata' will not > fit in region `.sram' > > | arm-yoe-linux

Re: [meta-ti] [PATCH 2/5] recips: Mark more recipes to be ti-soc specific

2018-10-17 Thread Khem Raj
On Wed, Oct 17, 2018 at 1:11 PM Denys Dmytriyenko wrote: > On Wed, Oct 17, 2018 at 12:28:50PM -0700, Khem Raj wrote: > > Signed-off-by: Khem Raj > > --- > > recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | 3 +++ > > recipes-bsp/cmem/cmem.inc | 2 ++

[meta-ti] [PATCH V2 4/5] beaglebone.conf: Package kernel and devicetree

2018-10-17 Thread Khem Raj
Use variables from upstream u-boot, makes it easy to switch to mainline u-boot from oe-core if someone wants to Use SPL_BINARY and UBOOT_SUFFIX to define IMAGE_BOOT_FILES Signed-off-by: Khem Raj --- V2: Use SPL_BINARY var conf/machine/beaglebone.conf | 12 +--- 1 file changed, 9

Re: [meta-ti] [PATCH] beaglebone.conf: temporarily use generic am335x_evm_config for U-boot

2018-10-17 Thread Khem Raj
On Wed, Oct 17, 2018 at 12:37 PM Denys Dmytriyenko wrote: > > On Wed, Oct 17, 2018 at 12:27:19PM -0700, Khem Raj wrote: > > On Wed, Oct 17, 2018 at 12:25 PM Denys Dmytriyenko wrote: > > > > > > Yeah I saw that but this patch is not their in 2018.01 release that

[meta-ti] [PATCH 4/5] beaglebone.conf: Package kernel and devicetree

2018-10-17 Thread Khem Raj
Use variables from upstream u-boot, makes it easy to switch to mainline u-boot from oe-core if someone wants to Signed-off-by: Khem Raj --- conf/machine/beaglebone.conf | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/conf/machine/beaglebone.conf b/conf/machine

[meta-ti] [PATCH 3/5] u-boot: reduce the SPL `.rodata' size

2018-10-17 Thread Khem Raj
Fixes errors e.g. | arm-yoe-linux-gnueabi-ld.bfd: u-boot-spl section `.rodata' will not fit in region `.sram' | arm-yoe-linux-gnueabi-ld.bfd: region `.sram' overflowed by 5772 bytes Signed-off-by: Khem Raj Cc: Tom Rini Cc: Denys Dmytriyenko --- ...vm_defconfig-Reduce-SPL-.rodata-size.patch

[meta-ti] [PATCH 5/5] beaglebone.conf: SERIAL_CONSOLE has been deprecated

2018-10-17 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/machine/beaglebone.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf index 9b656d01..f1818578 100644 --- a/conf/machine/beaglebone.conf +++ b/conf/machine/beaglebone.conf @@ -11,7

[meta-ti] [PATCH 2/5] recips: Mark more recipes to be ti-soc specific

2018-10-17 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | 3 +++ recipes-bsp/cmem/cmem.inc | 2 ++ recipes-ti/devtools/ti-xdctools-common.inc | 5 + recipes-ti/osal/ti-osal.inc | 4 4 files changed, 14 insertions(+) diff --git

[meta-ti] [PATCH 1/5] recipes: Limit ti specific recipes under ti-soc override

2018-10-17 Thread Khem Raj
This helps in multi-BSP scenario, where other BSP layers are also present in the layermix Signed-off-by: Khem Raj --- recipes-bsp/cuia/cuia_1.0.0.13.bb | 3 +++ recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 3 +++ recipes-bsp/x-load/x-load_git.bb

Re: [meta-ti] [PATCH] beaglebone.conf: temporarily use generic am335x_evm_config for U-boot

2018-10-17 Thread Khem Raj
On Wed, Oct 17, 2018 at 12:25 PM Denys Dmytriyenko wrote: > > On Wed, Oct 17, 2018 at 08:00:52AM -0700, Khem Raj wrote: > > On Wed, Oct 17, 2018 at 4:26 AM Tom Rini wrote: > > > > > On Tue, Oct 16, 2018 at 09:06:27PM -0700, Khem Raj wrote: > > > >

Re: [meta-ti] [PATCH] beaglebone.conf: temporarily use generic am335x_evm_config for U-boot

2018-10-17 Thread Khem Raj
On Wed, Oct 17, 2018 at 4:26 AM Tom Rini wrote: > On Tue, Oct 16, 2018 at 09:06:27PM -0700, Khem Raj wrote: > > On Tue, Oct 16, 2018 at 7:39 PM wrote: > > > > > Hi. > > > > > > > -Original Message- > > > > From: Tom Rini [mailt

Re: [meta-ti] [PATCH] beaglebone.conf: temporarily use generic am335x_evm_config for U-boot

2018-10-17 Thread Khem Raj
try setting #GCCPIE = "" in local.conf On Tue, Oct 16, 2018 at 9:37 PM Denys Dmytriyenko wrote: > > On Tue, Oct 16, 2018 at 09:06:27PM -0700, Khem Raj wrote: > > On Tue, Oct 16, 2018 at 7:39 PM wrote: > > > > > Hi. > > > > > > > --

Re: [meta-ti] [PATCH] beaglebone.conf: temporarily use generic am335x_evm_config for U-boot

2018-10-16 Thread Khem Raj
On Tue, Oct 16, 2018 at 7:39 PM wrote: > Hi. > > > -Original Message- > > From: Tom Rini [mailto:tr...@konsulko.com] > > Sent: Wednesday, October 17, 2018 3:59 AM > > To: Denys Dmytriyenko ; Yamada, Masahiro/山田 真弘 > > > > Cc: Khem Raj ; meta-ti@

Re: [meta-ti] [PATCH] beaglebone.conf: temporarily use generic am335x_evm_config for U-boot

2018-10-16 Thread Khem Raj
On Tue, Oct 16, 2018 at 5:37 PM Denys Dmytriyenko wrote: > > On Tue, Oct 16, 2018 at 08:26:45PM -0400, Denys Dmytriyenko wrote: > > On Tue, Oct 16, 2018 at 02:19:36PM -0700, Khem Raj wrote: > > > On Tue, Oct 16, 2018 at 12:20 PM Khem Raj wrote: > > > > > &g

Re: [meta-ti] [PATCH] beaglebone.conf: temporarily use generic am335x_evm_config for U-boot

2018-10-16 Thread Khem Raj
On Tue, Oct 16, 2018 at 12:20 PM Khem Raj wrote: > > On Tue, Oct 16, 2018 at 12:00 PM Denys Dmytriyenko wrote: > > > > On Tue, Oct 16, 2018 at 11:50:36AM -0700, Khem Raj wrote: > > > On Tue, Oct 16, 2018 at 11:29 AM Denys Dmytriyenko wrote: > > > > >

Re: [meta-ti] [PATCH] recipes: Limit ti specific recipes under ti-soc override

2018-10-16 Thread Khem Raj
On Tue, Oct 16, 2018 at 1:55 PM Denys Dmytriyenko wrote: > > On Tue, Oct 16, 2018 at 01:36:12PM -0700, Khem Raj wrote: > > On Tue, Oct 16, 2018 at 12:59 PM Denys Dmytriyenko wrote: > > > > > > On Tue, Oct 16, 2018 at 12:35:50PM -0700, Khem Raj wrote: > >

Re: [meta-ti] [PATCH] recipes: Limit ti specific recipes under ti-soc override

2018-10-16 Thread Khem Raj
On Tue, Oct 16, 2018 at 12:59 PM Denys Dmytriyenko wrote: > > On Tue, Oct 16, 2018 at 12:35:50PM -0700, Khem Raj wrote: > > On Tue, Oct 16, 2018 at 11:33 AM Denys Dmytriyenko wrote: > > > > > > On Wed, Oct 10, 2018 at 12:56:50PM -0700, Khem Raj wrote: > > >

Re: [meta-ti] [PATCH] recipes: Limit ti specific recipes under ti-soc override

2018-10-16 Thread Khem Raj
On Tue, Oct 16, 2018 at 11:33 AM Denys Dmytriyenko wrote: > > On Wed, Oct 10, 2018 at 12:56:50PM -0700, Khem Raj wrote: > > Hi Denys > > > > On Wed, Oct 10, 2018 at 12:36 PM Denys Dmytriyenko wrote: > > > > > > On Tue, Oct 09, 2018 at 03:40:40PM -07

Re: [meta-ti] [PATCH] beaglebone.conf: temporarily use generic am335x_evm_config for U-boot

2018-10-16 Thread Khem Raj
On Tue, Oct 16, 2018 at 12:00 PM Denys Dmytriyenko wrote: > > On Tue, Oct 16, 2018 at 11:50:36AM -0700, Khem Raj wrote: > > On Tue, Oct 16, 2018 at 11:29 AM Denys Dmytriyenko wrote: > > > > > > On Tue, Oct 16, 2018 at 11:11:36AM -0700, Khem Raj wrote: > > >

Re: [meta-ti] [PATCH] beaglebone.conf: temporarily use generic am335x_evm_config for U-boot

2018-10-16 Thread Khem Raj
On Tue, Oct 16, 2018 at 11:29 AM Denys Dmytriyenko wrote: > > On Tue, Oct 16, 2018 at 11:11:36AM -0700, Khem Raj wrote: > > On Tue, Oct 16, 2018 at 9:42 AM Tom Rini wrote: > > > > > > On Sun, Oct 14, 2018 at 10:07:45PM -0700, Khem Raj wrote: > > > &

Re: [meta-ti] [PATCH 1/3] u-boot: reduce the SPL `.rodata' size

2018-10-16 Thread Khem Raj
On Tue, Oct 16, 2018 at 9:39 AM Tom Rini wrote: > > On Tue, Oct 16, 2018 at 12:47:43AM -0700, Khem Raj wrote: > > Fixes errors e.g. > > > > | arm-yoe-linux-gnueabi-ld.bfd: u-boot-spl section `.rodata' will not > > fit in region `.sram' > > | arm-yoe-linux-gnuea

Re: [meta-ti] [PATCH] beaglebone.conf: temporarily use generic am335x_evm_config for U-boot

2018-10-16 Thread Khem Raj
On Tue, Oct 16, 2018 at 9:42 AM Tom Rini wrote: > > On Sun, Oct 14, 2018 at 10:07:45PM -0700, Khem Raj wrote: > > On Sun, Oct 14, 2018 at 12:24 PM Denys Dmytriyenko wrote: > > > > > > On Sat, Oct 13, 2018 at 01:17:12AM -0700, Khem Raj wrote: > > >

Re: [meta-ti] [PATCH] beaglebone.conf: temporarily use generic am335x_evm_config for U-boot

2018-10-16 Thread Khem Raj
On Sun, Oct 14, 2018 at 10:07 PM Khem Raj wrote: > > On Sun, Oct 14, 2018 at 12:24 PM Denys Dmytriyenko wrote: > > > > On Sat, Oct 13, 2018 at 01:17:12AM -0700, Khem Raj wrote: > > > On Fri, Oct 12, 2018 at 8:00 PM Denys Dmytriyenko wrote: > > > > &

[meta-ti] [PATCH 2/3] beaglebone.wks: Add beaglebone wic template

2018-10-16 Thread Khem Raj
Signed-off-by: Khem Raj --- wic/beaglebone.wks | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 wic/beaglebone.wks diff --git a/wic/beaglebone.wks b/wic/beaglebone.wks new file mode 100644 index ..b75f238d --- /dev/null +++ b/wic/beaglebone.wks @@ -0,0 +1,6 @@ +# short

[meta-ti] [PATCH 1/3] u-boot: reduce the SPL `.rodata' size

2018-10-16 Thread Khem Raj
Fixes errors e.g. | arm-yoe-linux-gnueabi-ld.bfd: u-boot-spl section `.rodata' will not fit in region `.sram' | arm-yoe-linux-gnueabi-ld.bfd: region `.sram' overflowed by 5772 bytes Signed-off-by: Khem Raj --- ...vm_defconfig-Reduce-SPL-.rodata-size.patch | 73 +++ .../u-boot/u

[meta-ti] [PATCH 3/3] beaglebone.conf: Use beaglebone sample wic template

2018-10-16 Thread Khem Raj
Add kernel and devicetree files to image install Signed-off-by: Khem Raj --- conf/machine/beaglebone.conf | 14 ++ 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf index 25147926..a9383c5a 100644 --- a/conf

Re: [meta-ti] [PATCH] beaglebone.conf: temporarily use generic am335x_evm_config for U-boot

2018-10-14 Thread Khem Raj
On Sun, Oct 14, 2018 at 12:24 PM Denys Dmytriyenko wrote: > > On Sat, Oct 13, 2018 at 01:17:12AM -0700, Khem Raj wrote: > > On Fri, Oct 12, 2018 at 8:00 PM Denys Dmytriyenko wrote: > > > > > > There have been reports recently that am335x_beaglebone_config generat

Re: [meta-ti] [PATCH] beaglebone.conf: temporarily use generic am335x_evm_config for U-boot

2018-10-13 Thread Khem Raj
On Fri, Oct 12, 2018 at 8:00 PM Denys Dmytriyenko wrote: > > There have been reports recently that am335x_beaglebone_config generates bad > SPL. > Until that is debugged and fixed, use generic am335x_evm_config that covers > all > AM335x platforms, including BeagleBone variants. > it fails to

[meta-ti] [PATCH 1/2] beaglebone.wks: Add beaglebone wic template

2018-10-12 Thread Khem Raj
Signed-off-by: Khem Raj --- wic/beaglebone.wks | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 wic/beaglebone.wks diff --git a/wic/beaglebone.wks b/wic/beaglebone.wks new file mode 100644 index ..b75f238d --- /dev/null +++ b/wic/beaglebone.wks @@ -0,0 +1,6 @@ +# short

[meta-ti] [PATCH 2/2] beaglebone.conf: Switch u-boot provider to mainline from oe-core

2018-10-12 Thread Khem Raj
use beaglebone specific wic template Signed-off-by: Khem Raj --- conf/machine/beaglebone.conf | 22 -- 1 file changed, 16 insertions(+), 6 deletions(-) diff --git a/conf/machine/beaglebone.conf b/conf/machine/beaglebone.conf index 49edfd61..25b9998a 100644 --- a/conf

Re: [meta-ti] [PATCH] beaglebone-getting-started: Use cp options to not alter file mode

2018-10-12 Thread Khem Raj
On Fri, Oct 12, 2018 at 2:01 PM Denys Dmytriyenko wrote: > > On Fri, Oct 12, 2018 at 01:49:05PM -0700, Khem Raj wrote: > > On Fri, Oct 12, 2018 at 1:37 PM Denys Dmytriyenko wrote: > > > > > > On Fri, Oct 12, 2018 at 01:34:13PM -0700, Khem Raj wrote: > > >

Re: [meta-ti] [PATCH] beaglebone-getting-started: Use cp options to not alter file mode

2018-10-12 Thread Khem Raj
On Fri, Oct 12, 2018 at 1:37 PM Denys Dmytriyenko wrote: > > On Fri, Oct 12, 2018 at 01:34:13PM -0700, Khem Raj wrote: > > On Fri, Oct 12, 2018 at 1:31 PM Denys Dmytriyenko wrote: > > > > > > On Fri, Oct 12, 2018 at 01:01:41PM -0700, Khem Raj wrote: > > > &

Re: [meta-ti] [PATCH] beaglebone-getting-started: Use cp options to not alter file mode

2018-10-12 Thread Khem Raj
s welcome to run world builds using that and report problems. > Most of the places with this QA warning that are part of our builds were fixed > before, but there are some outdated recipes like this one which were left out. > > > On Fri, Oct 12, 2018 at 12:50:00PM -0700, K

[meta-ti] [PATCH] beaglebone-getting-started: Use cp options to not alter file mode

2018-10-12 Thread Khem Raj
Fixes do_package_qa warnings is owned by uid 1000, which is the same as the user running bitbake. This may be due to host contamination Signed-off-by: Khem Raj --- recipes-ti/beagleboard/beaglebone-getting-started.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/recipes

[meta-ti] [PATCH] recips: Mark more recipes to be ti-soc specific

2018-10-10 Thread Khem Raj
Signed-off-by: Khem Raj --- recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | 3 +++ recipes-bsp/cmem/cmem.inc | 2 ++ recipes-ti/devtools/ti-xdctools-common.inc | 5 + recipes-ti/osal/ti-osal.inc | 4 4 files changed, 14 insertions(+) diff --git

Re: [meta-ti] [PATCH] recipes: Limit ti specific recipes under ti-soc override

2018-10-10 Thread Khem Raj
Hi Denys On Wed, Oct 10, 2018 at 12:36 PM Denys Dmytriyenko wrote: > > On Tue, Oct 09, 2018 at 03:40:40PM -0700, Khem Raj wrote: > > No, it doesn't AFAICT > > > > On Tue, Oct 9, 2018 at 1:49 PM Denys Dmytriyenko wrote: > > > > > Does this make packages ma

Re: [meta-ti] [PATCH] recipes: Limit ti specific recipes under ti-soc override

2018-10-09 Thread Khem Raj
No, it doesn't AFAICT On Tue, Oct 9, 2018 at 1:49 PM Denys Dmytriyenko wrote: > Does this make packages machine-specific? > > On Tue, Oct 09, 2018 at 01:45:03PM -0700, Khem Raj wrote: > > This helps in multi-BSP scenario, where other BSP layers are also > > pr

[meta-ti] [PATCH] recipes: Limit ti specific recipes under ti-soc override

2018-10-09 Thread Khem Raj
This helps in multi-BSP scenario, where other BSP layers are also present in the layermix Signed-off-by: Khem Raj --- recipes-bsp/cuia/cuia_1.0.0.13.bb | 3 +++ recipes-bsp/gc320-drivers/ti-gc320-driver_5.0.11.p7.bb | 3 +++ recipes-bsp/x-load/x-load_git.bb

[meta-ti] [PATCH] doxygen: Set DISABLE_STATIC to be empty

2018-10-09 Thread Khem Raj
by default its set like this DISABLE_STATIC ?= " --disable-static" but doxygen configure is not typical autoconf generated so this option is not available, its better to keep it empty so it can work with dustros which disable static libs as policy Signed-off-by: Khem Raj --- recipe

[meta-ti] [PATCH] cm3-pm-firmware: Use ffreestanding in cflags

2018-10-08 Thread Khem Raj
This helps it compile when we use hard-float ABI for linux and want to build this standlone app using same toolchain for cortex-m3 ( which does not have FPU ) Signed-off-by: Khem Raj --- recipes-bsp/cm3-pm-firmware/amx3-cm3_git.bb | 8 ++-- .../files/0001-Use-ffreestanding.patch| 39

[meta-ti] [PATCH] layer.conf: Add thud to compatible layer series

2018-10-01 Thread Khem Raj
Signed-off-by: Khem Raj --- conf/layer.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/conf/layer.conf b/conf/layer.conf index cfa97783..824443d4 100644 --- a/conf/layer.conf +++ b/conf/layer.conf @@ -8,7 +8,7 @@ BBFILE_COLLECTIONS += "meta-ti" BBFILE_PATTE

Re: [meta-ti] [master][PATCH] beaglebone: drop check for meta-yocto-bsp collision

2018-02-05 Thread Khem Raj
On 2/5/18 5:43 PM, Denys Dmytriyenko wrote: From: Denys Dmytriyenko Now that meta-yocto-bsp renamed reference machine to beaglebone-yocto thats a good move finally. Signed-off-by: Denys Dmytriyenko --- conf/machine/beaglebone.conf| 1 -

Re: [meta-ti] [morty-next][PATCH 1/2] kselftests: add libpcap-ng dependency

2017-03-17 Thread Khem Raj
On Fri, Mar 17, 2017 at 1:08 PM, Denys Dmytriyenko <de...@ti.com> wrote: > On Fri, Mar 17, 2017 at 12:12:24PM -0700, Khem Raj wrote: >> On Fri, Mar 17, 2017 at 12:04 PM, Denys Dmytriyenko <de...@ti.com> wrote: >> > On Fri, Mar 17, 2017 at 11:57:04AM -0700, Khem R

Re: [meta-ti] [morty-next][PATCH 1/2] kselftests: add libpcap-ng dependency

2017-03-17 Thread Khem Raj
On Fri, Mar 17, 2017 at 12:04 PM, Denys Dmytriyenko <de...@ti.com> wrote: > On Fri, Mar 17, 2017 at 11:57:04AM -0700, Khem Raj wrote: >> On Fri, Mar 17, 2017 at 10:14 AM, Fathi Boudra <fathi.bou...@linaro.org> >> wrote: >> > On 17 March 2017 at 19:06, Denys

Re: [meta-ti] [morty-next][PATCH 1/2] kselftests: add libpcap-ng dependency

2017-03-17 Thread Khem Raj
iyenko <de...@denix.org> wrote: >>> > On Fri, Mar 17, 2017 at 04:47:59PM +, Khem Raj wrote: >>> >> On Fri, Mar 17, 2017 at 9:37 AM Fathi Boudra <fathi.bou...@linaro.org> >>> >> wrote: >>> >> >>> >> > libpc

Re: [meta-ti] [morty-next][PATCH 1/2] kselftests: add libpcap-ng dependency

2017-03-17 Thread Khem Raj
On Fri, Mar 17, 2017 at 9:37 AM Fathi Boudra wrote: > libpcap-ng is required to build capabilities tests. > > Signed-off-by: Fathi Boudra > --- > recipes-kernel/kselftests/kselftests_4.9.bb | 4 +--- > 1 file changed, 1 insertion(+), 3

Re: [meta-ti] Getting TI tools into [host] SDK

2017-03-10 Thread Khem Raj
On 3/10/17 6:27 PM, Denys Dmytriyenko wrote: > On Fri, Mar 10, 2017 at 06:00:20PM -0800, Khem Raj wrote: >> >> >> On 3/10/17 5:47 PM, Denys Dmytriyenko wrote: >>> On Wed, Mar 08, 2017 at 09:03:28AM -0800, Khem Raj wrote: >>>> On 17-03-08 09:10:18, Ga

Re: [meta-ti] Getting TI tools into [host] SDK

2017-03-10 Thread Khem Raj
On 3/10/17 5:47 PM, Denys Dmytriyenko wrote: > On Wed, Mar 08, 2017 at 09:03:28AM -0800, Khem Raj wrote: >> On 17-03-08 09:10:18, Gary Thomas wrote: >>> I'm trying to build a [host] SDK for my target which uses some >>> TI tools, via -c populate_sdk_ext >

Re: [meta-ti] Getting TI tools into [host] SDK

2017-03-08 Thread Khem Raj
On 17-03-08 09:10:18, Gary Thomas wrote: > I'm trying to build a [host] SDK for my target which uses some > TI tools, via -c populate_sdk_ext > > In particular, I'm using recipes-ti/devtools/ti-cgt-pru_2.1.4.bb > I include ti-cgt-pru-native to use the tools in my bitbake recipes - that > works

  1   2   >