Re: [oe] [PATCH v1] OpenCSD: Support for Arm CoreSight decode lib

2020-03-04 Thread Leo Yan
On Wed, Mar 04, 2020 at 05:49:37PM -0800, Khem Raj wrote: > On Wed, Mar 4, 2020 at 5:43 PM Leo Yan wrote: > > > > Hi all, > > > > On Wed, Mar 04, 2020 at 11:19:37AM -0800, Khem Raj wrote: > > > > > > > > > On 3/4/20 8:05 AM, Scott Murray wrote: > > > > On Wed, 4 Mar 2020, Leo Yan wrote: > > > > >

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

2020-03-04 Thread Khem Raj
On Wed, Mar 4, 2020 at 5:33 PM Scott Branden wrote: > > Hi Khem, > > On 2020-03-03 11:33 p.m., Khem Raj wrote: > > On Tue, Mar 3, 2020 at 10:42 PM Khem Raj wrote: > >> Hi Scott > >> > >> I am getting a textrel issue reported on musl builds see > >> https://errors.yoctoproject.org/Errors/Details/3

Re: [oe] [PATCH v1] OpenCSD: Support for Arm CoreSight decode lib

2020-03-04 Thread Khem Raj
On Wed, Mar 4, 2020 at 5:43 PM Leo Yan wrote: > > Hi all, > > On Wed, Mar 04, 2020 at 11:19:37AM -0800, Khem Raj wrote: > > > > > > On 3/4/20 8:05 AM, Scott Murray wrote: > > > On Wed, 4 Mar 2020, Leo Yan wrote: > > > > > > > This recipe is to support OpenCSD, which is an open source > > > > CoreS

Re: [oe] [PATCH v1] OpenCSD: Support for Arm CoreSight decode lib

2020-03-04 Thread Leo Yan
Hi all, On Wed, Mar 04, 2020 at 11:19:37AM -0800, Khem Raj wrote: > > > On 3/4/20 8:05 AM, Scott Murray wrote: > > On Wed, 4 Mar 2020, Leo Yan wrote: > > > > > This recipe is to support OpenCSD, which is an open source > > > CoreSight trace decode library and utility. > > > > Just a thought, t

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

2020-03-04 Thread Scott Branden via Openembedded-devel
Hi Khem, On 2020-03-03 11:33 p.m., Khem Raj wrote: On Tue, Mar 3, 2020 at 10:42 PM Khem Raj wrote: Hi Scott I am getting a textrel issue reported on musl builds see https://errors.yoctoproject.org/Errors/Details/393681/ this recipe is already applied but would be good to root cause this issu

Re: [oe] [PATCH v1] OpenCSD: Support for Arm CoreSight decode lib

2020-03-04 Thread Khem Raj
On 3/4/20 8:05 AM, Scott Murray wrote: On Wed, 4 Mar 2020, Leo Yan wrote: This recipe is to support OpenCSD, which is an open source CoreSight trace decode library and utility. Just a thought, this seems like the kind of thing that might make sense for the new meta-arm layer that Jon has b

Re: [oe] [meta-networking][PATCH] networkmanager: Upgrade 1.18.4 -> 1.22.8

2020-03-04 Thread Khem Raj
Hi Adrian On 3/4/20 12:23 AM, Freihofer, Adrian wrote: What's the status with this patch? It does not appear on patchwork for some reason. Moreover it did not apply cleanly on top of master, Could you rebase it on master-next and resend ? -Original Message- From: "[ext] Freihofer,

Re: [oe] [meta-multimedia][PATCH 2/5] vlc: Depend on gst-1.0 ugly plugins instead of 0.10

2020-03-04 Thread Khem Raj
On 3/4/20 10:49 AM, Adrian Bunk wrote: On Wed, Mar 04, 2020 at 09:19:24AM -0800, Khem Raj wrote: ... -PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 gstreamer1.0-plugins-base gst-plugins-bad" +PACKAGECONFIG[gstreamer] = "--enable-gst-decode,--disable-gst-de

Re: [oe] [meta-multimedia][PATCH 2/5] vlc: Depend on gst-1.0 ugly plugins instead of 0.10

2020-03-04 Thread Adrian Bunk
On Wed, Mar 04, 2020 at 09:19:24AM -0800, Khem Raj wrote: >... > -PACKAGECONFIG[gstreamer] = > "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 > gstreamer1.0-plugins-base gst-plugins-bad" > +PACKAGECONFIG[gstreamer] = > "--enable-gst-decode,--disable-gst-decode,gstreamer1.0 > gstreamer1.

[oe] [meta-multimedia][PATCH 4/5] openh264: Upgrade to 2.0.0

2020-03-04 Thread Khem Raj
- Fix host-user-contaminated QA issues - make clean is broken so mark it so - Enable PIC in asm which fixes textrels issue - Fix build on mips Signed-off-by: Khem Raj --- ...-poke-at-host-gcc-for-target-options.patch | 25 +++ ...Use-cp-options-to-preserve-file-mode.patch | 32 + ...

[oe] [meta-multimedia][PATCH 5/5] x265: Disable assembly on x86

2020-03-04 Thread Khem Raj
Fixes ERROR: QA Issue: x265: ELF binary /usr/lib/libx265.so.179 has relocations in .text [textrel] Signed-off-by: Khem Raj Cc: Scott Branden --- meta-multimedia/recipes-multimedia/x265/x265_3.2.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta-multimedia/recipes-multimedia/x265/x

[oe] [meta-multimedia][PATCH 2/5] vlc: Depend on gst-1.0 ugly plugins instead of 0.10

2020-03-04 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb b/meta-multimedia/recipes-multimedia/vlc/vlc_3.0.8.bb index 7fadca4399..c15ff9a431 100644 --- a/

[oe] [meta-multimedia][PATCH 1/5] packagegroup-meta-multimedia: Purge gst 0.10 related rdeps

2020-03-04 Thread Khem Raj
Signed-off-by: Khem Raj --- .../packagegroups/packagegroup-meta-multimedia.bb | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/meta-multimedia/recipes-multimedia/packagegroups/packagegroup-meta-multimedia.bb b/meta-multimedia/recipes-multimedia/packagegroups/

[oe] [meta-multimedia][PATCH 3/5] minidlna: Retarget gettext patch to gettex version 0.20

2020-03-04 Thread Khem Raj
This fixes *** error: gettext infrastructure mismatch: using a Makefile.in.in from gettext version 0.19 but the autoconf macros are from gettext version 0.20 Signed-off-by: Khem Raj --- .../minidlna/minidlna/0001-Update-Gettext-version.patch | 6 ++ 1 file changed, 2 insertions(+), 4 de

Re: [oe] [PATCH v1] OpenCSD: Support for Arm CoreSight decode lib

2020-03-04 Thread Josef Holzmayr
On Wed, Mar 04, 2020 at 11:36:38AM -0500, Philip Balister wrote: > On 3/4/20 11:05 AM, Scott Murray wrote: > > On Wed, 4 Mar 2020, Leo Yan wrote: > > > >> This recipe is to support OpenCSD, which is an open source > >> CoreSight trace decode library and utility. > > > > Just a thought, this seems

Re: [oe] [PATCH v1] OpenCSD: Support for Arm CoreSight decode lib

2020-03-04 Thread Philip Balister
On 3/4/20 11:05 AM, Scott Murray wrote: > On Wed, 4 Mar 2020, Leo Yan wrote: > >> This recipe is to support OpenCSD, which is an open source >> CoreSight trace decode library and utility. > > Just a thought, this seems like the kind of thing that might make sense > for the new meta-arm layer that

[oe] [zeus][meta-oe][PATCH] ade: Fix install paths in multilib builds

2020-03-04 Thread sanjeev . nahulanthran
From: Khem Raj Fixes ERROR: ade-0.1.1f-r0 do_package: QA Issue: ade: Files/directories were installed but not shipped in any package: /usr/lib /usr/lib/libade.a Signed-off-by: Khem Raj Signed-off-by: Sanjeev Nahulanthran --- ...tallDirs-for-detecting-install-paths.patch | 39

Re: [oe] [PATCH v1] OpenCSD: Support for Arm CoreSight decode lib

2020-03-04 Thread Scott Murray
On Wed, 4 Mar 2020, Leo Yan wrote: > This recipe is to support OpenCSD, which is an open source > CoreSight trace decode library and utility. Just a thought, this seems like the kind of thing that might make sense for the new meta-arm layer that Jon has been working up? > Signed-off-by: Leo Yan

[oe] [PATCH v1] OpenCSD: Support for Arm CoreSight decode lib

2020-03-04 Thread Leo Yan
This recipe is to support OpenCSD, which is an open source CoreSight trace decode library and utility. Signed-off-by: Leo Yan --- .../recipes-devtools/opencsd/opencsd_git.bb | 28 +++ 1 file changed, 28 insertions(+) create mode 100644 meta-oe/recipes-devtools/opencsd/opencsd_

[oe] [meta-oe] [PATCH] tcsh: upgrade 6.21.00 -> 6.22.02

2020-03-04 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- .../recipes-shells/tcsh/{tcsh_6.21.00.bb => tcsh_6.22.02.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-oe/recipes-shells/tcsh/{tcsh_6.21.00.bb => tcsh_6.22.02.bb} (91%) diff --git a/meta-oe/recipes-shells/tcsh/tcsh_6.21.00.bb b/meta-

[oe] [meta-networking][PATCH] wireshark: upgrade 3.2.1 -> 3.2.2

2020-03-04 Thread Zheng Ruoqin
Signed-off-by: Zheng Ruoqin --- .../wireshark/{wireshark_3.2.1.bb => wireshark_3.2.2.bb} | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename meta-networking/recipes-support/wireshark/{wireshark_3.2.1.bb => wireshark_3.2.2.bb} (95%) diff --git a/meta-networking/recipes-support

[oe] [meta-oe][PATCH] Revert "piglist: add from oe-core"

2020-03-04 Thread Adrian Bunk
This reverts commit af22a7a46ab6306aa4d59037e59b4dcf373b2603. The recipe is staying in OE-core. Signed-off-by: Adrian Bunk --- ...-bash-completions-in-the-right-place.patch | 35 -- ...proper-WAYLAND_INCLUDE_DIRS-variable.patch | 32 -- meta-oe/recipes-graphics/piglit/piglit_git

Re: [oe] [meta-networking][PATCH] networkmanager: Upgrade 1.18.4 -> 1.22.8

2020-03-04 Thread Freihofer, Adrian
What's the status with this patch? -Original Message- From: "[ext] Freihofer, Adrian" To: openembedded-devel@lists.openembedded.org < openembedded-devel@lists.openembedded.org> Subject: [oe] [meta-networking][PATCH] networkmanager: Upgrade 1.18.4 -> 1.22.8 Date: Tue, 25 Feb 2020 08:01:41