[OE-core] [PATCH] recipes-kernel/linux-firmware: Add qcom-sdm845 firmware package

2020-03-30 Thread Anibal Limon
Contains the firmware for the modem and wireless in SDM845 platforms. Signed-off-by: Aníbal Limón --- meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-kernel/linux-firmware/linux-firmware_20200122.bb b/meta/recipes

Re: [OE-core] [PATCH v2] python3: fixing bpo-36852 patch for builds on i686 architecture

2020-03-30 Thread Alexander Kanavin
Right, I didn't notice it modifies an existing patch. No problem then. Alex On Mon, 30 Mar 2020 at 15:24, Matthias Schöpfer < matthias.schoep...@googlemail.com> wrote: > Hi Alex, > > it is already added, it patches an existing patch. Please see > > > https://git.yoctoproject.org/cgit/cgit.cgi/po

Re: [OE-core] [PATCH 3/4] sanity.bbclass: recommend using install-buildtools

2020-03-30 Thread Andre McCurdy
On Mon, Mar 30, 2020 at 12:43 PM Tim Orling wrote: > > For old tar versions (1.24 and 1.28), recommned using Typo. > scripts/install-buildtools > > Signed-off-by: Tim Orling > --- > meta/classes/sanity.bbclass | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/meta/cl

Re: [OE-core] [PATCH 4/4] sanity.bbclass: add test for gcc < 5.0

2020-03-30 Thread Richard Purdie
On Mon, 2020-03-30 at 12:43 -0700, Tim Orling wrote: > +# The gcc version in CentOS-7 (4.8.5) is known to be a problem. > +# Require at least gcc version 5.0. > +# > +# This can be fixed on CentOS-7 with devtoolset-6+ > +# https://www.softwarecollections.org/en/scls/rhscl/devtoolset-6/ > +# > +# A

[OE-core] [PATCH 2/4] oe-buildenv-internal: python 3.5 as min version

2020-03-30 Thread Tim Orling
Python 3.4 is EOL: https://www.python.org/downloads/release/python-3410/ The last supported distro was probably CentOS-7, which has python36 available from epel-7 or scl (as rh-python36) [1] [1] https://www.softwarecollections.org/en/scls/rhscl/rh-python36/ Signed-off-by: Tim Orling --- script

[OE-core] [PATCH 3/4] sanity.bbclass: recommend using install-buildtools

2020-03-30 Thread Tim Orling
For old tar versions (1.24 and 1.28), recommned using scripts/install-buildtools Signed-off-by: Tim Orling --- meta/classes/sanity.bbclass | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/classes/sanity.bbclass b/meta/classes/sanity.bbclass index cca5cdad17..0cf955a34

[OE-core] [PATCH 1/4] scripts/install-buildtools: improvements

2020-03-30 Thread Tim Orling
* Install directory defaults to scripts/../buildtools e.g. --directory is set by default This avoids the user having to type in their sudo password to install in /opt/poky/ * Use "." rather than "source" for sourcing the environment script as not all distros (e.g. Debian) have "source" by

[OE-core] [PATCH 4/4] sanity.bbclass: add test for gcc < 5.0

2020-03-30 Thread Tim Orling
It is known that the version of gcc in CentOS-7 (4.8.5) causes builds to fail. Add a test for BUILD_CC == 'gcc' and gcc < 5.0 and recommend using scripts/install-buildtools or user built buildtools-extended-tarball. NOTE: another solution is to install devtoolset-6+ from scl [1], but this is a ra

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

2020-03-30 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#N

Re: [OE-core][PATCH] initscripts/init-system-helpers: fix mountnfs.sh dependency

2020-03-30 Thread Andre McCurdy
On Mon, Mar 30, 2020 at 9:51 AM Jens Rehsack wrote: > > With commit c9fc9110be33fe0f24bc3a7c242b584a4ca33e04 > Author: Yue Tao > Date: Fri May 25 10:48:08 2018 +0800 > > initscripts: Avoid starting rpcbind daemon twice > > Check the status before start it to avoid duplic

Re: [OE-core] [PATCH] pulseaudio: fix for ARM thumb + frame pointers compilation error

2020-03-30 Thread Tanu Kaskinen
On Mon, 2020-03-30 at 19:29 +0300, Tanu Kaskinen wrote: > On Thu, 2020-03-26 at 17:26 +0200, Stefan Ghinea wrote: > > From: Catalin Enache > > > > When compiling for Thumb or Thumb2, frame pointers _must_ be disabled > > since the Thumb frame pointer in r7 clashes with pulseaudio's use of inline

[OE-core][PATCH] initscripts/init-system-helpers: fix mountnfs.sh dependency

2020-03-30 Thread Jens Rehsack
With commit c9fc9110be33fe0f24bc3a7c242b584a4ca33e04 Author: Yue Tao Date: Fri May 25 10:48:08 2018 +0800 initscripts: Avoid starting rpcbind daemon twice Check the status before start it to avoid duplicates. the use of a script {/usr/sbin/}service is introduced - mayb

Re: [OE-core] [PATCH v3] classes: Add a new bbclass that abstracts the generation of FIT blobs

2020-03-30 Thread Nandor Han
On 2020-03-30 19:07, Denys Dmytriyenko wrote: On Fri, Mar 27, 2020 at 08:24:49PM +0200, Nandor Han wrote: On 2020-03-27 20:16, Denys Dmytriyenko wrote: On Fri, Mar 27, 2020 at 07:33:24PM +0200, Nandor Han wrote: On 2020-03-27 17:11, Zach Booth wrote: On Fri, Mar 27, 2020 at 3:29 AM Nandor Han

Re: [OE-core][RFC PATCH 2/2] image.bbclass: deploy image artifacts in stages

2020-03-30 Thread Richard Purdie
On Mon, 2020-03-30 at 18:26 +0200, Bartosz Golaszewski wrote: > pon., 23 mar 2020 o 18:28 Bartosz Golaszewski > napisał(a): > > From: Bartosz Golaszewski > > > > Make each IMAGE_CMD task an sstate task with its own IMGDEPLOYDIR > > override. This way each generated set of artifacts is deployed a

Re: [OE-core] [PATCH] pulseaudio: fix for ARM thumb + frame pointers compilation error

2020-03-30 Thread Tanu Kaskinen
On Thu, 2020-03-26 at 17:26 +0200, Stefan Ghinea wrote: > From: Catalin Enache > > When compiling for Thumb or Thumb2, frame pointers _must_ be disabled > since the Thumb frame pointer in r7 clashes with pulseaudio's use of inline > asm to make syscalls (where r7 is used for the syscall NR). Do

Re: [OE-core][RFC PATCH 2/2] image.bbclass: deploy image artifacts in stages

2020-03-30 Thread Bartosz Golaszewski
pon., 23 mar 2020 o 18:28 Bartosz Golaszewski napisał(a): > > From: Bartosz Golaszewski > > Make each IMAGE_CMD task an sstate task with its own IMGDEPLOYDIR > override. This way each generated set of artifacts is deployed as soon > as it's ready instead of the do_image_complete task handling the

Re: [OE-core] [PATCH v3] classes: Add a new bbclass that abstracts the generation of FIT blobs

2020-03-30 Thread Denys Dmytriyenko
On Fri, Mar 27, 2020 at 08:24:49PM +0200, Nandor Han wrote: > On 2020-03-27 20:16, Denys Dmytriyenko wrote: > >On Fri, Mar 27, 2020 at 07:33:24PM +0200, Nandor Han wrote: > >>On 2020-03-27 17:11, Zach Booth wrote: > >>>On Fri, Mar 27, 2020 at 3:29 AM Nandor Han wrote: > > FIT format is ve

[OE-core] [zeus][PATCH 0/9] zeus pull request - cover letter only

2020-03-30 Thread Anuj Mittal
Please pull these changes for zeus. Clean a-full on autobuilder. Thanks, Anuj The following changes since commit c940e4b858d6be28b198770768117ecc098fa0d3: bluez: fix CVE-2020-0556 (2020-03-16 15:49:02 +0800) are available in the Git repository at: git://push.openembedded.org/openembedded-

[OE-core] [PATCH] pseudo: Ensure we use our own libsqlite

2020-03-30 Thread Richard Purdie
pseudo-native is special in that bitbake ends up executing it from the sysroot-components directory before we have any workdirs for the bitbake fakeroot worker. Since we switched to dynamically linking sqlite, it means sqlite from the host system may be found, we really want the version in sysroot-

Re: [OE-core] [oe] [bitbake-devel] Mailing list platform change March 20th

2020-03-30 Thread Martin Jansa
On Wed, Mar 25, 2020 at 04:03:25PM +0100, Martin Jansa wrote: > On Fri, Mar 20, 2020 at 05:44:36PM -0700, Michael Halstead wrote: > > The migration to Groups.io is nearly complete. All functionality is ready > > to use and you can send e-mail now. Archives are in place except for the > > most recen

Re: [OE-core] [PATCH v2] python3: fixing bpo-36852 patch for builds on i686 architecture

2020-03-30 Thread Matthias Schoepfer via Lists.Openembedded.Org
Hi Alex, it is already added, it patches an existing patch. Please see https://git.yoctoproject.org/cgit/cgit.cgi/poky/tree/meta/recipes-devtools/python/python3_3.8.2.bb line 24. Or what am I missing here?! Regards, Matthias On 3/30/20 11:43 AM, Alexander Kanavin wrote: The patch is not a

[OE-core] [PATCH][zeus] waffle: no need to depend on target python3

2020-03-30 Thread Marek Vasut
Signed-off-by: Marek Vasut Cc: Richard Purdie Cc: Ross Burton --- NOTE: This is the same as 8fc255f7d63c53167c771cd6b78895784f37d33f --- meta/recipes-graphics/waffle/waffle_1.6.0.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-graphics/waffle/waffle_1.6.0.bb b/meta/rec

Re: [OE-core] [PATCH] append_: adjust some appends to guarantee leading space

2020-03-30 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of rpj...@crashcourse.ca > Sent: den 29 mars 2020 23:41 > To: OE Core mailing list > Subject: [OE-core] [PATCH] append_: adjust some appends to guarantee leading > space Please s

Re: [OE-core] [PATCH] mesa-gl: The purpose of mesa-gl is to provide for X11 usage

2020-03-30 Thread Ross Burton
On 25/03/2020 21:58, Otavio Salvador wrote: On Wed, Mar 25, 2020 at 3:15 PM Mark Hatle wrote: Trying to build mesa-gl without X11 enabled, results in numerous errors about being incorrectly configured, such as: ERROR: Problem encountered: building dri drivers require at least one window

Re: [OE-core] [PATCH v2] python3: fixing bpo-36852 patch for builds on i686 architecture

2020-03-30 Thread Alexander Kanavin
The patch is not added to the recipe (please test the build after you do that). Alex On Mon, 30 Mar 2020 at 11:41, Matthias Schoepfer via Lists.Openembedded.Org wrote: > From: Matthias Schoepfer > > The original patch "bpo-36852: proper detection of mips architecture > for soft float" uses AC_

[OE-core] [PATCH v2] python3: fixing bpo-36852 patch for builds on i686 architecture

2020-03-30 Thread Matthias Schoepfer via Lists.Openembedded.Org
From: Matthias Schoepfer The original patch "bpo-36852: proper detection of mips architecture for soft float" uses AC_CANONICAL_TARGET to determine the platform triplet. While AC_CANONICAL_TARGET exports i686 as target_cpu, gcc is using i386 instead. We fall back here to i386, as it is conform to

[OE-core] [PATCH] prservice.py: Use "with" to control file handle lifetime

2020-03-30 Thread Peter Kjellerstedt
Signed-off-by: Peter Kjellerstedt --- meta/lib/oe/prservice.py | 65 1 file changed, 32 insertions(+), 33 deletions(-) diff --git a/meta/lib/oe/prservice.py b/meta/lib/oe/prservice.py index b1132ccb11..fcdbe66c19 100644 --- a/meta/lib/oe/prservice.py +++