Re: [oe] [meta-multimedia][PATCH] x265: add x265 recipe

2020-02-13 Thread Khem Raj
On Thu, Feb 13, 2020 at 11:36 AM Scott Branden via Openembedded-devel wrote: > > Add x265 recipe for latest tag of Release_3.2 branch (3.2.1). > > Signed-off-by: Scott Branden > --- > .../recipes-multimedia/x265/x265_3.2.1.bb | 24 +++ > 1 file changed, 24 insertions(+) >

Re: [oe] [meta-oe] pcimem: add initial version 2.0

2020-02-13 Thread Khem Raj
On Thu, Feb 13, 2020 at 3:22 PM Jonathan Richardson via Openembedded-devel wrote: > > From: Randy Schacher > > Initial revision from 09724edb1783a98da2b7ae53c5aaa87493aabc9b > > Reviewed-by: Jonathan Richardson > Reviewed-by: Randy Schacher > Signed-off-by: Jonathan Richardson > --- >

[oe] [meta-oe] spidev-test: Add initial version of recipe

2020-02-13 Thread Jonathan Richardson via Openembedded-devel
From: Arun Parameswaran Allows for testing SPI interface using spidev driver and is part of the kernel tools. Signed-off-by: Arun Parameswaran Reviewed-by: Jonathan Richardson Tested-by: Jonathan Richardson Signed-off-by: Jonathan Richardson ---

[oe] [meta-oe] pcimem: add initial version 2.0

2020-02-13 Thread Jonathan Richardson via Openembedded-devel
From: Randy Schacher Initial revision from 09724edb1783a98da2b7ae53c5aaa87493aabc9b Reviewed-by: Jonathan Richardson Reviewed-by: Randy Schacher Signed-off-by: Jonathan Richardson --- meta-oe/recipes-devtools/pcimem/pcimem_2.0.bb | 18 ++ 1 file changed, 18 insertions(+)

[oe] Cherry pick patches breaking zeus/thud/master.

2020-02-13 Thread Jeremy A. Puhlman
Richard, Is it possible to cherry pick d0a9fe08be6e1c2e7f7afc79abc292d3bffeb9fe Revert "openjdk-8: disable, stringop-overflow compiler errors" to zeus/thud/master, since they are breaking for the same reason as warrior? TIA -- Jeremy A. Puhlman jpuhl...@mvista.com --

[oe] [meta-multimedia][PATCH] x265: add x265 recipe

2020-02-13 Thread Scott Branden via Openembedded-devel
Add x265 recipe for latest tag of Release_3.2 branch (3.2.1). Signed-off-by: Scott Branden --- .../recipes-multimedia/x265/x265_3.2.1.bb | 24 +++ 1 file changed, 24 insertions(+) create mode 100644 meta-openembedded/meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb

Re: [oe] [meta-oe][PATCH v2] libmimetic: Library to aid multi-part form data parsing

2020-02-13 Thread Khem Raj
On Thu, Feb 13, 2020 at 1:20 AM wrote: > > From: asmitha > > Mimetic library helps parsing the multi-part form data. This library > can be used for scenarios that includes multi-part form data file uploads > to the system. > > The patch file includes: > i) The test directory is removed as there

[oe] [meta-oe][PATCH v2] libmimetic: Library to aid multi-part form data parsing

2020-02-13 Thread asmithakarun
From: asmitha Mimetic library helps parsing the multi-part form data. This library can be used for scenarios that includes multi-part form data file uploads to the system. The patch file includes: i) The test directory is removed as there were errors (relocation errors) since the shared object

[oe] [meta-networking][PATCH] samba: upgrade 4.10.11 -> 4.10.13

2020-02-13 Thread Yi Zhao
Changelog: https://www.samba.org/samba/history/samba-4.10.13.html Signed-off-by: Yi Zhao --- .../samba/{samba_4.10.11.bb => samba_4.10.13.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-connectivity/samba/{samba_4.10.11.bb =>