Re: [OE-core][PATCH] systemd: systemd-systemctl: Support instance conf files during enable

2022-06-17 Thread Nick Potenski via lists.openembedded.org
Please backport this to dunfell and kirkstone. Best regards, Nick -Original Message- From: openembedded-core@lists.openembedded.org On Behalf Of Nick Potenski via lists.openembedded.org Sent: Wednesday, June 15, 2022 2:32 PM To: openembedded-core@lists.openembedded.org Cc: Potenski,

Re: [OE-core] [PATCH v5 3/7] insane.bbclass: Make do_qa_staging check shebangs

2022-06-17 Thread Richard Purdie
On Tue, 2022-06-14 at 17:11 +0200, Paulo Neves wrote: > As reported in the bug report [1], there was no check for shebang > sizes on native scripts and now this is fixed. > > The path scope of the qa_staging was increased from just checking > libdir to all the relevant SYSROOT_DIRS. > > It is

Re: [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2

2022-06-17 Thread Tim Orling
On Fri, Jun 17, 2022 at 1:26 AM Jose Quaresma wrote: > > > wangmy escreveu no dia sexta, 17/06/2022 à(s) 07:25: > >> Add dependence exceptiongroup. >> >> Signed-off-by: Wang Mingyu >> --- >> ...hon3-hypothesis_6.46.11.bb => python3-hypothesis_6.47.2.bb} | 3 ++- >> 1 file changed, 2

Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe

2022-06-17 Thread Tim Orling
Why should this be added to oe-core? You have an empty git log with no justification. We also do not typically take pre-release components to oe-core (the version is a release candidate). You also need to add a maintainer entry. On Thu, Jun 16, 2022 at 11:25 PM wangmy wrote: > Signed-off-by:

Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe

2022-06-17 Thread Ross Burton
> +#RDEPENDS:${PN} += "python3-profile python3-logging” Remove the line entirely or remove the comment, but don’t have commented-out lines in recipes. Ross IMPORTANT NOTICE: The contents of this email and any attachments are confidential and may also be privileged. If you are not the

[OE-core] [PATCH] systemd: add packageconfig for sysext

2022-06-17 Thread Peter Bergin
Currently the sysext binary is packaged in systemd-utils and the service systemd-sysext.service in systemd package. Add a PACKAGECONFIG for sysext to actively choose if it is going to be installed or not, default off. If installed it will be added to systemd package. Signed-off-by: Peter Bergin

[OE-core] [PATCH] python3: fix a race condition in the test_socket.testSockName test

2022-06-17 Thread Ross Burton
This test uses find_unused_port() which is inherently racey, so retry it a few times before failing. [ YOCTO #14840 ] Signed-off-by: Ross Burton --- ...e-the-race-condition-in-testSockName.patch | 47 +++ .../recipes-devtools/python/python3_3.10.4.bb | 1 + 2 files changed, 48

Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe

2022-06-17 Thread Alexandre Belloni via lists.openembedded.org
On 17/06/2022 14:17:06+0200, Alexandre Belloni via lists.openembedded.org wrote: > Hello, > > This causes the following error: > > https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/3713/steps/15/logs/stdio > > 2022-06-17 08:06:44,127 - oe-selftest - INFO - >

Re: [OE-core] [PATCH] python3-exceptiongroup : add recipe

2022-06-17 Thread Alexandre Belloni via lists.openembedded.org
Hello, This causes the following error: https://autobuilder.yoctoproject.org/typhoon/#/builders/79/builds/3713/steps/15/logs/stdio 2022-06-17 08:06:44,127 - oe-selftest - INFO - distrodata.Distrodata.test_maintainers (subunit.RemotedTestCase) 2022-06-17 08:06:44,128 - oe-selftest - INFO - ...

Re: [OE-core] DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit" doesn't work.

2022-06-17 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of leimaohui > Sent: den 17 juni 2022 08:07 > To: Alex Kiernan ; Alexander Kanavin > > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core]

Re: [OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2

2022-06-17 Thread Jose Quaresma
wangmy escreveu no dia sexta, 17/06/2022 à(s) 07:25: > Add dependence exceptiongroup. > > Signed-off-by: Wang Mingyu > --- > ...hon3-hypothesis_6.46.11.bb => python3-hypothesis_6.47.2.bb} | 3 ++- > 1 file changed, 2 insertions(+), 1 deletion(-) > rename

[OE-core] [PATCH] python3-exceptiongroup : add recipe

2022-06-17 Thread wangmy
Signed-off-by: Wang Mingyu --- .../python/python3-exceptiongroup_1.0.0rc8.bb | 11 +++ 1 file changed, 11 insertions(+) create mode 100644 meta/recipes-devtools/python/python3-exceptiongroup_1.0.0rc8.bb diff --git

[OE-core] [PATCH] python3-hypothesis: upgrade 6.46.11 -> 6.47.2

2022-06-17 Thread wangmy
Add dependence exceptiongroup. Signed-off-by: Wang Mingyu --- ...hon3-hypothesis_6.46.11.bb => python3-hypothesis_6.47.2.bb} | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) rename meta/recipes-devtools/python/{python3-hypothesis_6.46.11.bb => python3-hypothesis_6.47.2.bb} (88%) diff

Re: [OE-core] DISTRO_FEATURES_BACKFILL_CONSIDERED = "sysvinit" doesn't work.

2022-06-17 Thread leimaohui
Hi, > I suspect it's that you can't set it in local.conf now: You are right, setting NIT_MANAGER = "systemd" in local.conf doesn't work. Sysvinit is still built. So, there is no way to disable sysvinit except setting DISTRO_FEATURES:remove="sysvinit" in local.conf, right? Best regards >