Re: [OE-core] [PATCH] python3-lxml: Add recipe

2022-09-03 Thread Khem Raj
On Sat, Sep 3, 2022 at 9:44 PM Alexander Kanavin wrote: > > But why move the recipe to core? Why not meta-oe? We could do that as well, don't see a big difference. I briefly looked at vulkan related recipes in core, but they don't yet use lxml like cts ones in meta-oe, secondly systemd could use

Re: [oe-core][PATCH] squashfs-tools: build with lzo support

2022-09-03 Thread Khem Raj
On Sat, Sep 3, 2022 at 10:30 PM Markus Volk wrote: > > This is e.g. needed to be able to install snaps. > I thought lzo was something we wanted to remove like lzop so is it a hard dependency for snaps ? > Signed-off-by: Markus Volk > --- > meta/recipes-devtools/squashfs-tools/squashfs-tools_gi

[oe-core][PATCH] squashfs-tools: build with lzo support

2022-09-03 Thread Markus Volk
This is e.g. needed to be able to install snaps. Signed-off-by: Markus Volk --- meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/squashfs-tools/squashfs-tools_git.bb b/meta/recipes-devtools/squas

Re: [OE-core] [PATCH] python3-lxml: Add recipe

2022-09-03 Thread Alexander Kanavin
But why move the recipe to core? Why not meta-oe? Alex On Sat 3. Sep 2022 at 19.46, Khem Raj wrote: > Import this recipe from meta-python, as it is needed by many recipes > from different layers e.g. wireplumber from meta-multimedia, > opengl-es-cts and vulkan-cts in meta-oe, yelp-tools in meta

Re: [OE-core] [PATCH v2] core-image: Exclude openssh complementary packages

2022-09-03 Thread Richard Purdie
On Sun, 2022-08-28 at 21:54 +0200, Pavel Zhukov wrote: > Openssh (main) package may be marked for installation via complementary > packages mechanism as a dependency of openssh-ptest > and this causes conflict with dropbear [Yocto #14858] [1]. > Excluding openssh complementary packages if ssh-serve

[OE-core] [PATCH] python3-lxml: Add recipe

2022-09-03 Thread Khem Raj
Import this recipe from meta-python, as it is needed by many recipes from different layers e.g. wireplumber from meta-multimedia, opengl-es-cts and vulkan-cts in meta-oe, yelp-tools in meta-gnome to name a few, the real issue is that newer vulkan-cts has added this dependency which is in meta-oe, a

Re: [OE-core] [PATCH] libxml2: wrap xmllint to use the correct XML catalogues

2022-09-03 Thread Richard Purdie
On Sat, 2022-09-03 at 12:11 +0200, Andreas Müller wrote: > Hi, > > this is a major change on behaviour and causing trouble at least for > KDE's kdoctools. Am no expert but I guess kdoctools uses custom > catalogs. Worked around trouble in meta-qt5-extra (assume meta-kf5 > will face same) by prefer

Re: [OE-core] [PATCH] libxml2: wrap xmllint to use the correct XML catalogues

2022-09-03 Thread Andreas Müller
Hi, this is a major change on behaviour and causing trouble at least for KDE's kdoctools. Am no expert but I guess kdoctools uses custom catalogs. Worked around trouble in meta-qt5-extra (assume meta-kf5 will face same) by preferring bare xmllint [1]. Just a heads up - it is about to land in kirks

[OE-core] [PATCH] webkitgtk: Update to 2.6.37

2022-09-03 Thread Khem Raj
Signed-off-by: Khem Raj --- .../webkit/{webkitgtk_2.36.6.bb => webkitgtk_2.36.7.bb}| 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) rename meta/recipes-sato/webkit/{webkitgtk_2.36.6.bb => webkitgtk_2.36.7.bb} (98%) diff --git a/meta/recipes-sato/webkit/webkitgtk_2.36.6.bb b/met

Re: [OE-core] [PATCH 2/2] oeqa/sdk: extend rust test to also use a build script

2022-09-03 Thread Peter Bergin
I was able to confirm that fixed a simple test case for nativesdk-gcc on i686 so I'll queue it up to reset the rust changes. Cheers, Richard Thank you Richard! Great that you could fix this and we could get the rust tests in. /Peter -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messag