Re: [OE-core] [PATCH] lib/oe/utils: ignore stderr while checking compiler version

2021-03-27 Thread Denys Dmytriyenko
On Sun, Mar 28, 2021 at 04:25:02AM +0200, Lars Poeschel wrote: > On Sat, Mar 27, 2021 at 01:54:11PM +, Richard Purdie wrote: > > On Sat, 2021-03-27 at 02:41 +0100, Lars Poeschel wrote: > > > From: Lars Poeschel > > > > > > The functions for checking the C compiler version call the compiler

Re: [OE-core] [PATCH] lib/oe/utils: ignore stderr while checking compiler version

2021-03-27 Thread Lars Poeschel
On Sat, Mar 27, 2021 at 01:54:11PM +, Richard Purdie wrote: > On Sat, 2021-03-27 at 02:41 +0100, Lars Poeschel wrote: > > From: Lars Poeschel > > > > The functions for checking the C compiler version call the compiler with > > the --version argument and capture stdout and stderr to extract

Re: [OE-core] [PATCH] grub2: Disable for RISCV32

2021-03-27 Thread Alistair Francis
On Fri, Mar 26, 2021 at 12:37 AM Khem Raj wrote: > > A full working port is not available yet, until such time disable it > > Signed-off-by: Khem Raj > Cc: Alistair Francis Reviewed-by: Alistair Francis Alistair > --- > meta/recipes-bsp/grub/grub2.inc | 2 +- > 1 file changed, 1

[OE-core][dunfell 00/21] Pull request (cover letter only)

2021-03-27 Thread Steve Sakoman
The following changes since commit 7c88d52eaca62237afcda606a3078ec483992213: cups: use /run instead /var/run in systemd's unit file (2021-03-11 05:00:02 -1000) are available in the Git repository at: git://git.openembedded.org/openembedded-core-contrib stable/dunfell-next

[OE-core] [PATCH] packagegroups: delete useless "PROVIDES" lines

2021-03-27 Thread Robert P. J. Day
There is apparently no functional value to "PROVIDES" lines anymore in packagegroup recipe files, so remove the lonely couple of examples left. Signed-off-by: Robert P. J. Day --- diff --git a/meta/recipes-core/packagegroups/packagegroup-base.bb

Re: [OE-core] some trivial(?) questions about packagegroups

2021-03-27 Thread Robert P. J. Day
On Sat, 27 Mar 2021, Andre McCurdy wrote: > On Sat, Mar 27, 2021 at 3:31 AM Robert P. J. Day > wrote: > > On Fri, 26 Mar 2021, Andre McCurdy wrote: > > > On Fri, Mar 26, 2021 at 8:45 AM Robert P. J. Day > > > wrote: > > > > what should be easy questions about packagegroups, inspired by my >

Re: [OE-core] some trivial(?) questions about packagegroups

2021-03-27 Thread Andre McCurdy
On Sat, Mar 27, 2021 at 3:31 AM Robert P. J. Day wrote: > On Fri, 26 Mar 2021, Andre McCurdy wrote: > > On Fri, Mar 26, 2021 at 8:45 AM Robert P. J. Day > > wrote: > > > what should be easy questions about packagegroups, inspired by my > > > running across some puzzling packagegroup recipes

Re: [OE-core] [PATCH] make-mod-scripts: Provide the correct objcopy to kernel make

2021-03-27 Thread Bruce Ashfield
On Thu, Mar 25, 2021 at 9:13 PM Nishanth Menon via lists.openembedded.org wrote: > > When cross-compiling with v5.12-rc3, prepare fails[1] build of vdso at > the objcopy stage since it seems to be using the local host's objcopy > rather than the cross-compile version we want it to use. > > This

Re: [OE-core] [PATCH] make-mod-scripts: Provide the correct objcopy to kernel make

2021-03-27 Thread Bruce Ashfield
On Sat, Mar 27, 2021 at 12:25 AM Denys Dmytriyenko wrote: > > Hi, Bruce, > > Would you mind taking a look at this? Have you seen any issues building latest > kernel 5.12-rc for aarch64 and seeing host objcopy being used instead of cross > compile one? Please let us know. Thanks! I've been able

Re: [OE-core] [poky-contrib][PATCH v2 3/6] oe.license: Add functions to split and canonicalise license strings.

2021-03-27 Thread Meh Mbeh Ida Delphine
Hello, A gentle reminder to please review this patch. Cheers, Ida. On Tue, 16 Mar 2021, 9:49 am Meh Mbeh Ida Delphine via lists.openembedded.org, wrote: > These functions ensures recipe LICENSE strings are split into their > individual licenses and then canonicalised to easily enable their

Re: [OE-core] [PATCH] lib/oe/utils: ignore stderr while checking compiler version

2021-03-27 Thread Richard Purdie
On Sat, 2021-03-27 at 02:41 +0100, Lars Poeschel wrote: > From: Lars Poeschel > > The functions for checking the C compiler version call the compiler with > the --version argument and capture stdout and stderr to extract the > version information from that. This does not work if something goes >

Re: [OE-core] some trivial(?) questions about packagegroups

2021-03-27 Thread Robert P. J. Day
On Fri, 26 Mar 2021, Andre McCurdy wrote: > On Fri, Mar 26, 2021 at 8:45 AM Robert P. J. Day > wrote: > > > > what should be easy questions about packagegroups, inspired by my > > running across some puzzling packagegroup recipes in my travels > > recently. (i'll start with examples out of

[OE-core] [dunfell][PATCH] git: fix CVE-2021-21300

2021-03-27 Thread Minjae Kim
checkout: fix bug that makes checkout follow symlinks in leading path Upstream-Status: Acepted [https://github.com/git/git/commit/684dd4c2b414bcf648505e74498a608f28de4592] CVE: CVE-2021-21300 Signed-off-by: Minjae Kim --- .../git/files/CVE-2021-21300.patch| 305 ++