[OE-core][dunfell 0/9] Pull request (cover letter only)

2022-04-22 Thread Steve Sakoman
The following changes since commit 8fd5133fc7f6bc84193ec6fcbc1746c59bfc8caf: libxshmfence: Correct LICENSE to HPND (2022-04-18 12:13:17 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next http://cgit.openembedded.org/open

[OE-core] [PATCH] libc-glibc: Use libxcrypt to provide virtual/crypt

2022-04-22 Thread Khem Raj
Fixes NOTE: Multiple providers are available for virtual/crypt (libxcrypt, musl) Consider defining a PREFERRED_PROVIDER entry to match virtual/crypt Signed-off-by: Khem Raj --- meta/conf/distro/include/tclibc-glibc.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/conf/distro/include/

Re: [OE-core] [PATCH v2] musl-locales: Add package

2022-04-22 Thread Khem Raj
On Fri, Apr 22, 2022 at 5:19 AM Luca Ceresoli wrote: > > Hi Khem, > > Il giorno Thu, 21 Apr 2022 23:10:52 -0700 > "Khem Raj" ha scritto: > > > This package will provide a limited set of localedata for musl based > > systems. It will fill in into images when IMAGE_LINGUAS variable is > > set howev

Re: [OE-core] [PATCH v2] license: add 'any_incompatible' function

2022-04-22 Thread Christopher Larson
On Wed, Apr 13, 2022 at 1:35 PM Peter Kjellerstedt < peter.kjellerst...@axis.com> wrote: > > > +${@"dbench" if not any_incompatible(d, "dbench", > "GPL-3.0-only") else ""} \ > > This usage seems error prone at best. What if the license for dbench > is changed? > > Also, the way I would

Re: [OE-core] [PATCH] ptest-runner-curl

2022-04-22 Thread komal7209
Error facing while solving that ptest issue: 1. I'm getting this error in .bb file of curl : https://pastebin.com/a4TWSncX due to this code snippet being added in .bb being added from previous patch do_compile_ptest() { #oe_runmake buildtest-TESTS oe_runmake test oe_runmake -C ${B}/tests/data/

[OE-core] [honister][PATCH 00/11] Pull request (cover letter only)

2022-04-22 Thread Anuj Mittal
The following changes since commit 75e47b96d8cf82ec4a7fa3225c7fbb5b6ab62b02: webkitgtk: update to 2.32.4 (2022-04-07 14:40:14 +0800) are available in the Git repository at: git://push.openembedded.org/openembedded-core-contrib stable/honister-next Alexandre Belloni (1): pseudo: Fix handli

Re: [OE-core][dunfell][RFC PATCH v2] cve-check: add json format

2022-04-22 Thread Steve Sakoman
On Fri, Apr 22, 2022 at 4:18 AM Marta Rybczynska wrote: > > Backport to dunfell from master df567de36ae5964bee433ebb97e8bf702034994a I support taking this patch even though it doesn't fit the "bug fix or security fix" criteria for an LTS branch. It will allow us to develop improved CVE reporting

[OE-core][dunfell][RFC PATCH v2] cve-check: add json format

2022-04-22 Thread Marta Rybczynska
Backport to dunfell from master df567de36ae5964bee433ebb97e8bf702034994a Add an option to output the CVE check in a JSON-based format. This format is easier to parse in software than the original text-based one and allows post-processing by other tools. Output formats are now handed by CVE_CHECK_

[OE-core][dunfell][RFC] cve-check: add json format

2022-04-22 Thread Marta Rybczynska
Backport to dunfell from master df567de36ae5964bee433ebb97e8bf702034994a Add an option to output the CVE check in a JSON-based format. This format is easier to parse in software than the original text-based one and allows post-processing by other tools. Output formats are now handed by CVE_CHECK_

Re: [OE-core] [PATCH 1/1] Fix permissions when splitting rootfs folders across partitions.

2022-04-22 Thread Felix Moessbauer
> -Original Message- > From: Luca Ceresoli > Sent: Friday, April 22, 2022 11:33 AM > To: Moessbauer, Felix (T CED SES-DE) > Cc: openembedded-core@lists.openembedded.org; Kiszka, Jan (T CED) > ; Schild, Henning (T CED SES-DE) > ; Schmidt, Adriaan (T CED SES-DE) > > Subject: Re: [OE-core]

Re: [OE-core] [PATCH 1/1] Fix permissions when splitting rootfs folders across partitions.

2022-04-22 Thread Richard Purdie
On Thu, 2022-04-21 at 18:05 +0200, Felix Moessbauer wrote: > This patches ensures that the file database containing the file and > folder usernames and permissions is always located relative to the > source and not to the appended rootfs-dir. > > Prior to this patch, the database was not found whe

Re: [OE-core] [PATCH v2] musl-locales: Add package

2022-04-22 Thread Luca Ceresoli via lists.openembedded.org
Hi Khem, Il giorno Thu, 21 Apr 2022 23:10:52 -0700 "Khem Raj" ha scritto: > This package will provide a limited set of localedata for musl based > systems. It will fill in into images when IMAGE_LINGUAS variable is > set however the choice is limited to the given 13 locales as of now. > > e.g.

Re: [OE-core][PATCH] gpsd: bugfix: add gps-utils-python to PACKAGES

2022-04-22 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Matthias Klein > Sent: den 22 april 2022 13:10 > To: luca.ceres...@bootlin.com > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core][PATCH] gpsd: bugfix: add gp

Re: [OE-core][PATCH] gpsd: bugfix: add gps-utils-python to PACKAGES

2022-04-22 Thread Matthias Klein
Hello Luca, This file is not in oe-core. This patch should be sent to the meta-oe mailing list. Done: https://lists.openembedded.org/g/openembedded-devel/message/96734 Best regards, Matthias -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#16478

Re: [OE-core] [PATCH] ptest-runner-curl

2022-04-22 Thread komal7209
Presently, I'm working on.bb file for same, So have just sent the previous file the way it was to continue in this particular for further changes. As in .bb file there I was facing some missing patch which need to be included, And issue because of openssl and some python packages which it was

[OE-core] [PATCH] ptest-runner-curl

2022-04-22 Thread komal7209
--- meta/recipes-support/curl/curl/run-ptest | 6 ++ 1 file changed, 6 insertions(+) create mode 100644 meta/recipes-support/curl/curl/run-ptest diff --git a/meta/recipes-support/curl/curl/run-ptest b/meta/recipes-support/curl/curl/run-ptest new file mode 100644 index 00..4435f7dee4

Re: [OE-core][PATCH] gpsd: bugfix: add gps-utils-python to PACKAGES

2022-04-22 Thread Luca Ceresoli via lists.openembedded.org
Hello Matthias, Il giorno Fri, 22 Apr 2022 10:32:47 +0200 "Matthias Klein" ha scritto: > Signed-off-by: Matthias Klein > --- > meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb | 2 +- This file is not in oe-core. This patch should be sent to the meta-oe mailing list. Best regards. -- Luca Cere

Re: [OE-core] [PATCH] wic: do not use PARTLABEL for msdos partition tables

2022-04-22 Thread Henning Schild
Am Fri, 22 Apr 2022 11:44:48 +0200 schrieb Henning Schild : > When using "msdos" partition tables and "--label" but not "--use-uuid" > one can generate images which will not find their root, because > PARTLABEL does not work for "msdos". > > Fix that by simply not going the PARTLABEL path in case

[OE-core] [PATCH] wic: do not use PARTLABEL for msdos partition tables

2022-04-22 Thread Henning Schild
When using "msdos" partition tables and "--label" but not "--use-uuid" one can generate images which will not find their root, because PARTLABEL does not work for "msdos". Fix that by simply not going the PARTLABEL path in case of "msdos". Fixes: 2fb247c5ecf0 ("wic: support rootdev identified by

Re: [OE-core] [PATCH 1/1] Fix permissions when splitting rootfs folders across partitions.

2022-04-22 Thread Luca Ceresoli via lists.openembedded.org
Hello Felix, Il giorno Thu, 21 Apr 2022 18:05:43 +0200 "Felix Moessbauer" ha scritto: > This patches ensures that the file database containing the file and > folder usernames and permissions is always located relative to the > source and not to the appended rootfs-dir. > > Prior to this patch,

[OE-core] CVE-check failing on world with meta-openembedded: diff.gz file

2022-04-22 Thread Marta Rybczynska
Dear all, We're running cve-check on a world build containing oe-core, meta-oe and more. We have an issue with the lockdev recipe (meta-openembedded/meta-oe/recipes-support/lockdev/lockdev_1.0.3.bb), which causes a fail like below: $ bitbake world --runonly=do_cve_check ERROR: lockdev-1_1.0.3-r0 d

[OE-core][PATCH 2/2] wpa-supplicant: Package shared library into wpa-supplicant-lib

2022-04-22 Thread Alex Kiernan
When CONFIG_BUILD_WPA_CLIENT_SO is enabled, package the library into wpa-supplicant-lib. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- .../wpa-supplicant/wpa-supplicant_2.10.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-

[OE-core][PATCH 1/2] wpa-supplicant: Install wpa_passphrase when not disabled

2022-04-22 Thread Alex Kiernan
As part of fixing CONFIG_NO_WPA_PASSPHRASE, whilst wpa_passphrase gets built, its not installed during `make install`. Signed-off-by: Alex Kiernan Signed-off-by: Alex Kiernan --- ...all-wpa_passphrase-when-not-disabled.patch | 33 +++ .../wpa-supplicant/wpa-supplicant_2.10.bb

[OE-core][PATCH] gpsd: bugfix: add gps-utils-python to PACKAGES

2022-04-22 Thread Matthias Klein
Signed-off-by: Matthias Klein --- meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb b/meta-oe/recipes-navigation/gpsd/gpsd_3.23.1.bb index 8d270ec58..98f7511b1 100644 --- a/meta-oe/rec