[oe] [dunfell][meta-oe][patch] Backport openocd changes to dunfell

2021-03-19 Thread Ben Magistro
A patch exists in the initial email, cc'ing Armin. On Thu, Mar 18, 2021 at 9:02 PM Khem Raj wrote: > please send a patch for dunfell backport as needed and CC Armin > > On Thu, Mar 18, 2021 at 5:35 PM Ben Magistro wrote: > > > > While porting another project to Dunfell, I found it necessary to

[oe] [meta-multimedia][PATCH] pipewire: Upgrade to 0.3.24

2021-03-19 Thread Carlos Rafael Giani via lists.openembedded.org
This is a bugfix upgrade with some necessary changes to the recipe itself. Changelogs: https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.23 https://gitlab.freedesktop.org/pipewire/pipewire/-/releases/0.3.24 Fixes in the recipe itself: - meson_options.txt now uses features for

[oe][PATCH 2/2] layers: Drop gatesgarth from LAYERSERIES_COMPAT

2021-03-19 Thread Khem Raj
Signed-off-by: Khem Raj --- meta-filesystems/conf/layer.conf | 2 +- meta-gnome/conf/layer.conf | 2 +- meta-initramfs/conf/layer.conf | 2 +- meta-multimedia/conf/layer.conf | 2 +- meta-networking/conf/layer.conf | 2 +- meta-oe/conf/layer.conf | 2 +-

[oe] [meta-oe][PATCH 1/2] links-x11,links: Upgrade to 2.22

2021-03-19 Thread Khem Raj
Remove devtool added comment Signed-off-by: Khem Raj --- .../recipes-support/links/links-x11_2.20.2.bb | 53 --- .../recipes-support/links/links-x11_2.22.bb | 29 ++ .../links/{links_2.21.bb => links_2.22.bb}| 8 +-- 3 files changed, 33 insertions(+), 57

Re: [oe] [meta-networking][meta-oe][master][dunfell][PATCH] mdns: Whitelisted CVE-2007-0613 for mdns

2021-03-19 Thread Khem Raj
On 3/19/21 10:16 AM, Sana Kazi wrote: Hi, It is merged in dunfell but not yet in master. Are you planning to merge it in master? Please update you copies isnt it this one https://git.openembedded.org/meta-openembedded/commit/?id=f37e5423da984b7dc721d52f04673d3afc0879a1 Thanks &

Re: [oe] [meta-networking][meta-oe][master][dunfell][PATCH] mdns: Whitelisted CVE-2007-0613 for mdns

2021-03-19 Thread Sana Kazi
Hi, It is merged in dunfell but not yet in master. Are you planning to merge it in master? Thanks & Regards, Sana Kazi KPIT Technologies Limited From: Khem Raj Sent: Friday, March 19, 2021 10:11 PM To: Sana Kazi ; Openembedded-devel@lists.openembedded.org

[oe] [meta-python][PATCH 3/3] python3-urllib3: Upgrade 1.26.3 -> 1.26.4

2021-03-19 Thread Leon Anavi
Upgrade to release 1.26.4: - Changed behavior of the default SSLContext when connecting to HTTPS proxy during HTTPS requests. The default SSLContext now sets check_hostname=True. Signed-off-by: Leon Anavi --- .../{python3-urllib3_1.26.3.bb => python3-urllib3_1.26.4.bb}| 2 +- 1 file

[oe] [meta-python][PATCH 2/3] python3-cassandra-driver: Upgrade 3.24.0 -> 3.25.0

2021-03-19 Thread Leon Anavi
Upgrade to release 3.25.0: - Ensure the driver can connect when invalid peer hosts are in system.peers - Implement protocol v5 checksumming - Fix the default cqlengine connection mechanism to work with Astra - Asyncore race condition cause logging exception on shutdown - Update list of

[oe] [meta-python][PATCH 1/3] python3-soupsieve: Upgrade 2.2 -> 2.2.1

2021-03-19 Thread Leon Anavi
Upgrade to release 2.2.1: - Fix an issue with namespaces when one of the keys is self. Signed-off-by: Leon Anavi --- .../{python3-soupsieve_2.2.bb => python3-soupsieve_2.2.1.bb}| 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename

Re: [oe] [meta-networking][meta-oe][master][dunfell][PATCH] mdns: Whitelisted CVE-2007-0613 for mdns

2021-03-19 Thread Khem Raj
Hello Sana It was in latest pull from Armin which was merged today it should be in already in dunfell now. Let us know if not. On 3/19/21 6:31 AM, Sana Kazi wrote: Hi Team, Could you please review below patch to be upstreamed for mdns Thanks & Regards, Sana Kazi  KPIT Technologies Limited

Re: [oe] [meta-networking][meta-oe][master][dunfell][PATCH] mdns: Whitelisted CVE-2007-0613 for mdns

2021-03-19 Thread Sana Kazi
Hi Team, Could you please review below patch to be upstreamed for mdns Thanks & Regards, Sana Kazi KPIT Technologies Limited From: Sana Kazi Sent: Tuesday, March 9, 2021 12:06 PM To: Openembedded-devel@lists.openembedded.org ; raj.k...@gmail.com Cc:

Re: [oe] [meta-oe] mpv can't find x11 components

2021-03-19 Thread Bartosz Golaszewski
On Thu, Mar 18, 2021 at 9:26 PM Khem Raj wrote: > > > > On Thursday, March 18, 2021, Bartosz Golaszewski wrote: >> >> On Thu, Mar 18, 2021 at 6:45 PM Khem Raj wrote: >> > >> > On Thu, Mar 18, 2021 at 11:47:30AM +0100, Bartosz Golaszewski wrote: >> > > I'm trying to add mpv to an image using the

[oe] [meta-oe][PATCH] vboxguestdrivers: Add __divmoddi4 builtin support

2021-03-19 Thread Khem Raj
gcc 11 needs it on i686 Signed-off-by: Khem Raj --- .../vboxguestdrivers/add__divmoddi4.patch | 36 +++ .../vboxguestdrivers_6.1.18.bb| 1 + 2 files changed, 37 insertions(+) create mode 100644