[oe] [mickledore][meta-networking][PATCH] dhcp-relay: dev subpackage conflicts with bind-dev

2023-09-25 Thread Changqing Li
From: Zhang Xiao dhcp-relay contains a bundled bind thus their development packages conflict each other. Signed-off-by: Zhang Xiao Signed-off-by: Khem Raj (cherry picked from master commit 93892e8413da230e14c70d20f0d46b513fdd8787) Signed-off-by: Changqing Li ---

[oe] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2023-09-25 Thread Stephen Jolley
All, The triage team is starting to try and collect up and classify bugs which a newcomer to the project would be able to work on in a way which means people can find them. They're being listed on the triage page under the appropriate heading:

[oe] [meta-oe][PATCH] webkitgtk3: reduce size of -dbg package

2023-09-25 Thread Khem Raj
From: Ross Burton Unless DEBUG_BUILD is enabled, pass -g1 to massively reduce the size of the debug symbols Level 1 produces minimal information, enough for making backtraces in parts of the program that you don't plan to debug. This includes descriptions of functions and external

[oe] [meta-oe][PATCH] mozjs-115: Apply autoconf tuple mismatch fix

2023-09-25 Thread Khem Raj
Fixes DEBUG: | Invalid configuration `riscv64gc-yoe-linux-gnu': machine `riscv64gc-yoe' not recognized Signed-off-by: Khem Raj --- ...-autoconf-s-config.sub-to-canonicali.patch | 25 +++ .../mozjs/mozjs-115_115.2.0.bb| 1 + 2 files changed, 21 insertions(+), 5

Re: [oe] [meta-oe][PATCH] mosquitto: upgrade 2.0.17 -> 2.0.18

2023-09-25 Thread Khem Raj
On Mon, Sep 25, 2023 at 11:59 AM Gianfranco Costamagna wrote: > > Hello, since I maintain the same patch set for both Debian, Ubuntu and > meta-oe, I would prefer to use cp to keep them in sync between releases... > (whenever possible, specially for upstream proposed PRs) > I like the

Re: [oe] [meta-oe][PATCH] mosquitto: upgrade 2.0.17 -> 2.0.18

2023-09-25 Thread Gianfranco
Hello, since I maintain the same patch set for both Debian, Ubuntu and meta-oe, I would prefer to use cp to keep them in sync between releases... (whenever possible, specially for upstream proposed PRs) If you want me to add it anyway, please let me know! G. On Mon, Sep 25, 2023, 19:58 Khem Raj

Re: [oe] [meta-oe][PATCH] mosquitto: upgrade 2.0.17 -> 2.0.18

2023-09-25 Thread Khem Raj
On Mon, Sep 25, 2023 at 6:15 AM Gianfranco wrote: > > Add two patches from Debian, pull requests proposed upstream as 2894 and 2895 > to make it start only when board is online, and to fix dynamic websockets > link failure > --- > .../mosquitto/files/2894.patch| 23

Re: [oe] [meta-webserver][PATCH v1 0/2] cockpit: Separate packagekit and apps packages

2023-09-25 Thread Khem Raj
I usually use - https://github.com/yoedistro/yoe-distro but I think it can be reproduced with poky + meta-openembedded as well. On Mon, Sep 25, 2023 at 6:53 AM Daniel Semkowicz wrote: > > Hello, > > Could you please provide some details about test setup? I tried to > build cockpit using meta-yoe

Re: [oe] [meta-webserver][PATCH v1 0/2] cockpit: Separate packagekit and apps packages

2023-09-25 Thread Daniel Semkowicz
Hello, Could you please provide some details about test setup? I tried to build cockpit using meta-yoe with yoe distro and qemux86, but it was built without any error. Building using clean poky also does not show any error. It seems to be related to environment. Best regards Daniel On Wed, Sep

[oe] [meta-oe][PATCH] mosquitto: upgrade 2.0.17 -> 2.0.18

2023-09-25 Thread Gianfranco
Add two patches from Debian, pull requests proposed upstream as 2894 and 2895 to make it start only when board is online, and to fix dynamic websockets link failure --- .../mosquitto/files/2894.patch| 23 + .../mosquitto/files/2895.patch| 25

[oe] [meta-python][PATCH 3/6] Remove python3-license-expression

2023-09-25 Thread Samantha Jalabert
From: Samantha Jalabert python3-license-expression recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska Signed-off-by: Samantha Jalabert --- .../python3-license-expression/run-ptest | 3 -- .../python3-license-expression_30.1.1.bb | 36 --- 2 files

[oe] [meta-python][PATCH 6/6] Remove python3-isodate

2023-09-25 Thread Samantha Jalabert
From: Samantha Jalabert python3-isodate recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska Signed-off-by: Samantha Jalabert --- .../python/python3-isodate_0.6.1.bb| 14 -- 1 file changed, 14 deletions(-) delete mode 100644

[oe] [meta-python][PATCH 5/6] Remove python3-booleanpy

2023-09-25 Thread Samantha Jalabert
From: Samantha Jalabert python3-booleanpy recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska Signed-off-by: Samantha Jalabert --- .../python/python3-booleanpy_4.0.bb | 13 - 1 file changed, 13 deletions(-) delete mode 100644

[oe] [meta-python][PATCH 4/6] Remove python3-click

2023-09-25 Thread Samantha Jalabert
From: Samantha Jalabert python3-click recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska Signed-off-by: Samantha Jalabert --- .../python/python3-click/run-ptest| 3 -- .../python/python3-click_8.1.7.bb | 39 --- 2 files changed, 42

[oe] [meta-python][PATCH 1/6] Remove python3-xmltodict

2023-09-25 Thread Samantha Jalabert
From: Samantha Jalabert python3-xmltodict recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska Signed-off-by: Samantha Jalabert --- .../python/python3-xmltodict/run-ptest| 3 -- .../python/python3-xmltodict_0.13.0.bb| 29 --- 2 files changed,

[oe] [meta-python][PATCH 2/6] Remove python3-rdflib

2023-09-25 Thread Samantha Jalabert
From: Samantha Jalabert python3-rdflib recipe is moved to openembedded-core. Signed-off-by: Marta Rybczynska Signed-off-by: Samantha Jalabert --- .../python/python3-rdflib_7.0.0.bb| 19 --- 1 file changed, 19 deletions(-) delete mode 100644

[oe] [meta-python][PATCH 0/6] Remove recipes

2023-09-25 Thread Samantha Jalabert
From: Samantha Jalabert Removing recipes that are moved to openembedded-core. Samantha Jalabert (6): Remove python3-xmltodict Remove python3-rdflib Remove python3-license-expression Remove python3-click Remove python3-booleanpy Remove python3-isodate

[oe] meta-java question

2023-09-25 Thread Zoltan Boszormenyi
Hi, When will something newer than openjdk 8 be available in meta-java? Thanks in advance. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#105120): https://lists.openembedded.org/g/openembedded-devel/message/105120 Mute This Topic: