[OE-core] [PATCH v2] elfutils: Enable ptests on musl targets

2022-09-13 Thread Khem Raj
Signed-off-by: Khem Raj --- v2: Install libeu.a into ptest package .../elfutils/elfutils_0.187.bb| 4 +- ...Add-libeu-to-tests-needing-error-API.patch | 147 ++ 2 files changed, 150 insertions(+), 1 deletion(-) create mode 100644

Re: [OE-core] [PATCH] opkg: enable zstd support

2022-09-13 Thread Alex Feinman via lists.openembedded.org
On Tue, Sep 13, 2022 at 1:20 PM Alex Feinman wrote: > I do have some numbers. When I was selling this change internally, I did a > comparison on our internal build. > > Combined write IPK times (Σ t do_package_write_ipk) > > xz 162m 35s > > gz 52m 13s > > zstd 33m

Re: [OE-core][kirkstone 07/24] libtasn1: upgrade 4.18.0 -> 4.19.0

2022-09-13 Thread Randy MacLeod
On 2022-09-07 10:20, Steve Sakoman wrote: From: wangmy Changelog: === - Clarify libtasn1.map license. Closes: #38. - Fix ETYPE_OK out of bounds read. Closes: #32. - Update gnulib files and various maintenance fixes. Signed-off-by: Wang Mingyu Signed-off-by: Alexandre Belloni

Re: [OE-core][kirkstone 07/24] libtasn1: upgrade 4.18.0 -> 4.19.0

2022-09-13 Thread Steve Sakoman
On Tue, Sep 13, 2022 at 2:37 PM Randy MacLeod wrote: > > On 2022-09-07 10:20, Steve Sakoman wrote: > > From: wangmy > > > > Changelog: > > === > > - Clarify libtasn1.map license. Closes: #38. > > - Fix ETYPE_OK out of bounds read. Closes: #32. > > - Update gnulib files and various

Re: [OE-core] [PATCH v3] webkitgtk: Fix build on 32bit arm

2022-09-13 Thread Khem Raj
On Tue, Sep 13, 2022 at 7:25 PM Yu, Mingli wrote: > > Still failed on beaglebone-yocto: > > /build/tmp-glibc/work/cortexa8hf-neon-wrs-linux-gnueabi/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/W > ebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp:38:8: error: > standard attributes in

Re: [OE-core] [PATCH] binutils: update USE_ALTERNATIVES_FOR for symlink files

2022-09-13 Thread kai
On 9/12/22 22:58, Richard Purdie wrote: On Sun, 2022-09-11 at 16:47 +0800, kai wrote: From: Kai Kang It provides more binary files by binutils 2.39. Then add them to USE_ALTERNATIVES_FOR as others to handle symlink files via update-alternative mechanism. Signed-off-by: Kai Kang ---

[OE-core][dunfell 1/9] python3: Fix CVE-2021-28861 for python3

2022-09-13 Thread Steve Sakoman
From: "k...@kpit.com" Add patch to fix CVE-2021-28861 CVE-2021-28861.patch Link: https://github.com/python/cpython/commit/4dc2cae3abd75f386374d0635d00443b897d0672 Signed-off-by: Riyaz Khan Signed-off-by: Steve Sakoman --- .../python/python3/CVE-2021-28861.patch | 135

[OE-core][dunfell 2/9] tiff: Fix for CVE-2022-2867/8/9

2022-09-13 Thread Steve Sakoman
From: Virendra Thakur Add Patch to fix CVE-2022-2867, CVE-2022-2868 CVE-2022-2869 Signed-off-by: Virendra Thakur Signed-off-by: Steve Sakoman --- ...022-2867-CVE-2022-2868-CVE-2022-2869.patch | 159 ++ meta/recipes-multimedia/libtiff/tiff_4.1.0.bb | 1 + 2 files changed,

[OE-core][dunfell 3/9] tiff: Security fixes CVE-2022-1354 and CVE-2022-1355

2022-09-13 Thread Steve Sakoman
From: Yi Zhao References: https://nvd.nist.gov/vuln/detail/CVE-2022-1354 https://security-tracker.debian.org/tracker/CVE-2022-1354 https://nvd.nist.gov/vuln/detail/CVE-2022-1355 https://security-tracker.debian.org/tracker/CVE-2022-1355 Patches from: CVE-2022-1354:

[OE-core][dunfell 4/9] connman: fix CVE-2022-32292

2022-09-13 Thread Steve Sakoman
From: Chee Yang Lee Signed-off-by: Chee Yang Lee Signed-off-by: Steve Sakoman --- .../connman/connman/CVE-2022-32292.patch | 37 +++ .../connman/connman_1.37.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644

[OE-core][dunfell 5/9] gnutls: fix CVE-2021-4209

2022-09-13 Thread Steve Sakoman
From: Chee Yang Lee Signed-off-by: Chee Yang Lee Signed-off-by: Steve Sakoman --- .../gnutls/gnutls/CVE-2021-4209.patch | 37 +++ meta/recipes-support/gnutls/gnutls_3.6.14.bb | 1 + 2 files changed, 38 insertions(+) create mode 100644

[OE-core][dunfell 6/9] virglrenderer: fix CVE-2022-0135

2022-09-13 Thread Steve Sakoman
From: Chee Yang Lee Signed-off-by: Chee Yang Lee Signed-off-by: Steve Sakoman --- .../virglrenderer/CVE-2022-0135.patch | 100 ++ .../virglrenderer/virglrenderer_0.8.2.bb | 1 + 2 files changed, 101 insertions(+) create mode 100644

[OE-core][dunfell 7/9] systemd: Fix unwritable /var/lock when no sysvinit handling

2022-09-13 Thread Steve Sakoman
From: "niko.ma...@vaisala.com" Commit 8089cefed8e83c0348037768c292058f1bcbbbe5 ("systemd: Add PACKAGECONFIG for sysvinit") decoupled enabling of systemd's sysvinit handling behavior behind a distinct PACKAGECONFIG feature. This new option affects among other things the installing of

Re: [OE-core] [PATCH v3] webkitgtk: Fix build on 32bit arm

2022-09-13 Thread Yu, Mingli
Still failed on beaglebone-yocto: /build/tmp-glibc/work/cortexa8hf-neon-wrs-linux-gnueabi/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/W ebCore/platform/graphics/cpu/arm/filters/FELightingNEON.cpp:38:8: error: standard attributes in middle of decl-specifiers 38 | static alignas(16) short

[OE-core][dunfell 0/9] Patch review

2022-09-13 Thread Steve Sakoman
Please review this set of patches for dunfell and have comments back by end of day Thursday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4224 The following changes since commit c9a9d5a1f7fbe88422ccee542a89afbc4c5336e4: vim: Upgrade 9.0.0242

Re: [OE-core] [PATCH 1/7] scripts/oe-setup-builddir: add a check that TEMPLATECONF is valid

2022-09-13 Thread Chen Qi
Hi Alex, Why must TEMPLATECONF be under a layer? Regards, Qi On 8/31/22 19:13, Alexander Kanavin wrote: specifically that ../../layer.conf exists, and that second-from-last component in the path is 'templates'. This requires tweaking template.conf creation in eSDK bbclass, as we need to

Re: [OE-core] [PATCH] opkg: enable zstd support

2022-09-13 Thread Alex Stewart
On 9/13/22 15:20, Alex Feinman wrote: I do have some numbers. When I was selling this change internally, I did a comparison on our internal build. Combined write IPK times (Σ t do_package_write_ipk) xz 162m 35s gz 52m 13s zstd 33m 49s Compression rate for zstd

[OE-core][dunfell 8/9] systemd: Add 'no-dns-fallback' PACKAGECONFIG option

2022-09-13 Thread Steve Sakoman
From: "niko.ma...@vaisala.com" systemd defines a default set of fallback DNS servers in https://github.com/systemd/systemd/blob/v251/meson_options.txt#L328-L330 By adding a PACKAGECONFIG knob providing a convenient way to opt out, and then adding that value to systemd's PACKAGECONFIG, the

[OE-core][dunfell 9/9] binutils : CVE-2022-38533

2022-09-13 Thread Steve Sakoman
From: Florin Diaconescu Upstream-Status: Backport [https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ef186fe54aa6d281a3ff8a9528417e5cc614c797] Signed-off-by: Florin Diaconescu Signed-off-by: Steve Sakoman --- .../binutils/binutils-2.34.inc| 1 +

[OE-core] [kirkstone][PATCH] busybox: add devmem 128-bit support

2022-09-13 Thread Yu, Mingli
From: Mingli Yu Add devmem 128-bit support [1]. [1] https://git.busybox.net/busybox/commit/?id=d432049f288c9acdc4a7caa729c68ceba3c5dca1 Signed-off-by: Mingli Yu --- .../0001-devmem-add-128-bit-width.patch | 128 ++ meta/recipes-core/busybox/busybox_1.35.0.bb | 1 +

Re: [OE-core] [PATCH] opkg: enable zstd support

2022-09-13 Thread Khem Raj
On Tue, Sep 13, 2022 at 12:19 PM Alex Stewart wrote: > > ACK from me - apart from enabling zstd by default. > > On 9/13/22 07:37, Etienne Cordonnier via lists.openembedded.org wrote: > > This allows the use of zstd for opkg packages by using OPKGBUILDCMD: > > OPKGBUILDCMD = "opkg-build -Z zstd" >

Re: [OE-core] [PATCH] opkg: enable zstd support

2022-09-13 Thread Khem Raj
Thanks for sharing, really appreciate it. How close were compression rates in numbers ? I think some users might be sensitive to the archive sizes, if its something with in acceptable range, I do agree, zstd would be a better default these days. On Tue, Sep 13, 2022 at 1:20 PM Alex Feinman

Re: [OE-core] [PATCH 1/7] scripts/oe-setup-builddir: add a check that TEMPLATECONF is valid

2022-09-13 Thread Alexander Kanavin
Hello, this is done for reasons of discoverability and consistency with machine and distro definitions: they all should be under meta-somelayer/conf/. This way both tools and humans can easily find the config templates, and be certain that this is the only location.. Alex On Wed, 14 Sept 2022

Re: [OE-core] [PATCH 1/7] scripts/oe-setup-builddir: add a check that TEMPLATECONF is valid

2022-09-13 Thread Chen Qi
On 9/14/22 13:00, Alexander Kanavin wrote: Hello, this is done for reasons of discoverability and consistency with machine and distro definitions: they all should be under meta-somelayer/conf/. This way both tools and humans can easily find the config templates, and be certain that this is the

Re: [OE-core] [PATCH v3] webkitgtk: Fix build on 32bit arm

2022-09-13 Thread Yu, Mingli
On 9/14/22 11:02, Khem Raj wrote: [Please note: This e-mail is from an EXTERNAL e-mail address] On Tue, Sep 13, 2022 at 7:25 PM Yu, Mingli wrote: Still failed on beaglebone-yocto: /build/tmp-glibc/work/cortexa8hf-neon-wrs-linux-gnueabi/webkitgtk/2.36.7-r0/webkitgtk-2.36.7/Source/W

Re: [OE-core] [yocto] QA notification for completed autobuilder build (yocto-4.1_M3.rc2)

2022-09-13 Thread Teoh, Jay Shen
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-4.1_M3.rc2. We are planning to execute following tests for this cycle: OEQA-manual tests for following module: 1. OE-Core 2. BSP-hw Runtime auto test for following platforms: 1. MinnowTurbot 32-bit 2. NUC 7 3. NUC 6 4.

Re: [OE-core] OE-core CVE metrics for master on Sun 11 Sep 2022 04:00:01 AM HST

2022-09-13 Thread Richard Purdie
On Mon, 2022-09-12 at 18:45 -0700, Khem Raj wrote: > On 9/11/22 7:02 AM, Steve Sakoman wrote: > > > CVE-2021-3521 (CVSS3: 4.7 MEDIUM): rpm:rpm-native > > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2021-3521 * > > CVE-2021-35937 (CVSS3: 6.4 MEDIUM): rpm:rpm-native > >

Re: [OE-core] [PATCH] python3-cryptography: workaround broken native functionality

2022-09-13 Thread Mikko Rapeli
Hi, On Tue, 13 Sept 2022 at 13:01, Richard Purdie wrote: > > On Tue, 2022-09-13 at 12:34 +0300, Mikko Rapeli wrote: > > The python3-cryptography-native builds work but are functionally broken > > on Ubuntu 18.04 build host since the update from 3.3.2 in > > meta-openembedded/meta-python. If

[OE-core] [dunfell][PATCH 1/2] systemd: Fix unwritable /var/lock when no sysvinit handling

2022-09-13 Thread niko.ma...@vaisala.com via lists.openembedded.org
From: "niko.ma...@vaisala.com" Commit 8089cefed8e83c0348037768c292058f1bcbbbe5 ("systemd: Add PACKAGECONFIG for sysvinit") decoupled enabling of systemd's sysvinit handling behavior behind a distinct PACKAGECONFIG feature. This new option affects among other things the installing of

[OE-core] [dunfell][PATCH 2/2] systemd: Add 'no-dns-fallback' PACKAGECONFIG option

2022-09-13 Thread niko.ma...@vaisala.com via lists.openembedded.org
From: "niko.ma...@vaisala.com" systemd defines a default set of fallback DNS servers in https://github.com/systemd/systemd/blob/v251/meson_options.txt#L328-L330 By adding a PACKAGECONFIG knob providing a convenient way to opt out, and then adding that value to systemd's PACKAGECONFIG, the

Re: [OE-core] OE-core CVE metrics for master on Sun 11 Sep 2022 04:00:01 AM HST

2022-09-13 Thread Richard Purdie
On Mon, 2022-09-12 at 18:45 -0700, Khem Raj wrote: > On 9/11/22 7:02 AM, Steve Sakoman wrote: > > Branch: master > > > > New this week: 10 CVEs > > CVE-2020-35538 (CVSS3: 5.5 MEDIUM): libjpeg-turbo:libjpeg-turbo-native > > https://web.nvd.nist.gov/view/vuln/detail?vulnId=CVE-2020-35538 * > >

Re: [OE-core] [PATCH] python3-cryptography: workaround broken native functionality

2022-09-13 Thread Richard Purdie
On Tue, 2022-09-13 at 12:34 +0300, Mikko Rapeli wrote: > The python3-cryptography-native builds work but are functionally broken > on Ubuntu 18.04 build host since the update from 3.3.2 in > meta-openembedded/meta-python. If recipe needs and DEPENDS on > python3-cryptography-native for signing use

Re: [OE-core] [PATCH] python3-cryptography: workaround broken native functionality

2022-09-13 Thread Richard Purdie
On Tue, 2022-09-13 at 13:29 +0300, Mikko Rapeli wrote: > Hi, > > On Tue, 13 Sept 2022 at 13:01, Richard Purdie > wrote: > > > > On Tue, 2022-09-13 at 12:34 +0300, Mikko Rapeli wrote: > > > The python3-cryptography-native builds work but are functionally broken > > > on Ubuntu 18.04 build host

Re: [OE-core] [PATCH] python3-cryptography: workaround broken native functionality

2022-09-13 Thread Mikko Rapeli
On Tue, 13 Sept 2022 at 13:34, Richard Purdie wrote: > Are you using uninative? I'd have expected glibc and pthreads to come > from there rather than the host. Yes, using uninative, not host libc, sorry. Added full list of openat()'d files to the end of this email, from master branch with this

[OE-core] [kirkstone][PATCH 1/2] systemd: Fix unwritable /var/lock when no sysvinit handling

2022-09-13 Thread niko.ma...@vaisala.com via lists.openembedded.org
From: "niko.ma...@vaisala.com" Commit 8089cefed8e83c0348037768c292058f1bcbbbe5 ("systemd: Add PACKAGECONFIG for sysvinit") decoupled enabling of systemd's sysvinit handling behavior behind a distinct PACKAGECONFIG feature. This new option affects among other things the installing of

[OE-core] [kirkstone][PATCH 2/2] systemd: Add 'no-dns-fallback' PACKAGECONFIG option

2022-09-13 Thread niko.ma...@vaisala.com via lists.openembedded.org
From: "niko.ma...@vaisala.com" systemd defines a default set of fallback DNS servers in https://github.com/systemd/systemd/blob/v251/meson_options.txt#L328-L330 By adding a PACKAGECONFIG knob providing a convenient way to opt out, and then adding that value to systemd's PACKAGECONFIG, the

[OE-core] [PATCH] selftest/qemurunner: Work around possible control character contamination

2022-09-13 Thread Richard Purdie
Using a binary string as the login banner search expression is fraught with risks. We've seen cases on the autobuilder where "login:" is clearly shown but the code hasn't triggered. The most likely cause is hidden control characters in the output causing the search to fail. Take the opportunity

[OE-core] [PATCH] python3-cryptography: workaround broken native functionality

2022-09-13 Thread Mikko Rapeli
The python3-cryptography-native builds work but are functionally broken on Ubuntu 18.04 build host since the update from 3.3.2 in meta-openembedded/meta-python. If recipe needs and DEPENDS on python3-cryptography-native for signing use cases, loading the python modules fails: $ python3 -c "from

Re: [OE-core] [kirkstone] binutils: stable 2.38 branch updates

2022-09-13 Thread Sundeep KOKKONDA
Hello, I am planning to take the gcc, glibc & binutils updates to Kirkstone. I found only the glibc-2.35 branch is having a few updates (given below). f8ad66a4ca nscd: Fix netlink cache invalidation if epoll is used [BZ #29415] 9e960717e1 Apply asm redirections in wchar.h before first use

[OE-core] [PATCH] opkg: enable zstd support

2022-09-13 Thread Etienne Cordonnier via lists.openembedded.org
This allows the use of zstd for opkg packages by using OPKGBUILDCMD: OPKGBUILDCMD = "opkg-build -Z zstd" Signed-off-by: Alex Feinman Signed-off-by: Etienne Cordonnier --- meta/recipes-devtools/opkg/opkg_0.6.0.bb | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git

[OE-core][kirkstone 08/16] autoconf: Update K & R stype functions

2022-09-13 Thread Steve Sakoman
From: Khem Raj This replaces the proposed patch with a backport of what got accepted upstream Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit f3e92b7cb5833f61ff13a66f03be513d97a69894) Signed-off-by: Steve Sakoman ---

[OE-core][kirkstone 09/16] libxml2: Port gentest.py to Python-3

2022-09-13 Thread Steve Sakoman
From: Martin Jansa * but it still won't work well on hosts without libxml2, make sure to use pre-generated testapi.c in do_compile_ptest * this is reproducible with SOURCE_DATE_EPOCH set to 0 which e.g. meta-updater still sets by default for DISTROs which use it :(, see

[OE-core][kirkstone 10/16] core-image.bbclass: Exclude openssh complementary packages

2022-09-13 Thread Steve Sakoman
From: Pavel Zhukov Openssh (main) package may be marked for installation via complementary packages mechanism if sftp-server is installed and this causes conflict with dropbear [Yocto #14858] [1]. Excluding openssh complementary packages if packagegroup-core-ssh-dropbear is in PACKAGE_INSTALL

[OE-core][kirkstone 11/16] rootfs-postcommands.bbclass: avoid moving ssh host keys if etc is writable

2022-09-13 Thread Steve Sakoman
From: Peter Bergin When using IMAGE_FEATURE read-only-rootfs ssh host keys are moved to volatile storage. If the feature overlayfs-etc is used in addition to read-only-rootfs /etc is writable and the move is not wanted. But in the case also the IMAGE_FEATURE stateless-rootfs is used the keys

[OE-core][kirkstone 06/16] kernel: Use consistent make flags for menuconfig

2022-09-13 Thread Steve Sakoman
From: Richard Purdie We're currently only passing in a subset of the kernel make flags to menuconfig. Fix this to be consistent with all the other kernel operations since these are becomming increasingly reliant on host compilers and flags and target toolchains as well. Signed-off-by: Richard

[OE-core][kirkstone 07/16] autoconf: Fix strict prototype errors in generated tests

2022-09-13 Thread Steve Sakoman
From: Khem Raj This will fix issues with autoconf tests which fail due to lacking prototypes Signed-off-by: Khem Raj Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit eb477854ba230d8a8370f24880bd421607399e5a) Signed-off-by: Steve Sakoman ---

[OE-core][kirkstone 01/16] cracklib: upgrade 2.9.7 -> 2.9.8

2022-09-13 Thread Steve Sakoman
From: wangmy v2.9.8 Correct parameter types to Debug() calls rules: Drop using register keyword remove needless use of %defattr per fedora project add exec perms translation updates Use what's in the build environment and use a current autoconf

[OE-core][kirkstone 00/16] Patch review

2022-09-13 Thread Steve Sakoman
Please review this set of patches for kirkstone and have comments back by end of day Thursday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/4220 The following changes since commit bfce90b1260d07f01a8dc2998c9e63ca36d4ebbe: npm: use

[OE-core][kirkstone 02/16] vala: upgrade 0.56.2 -> 0.56.3

2022-09-13 Thread Steve Sakoman
From: wangmy Changelog: == * Various improvements and bug fixes: - vala: Don't unconditionally expect ObjectType of Class [#1341] - vala: Make try-statement parsing more resilient [#1304] - vala: Avoid problems with '\' in #line directives on Windows [#1353] - gidlparser: Set

[OE-core][kirkstone 03/16] ruby: drop capstone support

2022-09-13 Thread Steve Sakoman
From: Alexandre Belloni Upstream dropped capstone support and this also causing us reproducibility issues. Signed-off-by: Alexandre Belloni (cherry picked from commit d2496a904a7099ef0de818180820ad7b40843a08) Signed-off-by: Steve Sakoman --- ...001-Remove-dependency-on-libcapstone.patch | 36

[OE-core][kirkstone 04/16] gcc-multilib-config: Fix i686 toolchain relocation issues

2022-09-13 Thread Steve Sakoman
From: Richard Purdie This code wasn't changing the linux.h on i686. Make the entry match that for i586 which was correct. This fixes problems where the wrong dynamic loader path was used by nativesdk-gcc on i686 SDK targets by ensuring SYSTEMLIBS_DIR is replaced by %r in the correct header

[OE-core][kirkstone 05/16] kernel: Always set CC and LD for the kernel build

2022-09-13 Thread Steve Sakoman
From: Richard Purdie It as been bothering me a bit that we don't set CC and LD consistently for the kernel make calls and this can lead to interesting bugs as the kernel increases in complexity. Add them to EXTRA_OEMAKE so they're always passed in. This makes everything slightly more consistent

[OE-core] [PATCH] python3: add PACKAGECONFIG[editline]

2022-09-13 Thread Etienne Cordonnier via lists.openembedded.org
editline is a BSD alternative for readline which is GPLv3. Signed-off-by: Etienne Cordonnier --- meta/recipes-devtools/python/python3_3.10.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3_3.10.6.bb b/meta/recipes-devtools/python/python3_3.10.6.bb

Re: [OE-core] [PATCH] python3-cryptography: workaround broken native functionality

2022-09-13 Thread Richard Purdie
On Tue, 2022-09-13 at 14:13 +0300, Mikko Rapeli wrote: > On Tue, 13 Sept 2022 at 13:34, Richard Purdie > wrote: > > Are you using uninative? I'd have expected glibc and pthreads to come > > from there rather than the host. > > Yes, using uninative, not host libc, sorry. Added full list of >

[OE-core] [dunfell][PATCH] binutils : CVE-2022-38533

2022-09-13 Thread Florin Diaconescu
Upstream-Status: Backport [https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=ef186fe54aa6d281a3ff8a9528417e5cc614c797] Signed-off-by: Florin Diaconescu --- .../binutils/binutils-2.34.inc| 1 + .../binutils/binutils/CVE-2022-38533.patch| 37 +++ 2

Re: [OE-core] [PATCH] python3: add PACKAGECONFIG[editline]

2022-09-13 Thread Quentin Schulz
Hi Etienne, On 9/13/22 14:39, Etienne Cordonnier via lists.openembedded.org wrote: editline is a BSD alternative for readline which is GPLv3. Signed-off-by: Etienne Cordonnier --- meta/recipes-devtools/python/python3_3.10.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core][kirkstone 12/16] cairo: Adapt the license information based on what is being built

2022-09-13 Thread Steve Sakoman
From: Peter Kjellerstedt If the "trace" PACKAGECONFIG is removed to disable cairo-trace (the only part of the code licensed as GPL-3.0), we can adapt the licenses for cairo-dbg and cairo-src so that they do not include "GPL-3.0-or-later" and thus they can be used also when, e.g., GPL-3.0 is

[OE-core][kirkstone 13/16] rootfs.py: dont try to list installed packages for baremetal images

2022-09-13 Thread Steve Sakoman
From: Alejandro Hernandez Samaniego Theres not a rootfs for baremetal images, hence we should avoid trying to list rootfs packages for them. This fixes an issue where some classes (e.g. license_image) rely on rootfs functionality when included for baremetal images even if its nonexistent

[OE-core][kirkstone 14/16] externalsrc: Don't wipe out src dir when EXPORT_FUNCTIONS is used.

2022-09-13 Thread Steve Sakoman
From: Kristian Amlie When 73fa855f6af5ef9c3 was introduced, the "cleandirs" variable flag started applying to functions exported using EXPORT_FUNCTIONS. The externalsrc class is supposed to remove cleandirs in order to prevent wiping out an external src folder (home directory?), but doesn't take

[OE-core][kirkstone 15/16] oeqa: qemurunner: Report UNIX Epoch timestamp on login

2022-09-13 Thread Steve Sakoman
From: Joshua Watt Updates the log message printed when login banner is seen in QEMU to report the UNIX Epoch time in addition to the human readable time. This makes it much easier and accurate to correlate logs with the guest, in particular with the guest journalctl which prints log timestamps

[OE-core][kirkstone 16/16] runqemu: display host uptime when starting

2022-09-13 Thread Steve Sakoman
From: Alexandre Belloni In order to be able to debug issues on the host that have an impact on the guest, it is useful to get the uptime of the host while starting so we can match with the events in dmesg. Also include the uptime when cleaning up. Signed-off-by: Alexandre Belloni

Re: [OE-core] [kirkstone] binutils: stable 2.38 branch updates

2022-09-13 Thread Randy MacLeod
On 2022-09-13 12:59, Khem Raj wrote: On 9/13/22 2:43 AM, Sundeep KOKKONDA wrote: Hello, I am planning to take the gcc, glibc & binutils updates to Kirkstone. I found only the glibc-2.35 branch is having a few updates (given below). /f8ad66a4ca nscd: Fix netlink cache invalidation if epoll is

Re: [OE-core] [kirkstone] binutils: stable 2.38 branch updates

2022-09-13 Thread Khem Raj
On Tue, Sep 13, 2022 at 11:42 AM Randy MacLeod wrote: > > On 2022-09-13 12:59, Khem Raj wrote: > > On 9/13/22 2:43 AM, Sundeep KOKKONDA wrote: > >> Hello, > >> I am planning to take the gcc, glibc & binutils updates to Kirkstone. > >> I found only the glibc-2.35 branch is having a few updates

Re: [OE-core] [kirkstone] binutils: stable 2.38 branch updates

2022-09-13 Thread Steve Sakoman
On Tue, Sep 13, 2022 at 8:42 AM Randy MacLeod wrote: > > On 2022-09-13 12:59, Khem Raj wrote: > > On 9/13/22 2:43 AM, Sundeep KOKKONDA wrote: > >> Hello, > >> I am planning to take the gcc, glibc & binutils updates to Kirkstone. > >> I found only the glibc-2.35 branch is having a few updates

Re: [OE-core] [PATCH] opkg: enable zstd support

2022-09-13 Thread Alex Stewart
ACK from me - apart from enabling zstd by default. On 9/13/22 07:37, Etienne Cordonnier via lists.openembedded.org wrote: This allows the use of zstd for opkg packages by using OPKGBUILDCMD: OPKGBUILDCMD = "opkg-build -Z zstd" Signed-off-by: Alex Feinman Signed-off-by: Etienne Cordonnier ---

Re: [OE-core] [PATCH] python3: add PACKAGECONFIG[editline]

2022-09-13 Thread Etienne Cordonnier via lists.openembedded.org
Hi Quentin, yes, editline is replacing readline in python3, even though editline may have slightly less functionality than readline. I'll edit the patch to add a conflict between editline and readline. Thanks, Etienne On Tue, Sep 13, 2022 at 2:53 PM Quentin Schulz <

[OE-core] [kirkstone][PATCH 1/2] lighttpd: upgrade 1.4.64 -> 1.4.65

2022-09-13 Thread Sakib Sajal
From: wangmy Changelog: == * [build] meson: fix typo in variable name * [build] autoconf: report if building with zstd * [build] meson -Dlua_version=... to specify lua ver * [core] avoid CCRandomGenerateBytes on MacOS <10.12 (fixes #3140) * [core] use diff var name w/

[OE-core] [kirkstone][PATCH 2/2] lighttpd: upgrade 1.4.65 -> 1.4.66

2022-09-13 Thread Sakib Sajal
From: Alexander Kanavin Signed-off-by: Alexander Kanavin Signed-off-by: Alexandre Belloni Signed-off-by: Richard Purdie (cherry picked from commit 3163134b0f58c58aaabe4e957c30109e63b2d60f) Signed-off-by: Sakib Sajal --- .../lighttpd/{lighttpd_1.4.65.bb => lighttpd_1.4.66.bb} | 2 +-

[OE-core] [PATCH v2] python3: add PACKAGECONFIG[editline]

2022-09-13 Thread Etienne Cordonnier via lists.openembedded.org
editline is a BSD alternative for readline which is GPLv3. Signed-off-by: Etienne Cordonnier --- meta/recipes-devtools/python/python3_3.10.6.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/python/python3_3.10.6.bb b/meta/recipes-devtools/python/python3_3.10.6.bb

[OE-core] Yocto Project Status 13 September 2022 (WW37)

2022-09-13 Thread Stephen Jolley
Current Dev Position: YP 4.1 M4 (Feature Freeze) Next Deadline: 3rd October 2022 YP 4.1 M4 Build Next Team Meetings: * Bug Triage meeting Thursday September 22nd 7:30 am PDT (

Re: [OE-core][kirkstone 24/24] npm: use npm_registry to cache package

2022-09-13 Thread Martin Jansa
FWIW: this depends on meta-oe change to add meta-oe-cache-native as reported in: https://github.com/openembedded/meta-openembedded/issues/606 I've sent the backport request for meta-oe/kirkstone: https://lists.openembedded.org/g/openembedded-devel/message/98787 On Wed, Sep 7, 2022 at 4:21 PM

[OE-core] [PATCH] elfutils: Enable ptests on musl targets

2022-09-13 Thread Khem Raj
Signed-off-by: Khem Raj --- .../elfutils/elfutils_0.187.bb| 2 +- ...Add-libeu-to-tests-needing-error-API.patch | 147 ++ 2 files changed, 148 insertions(+), 1 deletion(-) create mode 100644

Re: [OE-core] [kirkstone] binutils: stable 2.38 branch updates

2022-09-13 Thread Khem Raj
On 9/13/22 2:43 AM, Sundeep KOKKONDA wrote: Hello, I am planning to take the gcc, glibc & binutils updates to Kirkstone. I found only the glibc-2.35 branch is having a few updates (given below). /f8ad66a4ca nscd: Fix netlink cache invalidation if epoll is used [BZ #29415]/ /9e960717e1 Apply

Re: [OE-core] [PATCH] libxml2: don't override XML_CATALOG_FILES in xmllint wrapper if already set

2022-09-13 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org > On Behalf Of Richard Purdie > Sent: den 12 september 2022 10:44 > To: Ross Burton ; > openembedded-core@lists.openembedded.org > Cc: schnitzelt...@gmail.com > Subject: Re: [OE-core] [PATCH] libxml2: don't override