Re: [OE-core] [PATCH] cml1.bbclass: Return sorted list of cfg files

2021-05-03 Thread Denys Dmytriyenko
On Mon, May 03, 2021 at 08:57:02AM +0200, Konrad Weihmann wrote: > On 03.05.21 08:36, Khem Raj wrote: > >Since these files are passed to merge_config.sh its better to use a > >sorted list, so we can be sure that this list is always fed in same > >order irrespective of python versions on host > > >

[OE-core] Yocto Project Newcomer & Unassigned Bugs - Help Needed

2021-05-03 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: https://wiki.yoctoproject.org/wiki/Bug_Triage#Newc

[OE-core] Reminder: Yocto Project Technical Team Meeting @ Monthly from 8am on the first Tuesday (PDT)

2021-05-03 Thread Stephen Jolley
All, Just a reminder we will hold the monthly Yocto Project Technical Meeting at 8am PST tomorrow. (5/4) Yocto Project Technical Team Meeting: We encourage people attending the meeting to logon and announce themselves on the Yocto Project IRC chancel during the meeting (optional): Yocto

Re: [OE-core] how to add a "-dev" package to host SDK?

2021-05-03 Thread Denys Dmytriyenko
On Mon, May 03, 2021 at 03:41:50PM -0400, Robert P. J. Day wrote: > On Mon, 3 May 2021, Andre McCurdy wrote: > > > On Mon, May 3, 2021 at 7:55 AM Robert P. J. Day > > wrote: > > > > > > colleague asks a simple question (and i'm not in front of my dev > > > box at the moment so i can't verify w

[OE-core] [PATCH] busybox: Fix reproducibility

2021-05-03 Thread Khem Raj
The ensures that globbing results in same order irrespective of shell in use Signed-off-by: Khem Raj --- ...Use-C-locale-when-calling-sed-on-glo.patch | 28 +++ meta/recipes-core/busybox/busybox_1.33.0.bb | 1 + 2 files changed, 29 insertions(+) create mode 100644 meta/recip

Re: [OE-core] [PATCH] perl: fix startperl configuration option for perl-native

2021-05-03 Thread Paulo Cesar Zaneti
Hi Peter, The motivation for the patch is just using a correct value for "startperl" configuration when build perl-native. Without the patch, this configuration option is set to a non existent path. When I fixed "startperl", tools like "pod2man" stopped working as the "do_install_append_class-nat

Re: [OE-core] [PATCH] perl: fix startperl configuration option for perl-native

2021-05-03 Thread Paulo Cesar Zaneti
Yes, I agree to revert until we find out a solution for everyone needs. Should I send a patch reverting it ? On Mon, May 3, 2021 at 4:56 PM Otavio Salvador < otavio.salva...@ossystems.com.br> wrote: > Hello, > > Couldn't the OE-Core:f2d1523b19cb066a4a06609f036822fe4a8b43f0 to be > reverted in me

Re: [OE-core] [PATCH] perl: fix startperl configuration option for perl-native

2021-05-03 Thread Otavio Salvador
Hello, Couldn't the OE-Core:f2d1523b19cb066a4a06609f036822fe4a8b43f0 to be reverted in meanwhile? Em sex., 30 de abr. de 2021 às 17:42, Peter Kjellerstedt < peter.kjellerst...@axis.com> escreveu: > Well, it did break our builds. I now get the following error when building > a native recipe that

Re: [OE-core] how to add a "-dev" package to host SDK?

2021-05-03 Thread Robert P. J. Day
On Mon, 3 May 2021, Andre McCurdy wrote: > On Mon, May 3, 2021 at 7:55 AM Robert P. J. Day wrote: > > > > colleague asks a simple question (and i'm not in front of my dev > > box at the moment so i can't verify what i'm about to suggest): > > how to add the header files in a given "-dev" packag

Re: [OE-core] how to add a "-dev" package to host SDK?

2021-05-03 Thread Andre McCurdy
On Mon, May 3, 2021 at 7:55 AM Robert P. J. Day wrote: > > colleague asks a simple question (and i'm not in front of my dev box > at the moment so i can't verify what i'm about to suggest): how to add > the header files in a given "-dev" package to the host component of > the SDK? The implicati

Re: [OE-core] [PATCH 3/3] gstreamer1.0: update ptest patch

2021-05-03 Thread Jose Quaresma
Richard Purdie escreveu no dia segunda, 3/05/2021 à(s) 15:06: > > On Mon, 2021-05-03 at 09:52 +0100, Jose Quaresma wrote: > > I have a question regarding the patches submission, what is the most > > appropriate option to submit them ? > > > > 1 - send all patches as it is submitted upstream > > 2

[OE-core] [PATCH v2 1/3] ptest-runner: libgcc must be installed for pthread_cancel to work

2021-05-03 Thread Jose Quaresma
This only affects glibc systems and have been found on runqemu core-image-minimal with gstreamer ptest-runner STOP: ptest-runner libgcc_s.so.1 must be installed for pthread_cancel to work Aborted Signed-off-by: Jose Quaresma --- meta/recipes-support/ptest-runner/ptest-runner_2.4.1.bb | 2 ++ 1

[OE-core] [PATCH v2 2/3] gstreamer1.0: rename patches

2021-05-03 Thread Jose Quaresma
Signed-off-by: Jose Quaresma --- ...ests-seek-Don-t-use-too-strict-timeout-for-validati.patch} | 0 patch => 0004-meson-Add-option-for-installed-tests.patch} | 0 meta/recipes-multimedia/gstreamer/gstreamer1.0_1.18.4.bb | 4 ++-- 3 files changed, 2 insertions(+), 2 deletions(-) rename

[OE-core] [PATCH v2 3/3] gstreamer1.0: update ptest patch

2021-05-03 Thread Jose Quaresma
- rework the ptest patch with a new one that are sent upstream [1]. - it uses the same approach as the existing patch in OE-Core but is based on the glib meson installed-tests [2] logic. * qemux86-64 ptest-runner result SUMMARY: total=105; passed=105; skipped=0; failed=0; user=20.4s; system=4.

[OE-core] how to add a "-dev" package to host SDK?

2021-05-03 Thread Robert P. J. Day
colleague asks a simple question (and i'm not in front of my dev box at the moment so i can't verify what i'm about to suggest): how to add the header files in a given "-dev" package to the host component of the SDK? i haven't spent a lot of time messing with SDKs (that is about to change), b

[OE-core] [PATCH] yocto-uninative: Update to 3.1 which includes a patchelf fix

2021-05-03 Thread Richard Purdie
Signed-off-by: Richard Purdie --- meta/conf/distro/include/yocto-uninative.inc | 8 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/meta/conf/distro/include/yocto-uninative.inc b/meta/conf/distro/include/yocto-uninative.inc index a2a2dd18ece..05b79d14c3f 100644 --- a/meta/

[OE-core] [gatesgarth][PATCH 6/6] linux-firmware: Package RSI 911x WiFi firmware

2021-05-03 Thread Anuj Mittal
From: Marek Vasut The RSI 911x WiFi firmware is already part of the linux-firmware repository, package it to make it easily available. Signed-off-by: Marek Vasut Cc: Richard Purdie Cc: Steve Sakoman Signed-off-by: Richard Purdie (cherry picked from commit cc44b71f6ea68ca0f483d635df7dc7b9905b

[OE-core] [gatesgarth][PATCH 0/6] review request

2021-05-03 Thread Anuj Mittal
Please review these changes for gatesgarth. Builds cleanly on autobuilder. Thanks, Anuj The following changes since commit 8b0aef3f504d650c3208f11b62a7926aa90967f1: sanity: Further improve directory sanity tests (2021-04-23 23:20:58 +0800) are available in the Git repository at: git://pus

[OE-core] [gatesgarth][PATCH 2/6] cairo: fix CVE-2020-35492

2021-05-03 Thread Anuj Mittal
From: Changqing Li Signed-off-by: Changqing Li Signed-off-by: Anuj Mittal --- .../cairo/cairo/CVE-2020-35492.patch | 121 ++ .../cairo/cairo/bug-image-compositor.ref.png | Bin 0 -> 185 bytes meta/recipes-graphics/cairo/cairo_1.16.0.bb | 11 ++ 3 files changed, 132

[OE-core] [gatesgarth][PATCH 4/6] deb: apply postinstall on sdk

2021-05-03 Thread Anuj Mittal
From: hongxu If not postinstall applied, some nativesdk command could not be found in sdk due to update-alternatives in postinst not be executed, such as chroot: $ which chroot /sbin/chroot $ which chroot.coreutils path-to-sdk/sysroots/x86_64-wrlinuxsdk-linux/usr/bin/chroot.coreutils After appl

[OE-core] [gatesgarth][PATCH 1/6] rsync: fix CVE-2020-14387

2021-05-03 Thread Anuj Mittal
From: Chen Qi Backport patch to fix CVE-2020-14387. Signed-off-by: Chen Qi Signed-off-by: Richard Purdie (cherry picked from commit 13f331436747ebb8e9211feee3aa774f1acd0fee) Signed-off-by: Anuj Mittal --- ...-the-hostname-in-the-certificate-whe.patch | 31 +++ meta/recipes-de

[OE-core] [gatesgarth][PATCH 5/6] yocto-check-layer: Avoid bug when iterating and autoadding dependencies

2021-05-03 Thread Anuj Mittal
From: Richard Purdie If iterating a layer with multiple components and auto-adding dependencies the tests can break since layers are never removed and order isn't guaranteed to account for that. Fix this by resetting the layer list back to the original list each time before auto-adding the depen

[OE-core] [gatesgarth][PATCH 3/6] gdk-pixbuf: fix CVE-2021-20240

2021-05-03 Thread Anuj Mittal
From: Changqing Li Signed-off-by: Changqing Li Signed-off-by: Anuj Mittal --- .../gdk-pixbuf/CVE-2021-20240.patch | 40 +++ .../gdk-pixbuf/gdk-pixbuf_2.40.0.bb | 1 + 2 files changed, 41 insertions(+) create mode 100644 meta/recipes-gnome/gdk-pixbuf/gdk-p

[OE-core] [PATCH 1/2] qemu: fix CVE-2020-27821

2021-05-03 Thread Sakib Sajal
memory: clamp cached translation in case it points to an MMIO region Signed-off-by: Sakib Sajal --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2020-27821.patch| 143 ++ 2 files changed, 144 insertions(+) create mode 100644 meta/recipes-d

[OE-core] [PATCH 2/2] qemu: fix CVE-2021-20263

2021-05-03 Thread Sakib Sajal
virtiofs: drop remapped security.capability xattr as needed Signed-off-by: Sakib Sajal --- meta/recipes-devtools/qemu/qemu.inc | 1 + .../qemu/qemu/CVE-2021-20263.patch| 214 ++ 2 files changed, 215 insertions(+) create mode 100644 meta/recipes-devtools/q

Re: [OE-core] [PATCH 3/3] gstreamer1.0: update ptest patch

2021-05-03 Thread Richard Purdie
On Mon, 2021-05-03 at 09:52 +0100, Jose Quaresma wrote: > I have a question regarding the patches submission, what is the most > appropriate option to submit them ? > > 1 - send all patches as it is submitted upstream > 2 - squash all patches it in single one I think you'd done 1) and that seemed

[OE-core] [PATCH 6/7] linux-yocto/5.10: update to v5.10.34

2021-05-03 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: 0aa66717f684 Linux 5.10.34 47d54b990103 mei: me: add Alder Lake P device id. 2a442f11407e iwlwifi: Fix softirq/hardirq disabling in iwl_pcie_gen2_enqueue_hcmd()

[OE-core] [PATCH 2/7] linux-yocto/5.10: qemuriscv32.cfg: RV32 only supports 1G physical memory

2021-05-03 Thread Bruce Ashfield
From: Bruce Ashfield Integrating the following commit(s) to linux-yocto/5.10: a19886b00ea qemuriscv32.cfg: RV32 only supports 1G physical memory Signed-off-by: Khem Raj Signed-off-by: Bruce Ashfield --- meta/recipes-kernel/linux/linux-yocto-rt_5.10.bb | 2 +- meta/recipes-kernel/linux/

[OE-core] [PATCH 7/7] linux-yocto/5.4: update to v5.4.116

2021-05-03 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 370636ffbb86 Linux 5.4.116 e23967af130b bpf: Update selftests to reflect new error states ef4e68f0af04 bpf: Tighten speculative pointer arithmetic mask 4dc6e55e2

[OE-core] [PATCH 5/7] perf: fix python-audit RDEPENDS

2021-05-03 Thread Bruce Ashfield
From: Bruce Ashfield When doing the perf python3 conversion, the audit-python RDEPENDS was caught up in the regex replacement and was incorrectly changed. The audit recipe continues to produce a package called audit-python and it is that package we should have as a RDEPENDS. Signed-off-by: Bruc

[OE-core] [PATCH 4/7] linux-yocto/5.4: update to v5.4.114

2021-05-03 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: a7eb81c1d11a Linux 5.4.114 3822683fd101 net: phy: marvell: fix detection of PHY on Topaz switches cec3b778f70f ARM: 9071/1: uprobes: Don't hook on thumb instructions

[OE-core] [PATCH 3/7] linux-yocto/5.10: update to v5.10.32

2021-05-03 Thread Bruce Ashfield
From: Bruce Ashfield Updating linux-yocto/5.10 to the latest korg -stable release that comprises the following commits: aea70bd5a455 Linux 5.10.32 6ac98ee9cb7c net: phy: marvell: fix detection of PHY on Topaz switches fbe6603e7cab bpf: Move sanitize_val_alu out of op switch 7723d

[OE-core] [PATCH 0/7] kernel: consolidated pull request

2021-05-03 Thread Bruce Ashfield
From: Bruce Ashfield Richard, Here's the next queue of kernel related changes. Nothing particularly out of the ordinary here. -stable updates and config tweaks. There is a perf change for an issue reported on IRC. Clearly no one uses the audit functionality much, since when I was doing the pyth

[OE-core] [PATCH 1/7] linux-yocto/5.10: aufs fixes

2021-05-03 Thread Bruce Ashfield
From: Bruce Ashfield It was reported that aufs was behaving incorrectly on arm/x86. Although we don't have an exact fix for the issues, the Wind River guys were able to come up with a minimal patch set to fix just the core issue, versus a full aufs uprev. We didn't have time to get this in befor

[OE-core] [PATCH] libubootenv: upgrade 0.3.1 -> 0.3.2

2021-05-03 Thread Stefano Babic
This is a bugfix release which includes the following changes: f4ab25d shared library: Link against zlib e663439 Always fsync file writes 80b7f31 Treat '=' as an illegal character in variable names 950f541 libuboot_env: fix calculation of usable envsize fb88032 Correct initialisations in libuboot_

Re: [OE-core] [PATCH] testimage: hangs if missing debug-tweaks

2021-05-03 Thread Richard Purdie
On Sun, 2021-05-02 at 23:24 -0700, akuster808 wrote: > > On 5/2/21 4:00 PM, Richard Purdie wrote: > > On Sun, 2021-05-02 at 20:12 +, Armin Kuster wrote: > > > The only clue is this: > > > > > > WARNING: core-image-minimal-1.0-r0 do_testimage: Couldn't login into > > > serial console as root

[OE-core] [dunfell][PATCH v2] gstreamer1.0-plugins-good: on wayland qt5 needs qtwayland

2021-05-03 Thread Kai Uwe Broulik via lists.openembedded.org
The code in ext/qt/meson.build looks for the Qt5WaylandClient pkg-config file. Without this module, qmlglsink will not work with Wayland. This can be tested by checking whether or not HAVE_QT_WAYLAND has been added to the cflags in the autogenerated ninja file. Writen by: Carlos Rafael Giani https

Re: [OE-core] [PATCH 1/3] ptest-runner: libgcc must be installed for pthread_cancel to work

2021-05-03 Thread Richard Purdie
On Mon, 2021-05-03 at 09:47 +0100, Jose Quaresma wrote: > Hi Richard, > > Gstreamer is on top of the glib and uses it for everything so I have > doubts that it can call pthread_cancel but I'm not sure. > On the other side, I can see that ptest-runner calls the pthread_cancel > http://git.yoctoproj

Re: [OE-core] [PATCH 3/3] gstreamer1.0: update ptest patch

2021-05-03 Thread Jose Quaresma
I have a question regarding the patches submission, what is the most appropriate option to submit them ? 1 - send all patches as it is submitted upstream 2 - squash all patches it in single one Jose Jose Quaresma via lists.openembedded.org escreveu no dia domingo, 2/05/2021 à(s) 18:54: > > - re

Re: [OE-core] [PATCH 1/3] ptest-runner: libgcc must be installed for pthread_cancel to work

2021-05-03 Thread Jose Quaresma
Hi Khem, Khem Raj escreveu no dia domingo, 2/05/2021 à(s) 22:06: > > > > On 5/2/21 10:54 AM, Jose Quaresma wrote: > > found on runqemu core-image-minimal with gstreamer ptest-runner > > > > STOP: ptest-runner > > libgcc_s.so.1 must be installed for pthread_cancel to work > > Aborted > > > > Signe

Re: [OE-core] [PATCH 1/3] ptest-runner: libgcc must be installed for pthread_cancel to work

2021-05-03 Thread Jose Quaresma
Hi Richard, Gstreamer is on top of the glib and uses it for everything so I have doubts that it can call pthread_cancel but I'm not sure. On the other side, I can see that ptest-runner calls the pthread_cancel http://git.yoctoproject.org/cgit/cgit.cgi/ptest-runner2/tree/utils.c?id=cce0edb4282ee081

Re: [OE-core] [PATCH 2/3] gstreamer1.0: rename pacthes

2021-05-03 Thread Jose Quaresma
right, i will fix it. Jose Khem Raj escreveu no dia domingo, 2/05/2021 à(s) 21:40: > > there is typo in subject. > > On 5/2/21 10:54 AM, Jose Quaresma wrote: > > Signed-off-by: Jose Quaresma > > --- > > ...ests-seek-Don-t-use-too-strict-timeout-for-validati.patch} | 0 > > patch => 0004-

[OE-core] Is there a recipe or a layer that uses the repo fetcher?

2021-05-03 Thread Sourabh Banerjee
I am trying to understand and use the repo fetcher. I am on Dunfell release. I read the documentation for repo fetcher here: https://www.yoctoproject.org/docs/current/mega-manual/mega-manual.html#repo-fetcher When trying to use it I am having some mixed results, but I am not entirely sure if I am