[OE-core][kirkstone 00/13] Pull request (cover letter only)

2022-06-08 Thread Steve Sakoman
The following changes since commit e63013cc38b82659658365da53b14952711d6701: gcc: Upgrade to 11.3 release (2022-06-02 06:48:32 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/kirkstone-next

Re: [OE-core] [PATCH] e2fsprogs: add alternatives handling of lsattr as well

2022-06-08 Thread Paulo Neves
Looks good to me. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#166756): https://lists.openembedded.org/g/openembedded-core/message/166756 Mute This Topic: https://lists.openembedded.org/mt/91622646/21656 Group Owner:

Re: [OE-core] How to use devicetree.bbclass?

2022-06-08 Thread Chris Laplante via lists.openembedded.org
We're using honister. We have a recipe that generates a device tree using devicetree.bbclass. It doesn't do anything special: SRC_URI = file://system-top.dts DT_INCLUDE:append = " ${THISDIR}/files" COMPATIBLE_MACHINE:zynq = "zynq" inherit devicetree It's unclear to me how this

Re: [OE-core] How to use devicetree.bbclass?

2022-06-08 Thread Chris Laplante via lists.openembedded.org
We're using honister. We have a recipe that generates a device tree using devicetree.bbclass. It doesn't do anything special: SRC_URI = file://system-top.dts DT_INCLUDE:append = " ${THISDIR}/files" COMPATIBLE_MACHINE:zynq = "zynq" inherit devicetree It's unclear to me how this

[OE-core] How to use devicetree.bbclass?

2022-06-08 Thread Chris Laplante via lists.openembedded.org
Hello, We're using honister. We have a recipe that generates a device tree using devicetree.bbclass. It doesn't do anything special: SRC_URI = file://system-top.dts DT_INCLUDE:append = " ${THISDIR}/files" COMPATIBLE_MACHINE:zynq = "zynq" inherit devicetree It's unclear to me

Re: [OE-core] [PATCH v2 4/5] oeqa/selftest: Add test for shebang overflow

2022-06-08 Thread Luca Ceresoli via lists.openembedded.org
Hi Paulo, On Wed, 8 Jun 2022 14:53:05 +0200 "Luca Ceresoli via lists.openembedded.org" wrote: > Hi Paulo, > > On Tue, 7 Jun 2022 17:11:22 +0200 > "Paulo Neves" wrote: > > > Make sure we do not stage any executable with a bigger shebang > > than 128. Fixes [1] > > > > [1]

Re: [OE-core] [PATCH v2 4/5] oeqa/selftest: Add test for shebang overflow

2022-06-08 Thread Luca Ceresoli via lists.openembedded.org
On Wed, 8 Jun 2022 16:45:20 +0200 "Paulo Neves" wrote: > On 6/8/22 14:53, Luca Ceresoli wrote: > > Hi Paulo, > > > > On Tue, 7 Jun 2022 17:11:22 +0200 > > "Paulo Neves" wrote: > > > >> Make sure we do not stage any executable with a bigger shebang > >> than 128. Fixes [1] > >> > >> [1]

Re: [OE-core] Rust recipe fails to build project on kirkstone but works on dunfell

2022-06-08 Thread Randy MacLeod
On 2022-06-08 10:35, Bartosz Golaszewski wrote: On Wed, Jun 8, 2022 at 3:21 AM Randy MacLeod wrote: [snip] Naveen or I will take a look at some point and at least let you know if we can reproduce the error. Can you try using the master branch to use rust_1.60 ? I doubt it will help but it

[OE-core][dunfell 14/14] linux-yocto/5.4: update to v5.4.196

2022-06-08 Thread Steve Sakoman
From: Bruce Ashfield Updating to the latest korg -stable release that comprises the following commits: 04b092e4a01a Linux 5.4.196 dba1941f5bc3 afs: Fix afs_getattr() to refetch file status if callback break occurred ef5374d532ca i2c: mt7621: fix missing clk_disable_unprepare() on

[OE-core][dunfell 13/14] cve-update-db-native: make it possible to disable database updates

2022-06-08 Thread Steve Sakoman
From: Marta Rybczynska Make it possible to disable the database update completely by using a negative update interval CVE_DB_UPDATE_INTERVAL. Disabling the update is useful when running multiple parallel builds when we want to have a control on the database version. This allows coherent

[OE-core][dunfell 12/14] cve-check: add coverage statistics on recipes with/without CVEs

2022-06-08 Thread Steve Sakoman
From: Marta Rybczynska Until now the CVE checker was giving information about CVEs found for a product (or more products) contained in a recipe. However, there was no easy way to find out which products or recipes have no CVEs. Having no reported CVEs might mean there are simply none, but can

[OE-core][dunfell 11/14] cve-check: write empty fragment files in the text mode

2022-06-08 Thread Steve Sakoman
From: Marta Rybczynska In the cve-check text mode output, we didn't write fragment files if there are no CVEs (if CVE_CHECK_REPORT_PATCHED is 1), or no unpached CVEs otherwise. However, in a system after multiple builds, cve_check_write_rootfs_manifest might find older files and use them as

[OE-core][dunfell 10/14] cve-check: move update_symlinks to a library

2022-06-08 Thread Steve Sakoman
From: Marta Rybczynska Move the function to a library, it could be useful in other places. Signed-off-by: Marta Rybczynska Signed-off-by: Richard Purdie (cherry picked from commit debd37abcdde8788761ebdb4a05bc61f7394cbb8) Signed-off-by: Steve Sakoman --- meta/classes/cve-check.bbclass | 11

[OE-core][dunfell 09/14] curl: Fix CVE_CHECK_WHITELIST typo

2022-06-08 Thread Steve Sakoman
From: Robert Joslyn Fix typo to properly whitelist CVE-2021-22945. Signed-off-by: Robert Joslyn Signed-off-by: Steve Sakoman --- meta/recipes-support/curl/curl_7.69.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-support/curl/curl_7.69.1.bb

[OE-core][dunfell 08/14] curl: Backport CVE fixes

2022-06-08 Thread Steve Sakoman
From: Robert Joslyn Backport patches to address CVE-2022-27774, CVE-2022-27781, and CVE-2022-27782. Signed-off-by: Robert Joslyn Signed-off-by: Steve Sakoman --- .../curl/curl/CVE-2022-27774-1.patch | 45 +++ .../curl/curl/CVE-2022-27774-2.patch | 80

[OE-core][dunfell 07/14] libxslt: Mark CVE-2022-29824 as not applying

2022-06-08 Thread Steve Sakoman
From: Richard Purdie We have libxml2 2.9.10 and we don't link statically against libxml2 anyway so the CVE doesn't apply to libxslt. (From OE-Core rev: c6315d8a2a1429a0fb7563b1d6352ceee7bc222c) Signed-off-by: Omkar Patil Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][dunfell 06/14] libxslt: Fix CVE-2021-30560

2022-06-08 Thread Steve Sakoman
From: omkar patil CVE: CVE-2021-30560 Signed-off-by: omkar patil Signed-off-by: Steve Sakoman --- .../libxslt/libxslt/CVE-2021-30560.patch | 201 ++ .../recipes-support/libxslt/libxslt_1.1.34.bb | 1 + 2 files changed, 202 insertions(+) create mode 100644

[OE-core][dunfell 05/14] pcre2: CVE-2022-1587 Out-of-bounds read

2022-06-08 Thread Steve Sakoman
From: Hitendra Prajapati Source: https://github.com/PCRE2Project/pcre2 MR: 118031 Type: Security Fix Disposition: Backport from https://github.com/PCRE2Project/pcre2/commit/03654e751e7f0700693526b67dfcadda6b42c9d0 ChangeID: 8fbc562b3e6b6a3674f435f6527a62afc67ef933 Description:

[OE-core][dunfell 04/14] e2fsprogs: CVE-2022-1304 out-of-bounds read/write via crafted filesystem

2022-06-08 Thread Steve Sakoman
From: Hitendra Prajapati Source: https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git MR: 117430 Type: Security Fix Disposition: Backport from https://git.kernel.org/pub/scm/fs/ext2/e2fsprogs.git/commit/?h=maint=ab51d587bb9b229b1fade1afd02e1574c1ba5c76 ChangeID:

[OE-core][dunfell 03/14] openssl: update the epoch time for ct_test ptest

2022-06-08 Thread Steve Sakoman
We are getting an additional ptest failure after fixing the expired certificates. Backport a patch from upstream to fix this. Signed-off-by: Steve Sakoman --- ...611887cfac633aacc052b2e71a7f195418b8.patch | 29 +++ .../openssl/openssl_1.1.1o.bb | 1 + 2 files

[OE-core][dunfell 02/14] openssl: backport fix for ptest certificate expiration

2022-06-08 Thread Steve Sakoman
ptests in in openssl have started failing as test certificates have expired. Backport a fix for this from upstream, replacing the test certificates to allow the ptests to pass again. Signed-off-by: Steve Sakoman --- ...5d82489b3ec09ccc772dfcee14fef0e8e908.patch | 192 ++

[OE-core][dunfell 01/14] Revert "openssl: Backport fix for ptest cert expiry"

2022-06-08 Thread Steve Sakoman
Version 1.1.1 requires additional changes This reverts commit 4051d1a3aa5f70da96c381f9dea5f52cd9306939. --- ...ea88c3888cc5cb3ebc94ffcef706c68bc1d2.patch | 55 --- .../openssl/openssl_1.1.1o.bb | 1 - 2 files changed, 56 deletions(-) delete mode 100644

[OE-core][dunfell 00/14] Patch review

2022-06-08 Thread Steve Sakoman
Please review this set of patches for dunfell and have comments back by end of day Friday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3760 The following changes since commit 4051d1a3aa5f70da96c381f9dea5f52cd9306939: openssl: Backport fix

Re: [OE-core] [PATCH v2 4/5] oeqa/selftest: Add test for shebang overflow

2022-06-08 Thread Paulo Neves
On 6/8/22 14:53, Luca Ceresoli wrote: Hi Paulo, On Tue, 7 Jun 2022 17:11:22 +0200 "Paulo Neves" wrote: Make sure we do not stage any executable with a bigger shebang than 128. Fixes [1] [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=11053 Signed-off-by: Paulo Neves This check

[OE-core][kirkstone 22/22] rootfs.py: find .ko.zst kernel modules

2022-06-08 Thread Steve Sakoman
From: Sean Anderson With CONFIG_MODULE_COMPRESS_ZSTD enabled, kernel modules will have a .ko.zst extension. This fixes depmod not being run. Fixes: 1b696a45ddb ("rootfs.py: Add check for kernel modules before running depmod") Signed-off-by: Sean Anderson Signed-off-by: Richard Purdie (cherry

[OE-core][kirkstone 21/22] license.bbclass: Bound beginline and endline in copy_license_files()

2022-06-08 Thread Steve Sakoman
From: Peter Kjellerstedt Ensure that begin_idx (i.e., beginline - 1) and end_idx (i.e., endline) are positive numbers in copy_license_files(). This makes sure the same lines are copied as populate_lic_qa_checksum() uses when it calculates the checksum. Before, beginline=0 would typically lead to

[OE-core][kirkstone 20/22] libseccomp: Correct LIC_FILES_CHKSUM

2022-06-08 Thread Steve Sakoman
From: Peter Kjellerstedt Previously, only the first line of the LICENSE file was included, which only covered the license name and thus would not detect a change to the version (or anything else for that matter). Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie (cherry picked

[OE-core][kirkstone 19/22] alsa-plugins: fix libavtp vs. avtp packageconfig

2022-06-08 Thread Steve Sakoman
From: Marcel Ziswiler Fix PACKAGECONFIG to refer to libavtp instead of avtp as this is what the project and everything is really called everywhere. Signed-off-by: Marcel Ziswiler Signed-off-by: Richard Purdie (cherry picked from commit 8824d91fe2063195014c38c134b97946d3b429c2) Signed-off-by:

[OE-core][kirkstone 18/22] kernel-yocto.bbclass: Reset to exiting on non-zero return code at end of task

2022-06-08 Thread Steve Sakoman
From: Stefan Wiehler Several tasks deactivate exiting on non-zero return codes via set +e because they run subcommands that have legitimate non-zero return codes. However when appending to those tasks, this behavior is not expected and can lead to builds silently proceeding in case of an error.

[OE-core][kirkstone 17/22] perl: Fix build with gcc-12

2022-06-08 Thread Steve Sakoman
From: Mingli Yu Fix the build failure when debug build is enabled. Add DEBUG_BUILD = "1" in conf/local.conf. $ bitbake perl | In function 'dynprep', inlined from 'S_sortsv_flags_impl' at pp_sort.c:358:20, inlined from 'sortsv_amagic_i_ncmp' at pp_sort.c:572:5: | pp_sort.c:1232:1:

[OE-core][kirkstone 16/22] gcc-cross-canadian: Add nativesdk-zstd dependency

2022-06-08 Thread Steve Sakoman
From: Richard Purdie To match the changes to gcc-cross, add a nativesdk-zstd dependency to ensure our configurations match. Signed-off-by: Richard Purdie (cherry picked from commit c145e00710fe557b5a3832fdc556ad53434b3615) Signed-off-by: Steve Sakoman ---

[OE-core][kirkstone 15/22] gcc: depend on zstd-native

2022-06-08 Thread Steve Sakoman
From: Jeremy Puhlman Sharing sstate cache binaries between two systems, one with libzstd installed and the other without, leads to various gcc components being linked against the system libzstd and failing to run on the system with out it installed. Make zstd-native from our system available.

[OE-core][kirkstone 14/22] openssl: Backport fix for ptest cert expiry

2022-06-08 Thread Steve Sakoman
From: Richard Purdie ptests in in openssl have started failing as one of the test certificates has expired. Backport a fix for this from upstream, replacing the test certificate to allow the ptests to pass again. Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][kirkstone 13/22] patch.py: make sure that patches/series file exists before quilt pop

2022-06-08 Thread Steve Sakoman
From: Martin Jansa * Since quilt upgrade to 0.67 some recipes sometimes fail in do_patch with errors like: ERROR: Applying patch 'GPLv2.patch' on target directory '/OE/build/oe-core/tmp-glibc/work/qemux86_64-oe-linux/keymaps/1.0-r31' CmdError('quilt --quiltrc

[OE-core][kirkstone 12/22] linux-firmware: split ath3k firmware

2022-06-08 Thread Steve Sakoman
From: Dmitry Baryshkov Atheros AR3011 Bluetooth devices require special ath3k-1.fw firmware file. Package it separately from the main linux-firmware package to allow deploying this firmware on embedded devices. Signed-off-by: Dmitry Baryshkov Signed-off-by: Luca Ceresoli (cherry picked from

[OE-core][kirkstone 11/22] linux-firmware: package new Qualcomm firmware

2022-06-08 Thread Steve Sakoman
From: Dmitry Baryshkov Create separate packages with firmware files for APQ8096 SoC and for Adreno 2xx/4xx. Include A330 firmware into the 3xx package. Signed-off-by: Dmitry Baryshkov Signed-off-by: Luca Ceresoli Signed-off-by: Richard Purdie (cherry picked from commit

[OE-core][kirkstone 10/22] webkitgtk: upgrade 2.36.1 -> 2.36.3

2022-06-08 Thread Steve Sakoman
From: Richard Purdie This is a bug fix release in the stable 2.36 series. Support capturing already encoded video streams, which takes advantage of encoding done in hardware by devices which support this feature. Avoid using experimental GStreamer elements for video demuxing. Avoid using the

[OE-core][kirkstone 09/22] gtk+3: upgrade 3.24.33 -> 3.24.34

2022-06-08 Thread Steve Sakoman
From: Richard Purdie Overview of Changes in GTK+ 3.24.34, 05-18-2022 === * Include legacy hicolor icons * Fix the build with gcc 12 * MacOS: - Restore QUARTZ_RELOCATION support * X11: - Trap errors when getting output properties * Wayland: - Ignore

[OE-core][kirkstone 08/22] libxkbcommon: upgrade 1.4.0 -> 1.4.1

2022-06-08 Thread Steve Sakoman
From: Richard Purdie libxkbcommon 1.4.1 - 2022-05-21 == - Fix compose sequence overriding (common prefix) not working correctly. Regressed in 1.2.0. - Remove various bogus currency sign (particulary Euro and Korean Won) entries from the keysym <-> Unicode mappings. They

[OE-core][kirkstone 07/22] glib-2.0: upgrade 2.72.1 -> 2.72.2

2022-06-08 Thread Steve Sakoman
From: Richard Purdie Bugs fixed: 2640 UWP warnings about extensions and verbs with glib 2.72.1 2605 Backport !2449 and !2600 mingw test fixes to glib-2-72 2616 Backport !2615 “Meson: Fix gio-windows-2.0 override name” to glib-2-72 2629 Backport !2626, !2627 minor leak fixes to glib-2-72 2643

[OE-core][kirkstone 06/22] logrotate: upgrade 3.19.0 -> 3.20.1

2022-06-08 Thread Steve Sakoman
From: wangmy Changelog: = drop world-readable permission on state file even when ACLs are enabled (#446) fix potential DoS from unprivileged users via the state file (CVE-2022-1348) fix a misleading debug message with copytruncate and rotate 0 (#443) add support for unsigned time_t

[OE-core][kirkstone 05/22] cups: upgrade 2.4.1 -> 2.4.2

2022-06-08 Thread Steve Sakoman
From: wangmy Changelog: == - Fixed certificate strings comparison for Local authorization (CVE-2022-26691) - The cupsFileOpen function no longer opens files for append in read-write mode (Issue #291) - The cupsd daemon removed processing temporary queue (Issue #364) - Fixed delay in

[OE-core][kirkstone 04/22] cve-update-db-native: make it possible to disable database updates

2022-06-08 Thread Steve Sakoman
From: Marta Rybczynska Make it possible to disable the database update completely by using a negative update interval CVE_DB_UPDATE_INTERVAL. Disabling the update is useful when running multiple parallel builds when we want to have a control on the database version. This allows coherent

[OE-core][kirkstone 03/22] cve-check: fix return type in check_cves

2022-06-08 Thread Steve Sakoman
From: Marta Rybczynska Make empty return types in check_cvs the same for all code paths. Signed-off-by: Marta Rybczynska Signed-off-by: Richard Purdie (cherry picked from commit f86393c93dec47b24e837d0c4c5761a716ecdbb6) Signed-off-by: Steve Sakoman --- meta/classes/cve-check.bbclass | 2 +-

[OE-core][kirkstone 02/22] cve-check: write empty fragment files in the text mode

2022-06-08 Thread Steve Sakoman
From: Marta Rybczynska In the cve-check text mode output, we didn't write fragment files if there are no CVEs (if CVE_CHECK_REPORT_PATCHED is 1), or no unpached CVEs otherwise. However, in a system after multiple builds, cve_check_write_rootfs_manifest might find older files and use them as

[OE-core][kirkstone 01/22] cve-check: move update_symlinks to a library

2022-06-08 Thread Steve Sakoman
From: Marta Rybczynska Move the function to a library, it could be useful in other places. Signed-off-by: Marta Rybczynska Signed-off-by: Richard Purdie (cherry picked from commit debd37abcdde8788761ebdb4a05bc61f7394cbb8) Signed-off-by: Steve Sakoman --- meta/classes/cve-check.bbclass | 11

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

2022-06-08 Thread Steve Sakoman
Please review this set of patches for kirkstone and have comments back by end of day Friday. Passed a-full on autobuilder: https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/3756 The following changes since commit 27815774c983f7c2c849513efe087a6d77eaf443: lzo: Add further info

Re: [OE-core] Rust recipe fails to build project on kirkstone but works on dunfell

2022-06-08 Thread Bartosz Golaszewski
On Wed, Jun 8, 2022 at 3:21 AM Randy MacLeod wrote: > [snip] > > Naveen or I will take a look at some point and at least let you know if > we can reproduce the error. > Can you try using the master branch to use rust_1.60 ? > I doubt it will help but it might be easy to check. > Actually, the

Re: [OE-core] [PATCH] vim: put xxd in its own package

2022-06-08 Thread Tom Rini
On Wed, Jun 08, 2022 at 09:42:45AM +0200, Rasmus Villemoes wrote: > The xxd tool can be quite handy by itself, and doesn't have anything > to do with vim per se. Make it possible to include the rather tiny xxd > in a rootfs without pulling in the several MB vim binary and > associated data. > >

Re: [OE-core] [PATCH] vim: put xxd in its own package

2022-06-08 Thread Paulo Neves
Looks good to me then ;) Had a look at the code [1] and indeed it is a very minimal standalone binary. Grateful for your patience Paulo Neves [1] https://github.com/vim/vim/blob/master/src/xxd/xxd.c On 6/8/22 14:36, Rasmus Villemoes wrote: On 08/06/2022 14.30, Paulo Neves wrote: On 6/8/22

[OE-core] [PATCH] e2fsprogs: add alternatives handling of lsattr as well

2022-06-08 Thread Rasmus Villemoes via lists.openembedded.org
Building busybox with CONFIG_LSATTR=y and installing that in the same filesystem as e2fsprogs breaks: ERROR: ... do_rootfs: Postinstall scriptlets of ['busybox'] have failed. If the intention is to defer them to first boot, then please place them into pkg_postinst_ontarget:${PN} ().

Re: [OE-core] [PATCH v2 4/5] oeqa/selftest: Add test for shebang overflow

2022-06-08 Thread Luca Ceresoli via lists.openembedded.org
Hi Paulo, On Tue, 7 Jun 2022 17:11:22 +0200 "Paulo Neves" wrote: > Make sure we do not stage any executable with a bigger shebang > than 128. Fixes [1] > > [1] https://bugzilla.yoctoproject.org/show_bug.cgi?id=11053 > > Signed-off-by: Paulo Neves This check seems to be working very well!!

Re: [OE-core] [PATCH] vim: put xxd in its own package

2022-06-08 Thread Rasmus Villemoes via lists.openembedded.org
On 08/06/2022 14.30, Paulo Neves wrote: > On 6/8/22 14:13, Rasmus Villemoes wrote: > >> On 08/06/2022 13.58, Paulo Neves via lists.openembedded.org wrote: > I mean that your patch allows for a new standalone package ${PN}-xxd. > Were somebody to use this package standalone, meaning without

Re: [OE-core] [PATCH] vim: put xxd in its own package

2022-06-08 Thread Paulo Neves
On 6/8/22 14:13, Rasmus Villemoes wrote: On 08/06/2022 13.58, Paulo Neves via lists.openembedded.org wrote: Forgive me if it is a stupid question, but does xxd not rdepend on ncurses-terminfo-base as well? No, it does not, it's a trivial standalone utility whose only dynamic dependency is

Re: [OE-core] [PATCH] cve-check: move update_symlinks to a library

2022-06-08 Thread Richard Purdie
On Wed, 2022-06-08 at 09:51 +0200, Marta Rybczynska wrote: > On Mon, Jun 6, 2022 at 8:08 AM Pavel Zhukov wrote: > > > > > > Looks like update_symplinks is widely used accros OE. Quick grepping gave > > me this: > > [1]. I'm sure there're more occurences. > > This should be somewhere in more

Re: [OE-core] [PATCH] vim: put xxd in its own package

2022-06-08 Thread Rasmus Villemoes via lists.openembedded.org
On 08/06/2022 13.58, Paulo Neves via lists.openembedded.org wrote: > Forgive me if it is a stupid question, but does xxd not rdepend on > ncurses-terminfo-base as well? No, it does not, it's a trivial standalone utility whose only dynamic dependency is libc. > I ask because before your patch it

Re: [OE-core] [PATCH] vim: put xxd in its own package

2022-06-08 Thread Paulo Neves
Forgive me if it is a stupid question, but does xxd not rdepend on ncurses-terminfo-base as well? I ask because before your patch it could was implied it that it did, s part of PN. -=-=-=-=-=-=-=-=-=-=-=- Links: You receive all messages sent to this group. View/Reply Online (#166701):

[OE-core] [PATCH v3] python3-cryptography: remove --benchmark-disable option

2022-06-08 Thread Yu, Mingli
From: Mingli Yu The new version introduced below change, so remove the option to avoid python3-pytest-benchmark rdepends to fix the gap. 496703c8 Refs #7079 -- added basic scaffholding for benchmarks (#7087) Fixes: # ./run-ptest Free memory: 31.283 GB ERROR: usage: pytest [options]

Re: [OE-core] [PATCH] cve-check: move update_symlinks to a library

2022-06-08 Thread Ernst Sjöstrand
There's also a big create_symlinks() in image.bbclass that could use this (partially). //E Den ons 8 juni 2022 kl 09:51 skrev Marta Rybczynska : > On Mon, Jun 6, 2022 at 8:08 AM Pavel Zhukov wrote: > > > > > > Looks like update_symplinks is widely used accros OE. Quick grepping > gave me this:

Re: [oe-core][PATCH v2] gstreamer1.0-plugins-bad: add libavtp packageconfig

2022-06-08 Thread Marcel Ziswiler
On Wed, 2022-06-08 at 09:57 +0200, Luca Ceresoli wrote: > Hi Marcel, > > On Wed, 08 Jun 2022 09:07:17 +0200 > "Marcel Ziswiler" wrote: > > > On Tue, 2022-05-31 at 23:36 +0200, Marcel Ziswiler wrote: > > > From: Marcel Ziswiler > > > > > > Add avtp resp. libavtp PACKAGECONFIG. This allows

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

2022-06-08 Thread Teoh, Jay Shen
Hi all, Intel and WR YP QA is planning for QA execution for YP build yocto-3.1.17.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][PATCH v2] gstreamer1.0-plugins-bad: add libavtp packageconfig

2022-06-08 Thread Luca Ceresoli via lists.openembedded.org
Hi Marcel, On Wed, 08 Jun 2022 09:07:17 +0200 "Marcel Ziswiler" wrote: > On Tue, 2022-05-31 at 23:36 +0200, Marcel Ziswiler wrote: > > From: Marcel Ziswiler > > > > Add avtp resp. libavtp PACKAGECONFIG. This allows building them > > GStreamer Audio Video Transport Protocol (AVTP) Plugins

Re: [OE-core] [PATCH] cve-check: move update_symlinks to a library

2022-06-08 Thread Marta Rybczynska
On Mon, Jun 6, 2022 at 8:08 AM Pavel Zhukov wrote: > > > Looks like update_symplinks is widely used accros OE. Quick grepping gave me > this: > [1]. I'm sure there're more occurences. > This should be somewhere in more accesible place (oe-core libraries). > > This is a valid point Pavel and

Re: [OE-core] dropbear: Allow root login fix

2022-06-08 Thread Luca Ceresoli via lists.openembedded.org
Hi Jan, On Tue, 7 Jun 2022 12:36:15 + "Jan Claussen via lists.openembedded.org" wrote: > This enables root login when either "allow-root-login" or "debug-tweaks" > were set in EXTRA_IMAGE_FEATURES. > > Signed-off-by: Jan Claussen Thanks for your patch. However I have a couple

[OE-core] [PATCH] vim: put xxd in its own package

2022-06-08 Thread Rasmus Villemoes via lists.openembedded.org
The xxd tool can be quite handy by itself, and doesn't have anything to do with vim per se. Make it possible to include the rather tiny xxd in a rootfs without pulling in the several MB vim binary and associated data. For backwards compatibility, add an RDEPENDS from the main package to the new

Re: [oe-core][PATCH v2] gstreamer1.0-plugins-bad: add libavtp packageconfig

2022-06-08 Thread Marcel Ziswiler
On Tue, 2022-05-31 at 23:36 +0200, Marcel Ziswiler wrote: > From: Marcel Ziswiler > > Add avtp resp. libavtp PACKAGECONFIG. This allows building them > GStreamer Audio Video Transport Protocol (AVTP) Plugins which rely on > Avnu's libavtp. Gentle ping on this one now with the other two related