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

2019-09-30 Thread Denys Dmytriyenko
On Mon, Sep 30, 2019 at 05:07:01PM -0700, Khem Raj wrote: > 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

[meta-ti] [PATCH] beaglebone-getting-started: update to the latest and fix licenses

2019-09-30 Thread Denys Dmytriyenko
From: Khem Raj This is as per https://github.com/jadonk/beaglebone-getting-started/blob/master/LICENSE.txt * Mention CC-BY-SA-3.0 * Update to GPLv3+ since RNDIS addition * Remove ambiguous "others" license Package now contains sample bash scripts for the host * skip file-rdeps QA check

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: > > > > On Sun, Sep 29, 2019 at 08:43:35AM

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

2019-09-30 Thread Denys Dmytriyenko
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: > > > On Sun, Sep 29, 2019 at 08:43:35AM -0700, Khem Raj wrote: > > >> This is as per > > >>

[meta-ti] [thud/master PATCH] pru-icss: fix build warnings for j7-evm

2019-09-30 Thread Suman Anna
The rpmsg-echo firmwares are not supported for Tx_PRU cores on J721E SoCs, these cores only support the Halt images. So suppress the build warnings around Tx_PRU rpmsg-echo firmwares by limiting the default ALTERNATIVES and updating the list for just the pru-icss-halt package. Signed-off-by:

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

2019-09-30 Thread Denys Dmytriyenko
On Mon, Sep 30, 2019 at 01:40:23PM -0700, Khem Raj wrote: > > > 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

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 hasn't updated > its

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

2019-09-30 Thread Denys Dmytriyenko
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 hasn't updated its SRCREV since early 2012, back when beagleboard.org was still

[meta-ti] [thud][PATCH 1/2] ti-img-rogue-umlibs: Update srcrev to pick virt fw bin

2019-09-30 Thread Gowtham Tammana
A firmware binary for guest is added to source repo, updating the srcrev to pick the latest changes. Signed-off-by: Gowtham Tammana Signed-off-by: Erick Narvaez --- recipes-graphics/libgles/ti-img-rogue-umlibs_1.10.5371573.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff

[meta-ti] [thud][PATCH 2/2] ti-img-rogue-driver: Update srcrev to pick latest changes

2019-09-30 Thread Gowtham Tammana
Picks the following changes - Fix dma-api warnings - Add flags to support guest instance Signed-off-by: Gowtham Tammana Signed-off-by: Erick Narvaez --- .../powervr-drivers/ti-img-rogue-driver_1.10.5371573.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git

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

2019-09-30 Thread Nikhil Devshatwar
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 v2: * Fix SUMMARY v/s DESCRIPTION Changes from v1: * Split the ivshmem recipe