Re: [OE-core] [PATCH V3 1/3] gcc10: Update to GCC 10.1 Release

2020-05-11 Thread Jacob Kroon
On 5/11/20 8:28 PM, Khem Raj wrote: * Package new gomp header acc_prof.h * Package lto-dump which is a new tool in gcc10 * All Changes are here [1] * Porting apps to gcc 10 help is here [2] * Backport a patch to fix CET errors on cross builds * Add patch to fix mingw libstdc++ [1]

Re: [OE-core] [PATCH v2] bzip2: Add test suite for bzip2

2020-05-11 Thread Rahul Kumar
Hi, Can any one please help me to figure out how to deal with the GPLv3+ issue. you can see my Patch at below link https://patchwork.openembedded.org/patch/172134/ *Issue:* the new license (GPLv3) causes problems: https://autobuilder.yoctoproject.org/typhoon/#/builders/75/builds/1814 Thanks &

Re: [OE-core] [PATCH] buildtools-extended-tarball: add nativesdk-glibc

2020-05-11 Thread kai
On 2020/5/12 上午10:47, Jeremy A. Puhlman wrote: On 5/11/2020 7:30 PM, Kang Kai wrote: On 2020/5/10 下午9:40, Richard Purdie wrote: On Wed, 2020-05-06 at 09:54 +0800, kai wrote: From: Kai Kang It requires gcc 5.0 via OE-Core rev abc741a. On centos 7, the gcc version is too low then it has to

Re: [OE-core] [PATCH] buildtools-extended-tarball: add nativesdk-glibc

2020-05-11 Thread Jeremy Puhlman
On 5/11/2020 7:30 PM, Kang Kai wrote: On 2020/5/10 下午9:40, Richard Purdie wrote: On Wed, 2020-05-06 at 09:54 +0800, kai wrote: From: Kai Kang It requires gcc 5.0 via OE-Core rev abc741a. On centos 7, the gcc version is too low then it has to build with buildtools-extended- tarball which

Re: [OE-core] [PATCH] buildtools-extended-tarball: add nativesdk-glibc

2020-05-11 Thread kai
On 2020/5/10 下午9:40, Richard Purdie wrote: On Wed, 2020-05-06 at 09:54 +0800, kai wrote: From: Kai Kang It requires gcc 5.0 via OE-Core rev abc741a. On centos 7, the gcc version is too low then it has to build with buildtools-extended- tarball which provides nativesdk-gcc. But it fails to

[OE-core] [PATCH] nettle: upgrade 3.5.1 -> 3.6

2020-05-11 Thread Wang Mingyu
refresh the following patches: Add-target-to-only-build-tests-not-run-them.patch dlopen-test.patch Signed-off-by: Wang Mingyu --- ...get-to-only-build-tests-not-run-them.patch | 31 --- ...der-files-of-openssl-only-if-enable_.patch | 0 .../dlopen-test.patch

[OE-core] [PATCH] gcr: correct a build race between vapi files

2020-05-11 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ectly-set-internal-vapi-dependencies.patch | 45 +++ meta/recipes-gnome/gcr/gcr_3.36.0.bb | 1 + 2 files changed, 46 insertions(+) create mode 100644

Re: [OE-core] [meta-arm] Sharing TF-A with multiple BSP

2020-05-11 Thread Joshua Watt
Looping in OE-core. Specifically, would there be any push back to adding pycryptodomex and pyelftools to oe-core? On 5/11/20 1:00 PM, Khem Raj wrote: On Mon, May 11, 2020 at 10:48 AM Denys Dmytriyenko wrote: + Khem [apparently, nobody follows the list, so need to round up everyone

[OE-core][PATCH v2] wic: Add --offset argument for partitions

2020-05-11 Thread Joshua Watt
Add support for an --offset argument when defining a partition. Many SoCs require that boot partitions be located at specific offsets. Prior to this argument, most WKS files were using the --align attribute to specify the location of these fixed partitions but this is not ideal because in the

[OE-core] [PATCH v4] file: add PACKAGECONFIG for auto options

2020-05-11 Thread Konrad Weihmann
A few options of file configure are set to auto, which can lead to unpredictable effects when something in the sysroot does provide things that satisfy the autotools checks. In the worst case this will lead to package-qa failures as libraries are not set in RDEPENDS but configured for the tool.

[OE-core][PATCH] wic: Add --offset argument for partitions

2020-05-11 Thread Joshua Watt
Add support for an --offset argument when defining a partition. Many SoCs require that boot partitions be located at specific offsets. Prior to this argument, most WKS files were using the --align attribute to specify the location of these fixed partitions but this is not ideal because in the

Re: [OE-core] [meta-oe][PATCH v2] libdnf: Use single-quotes around string literals used in SQL statements

2020-05-11 Thread Steve Sakoman
On Mon, May 11, 2020 at 9:02 AM Peter Kjellerstedt wrote: > > Yes, I believe it is. If you cherry-pick it from master, then you should > change the Upstream-Status as per below to Accepted. I just noticed the version of libdnf on the patch! Dunfell is still at 0.28.1 and I'm not going to do a

Re: [OE-core] [PATCH] buildtools-extended-tarball: add nativesdk-glibc

2020-05-11 Thread Jeremy Puhlman
On 5/10/2020 6:40 AM, Richard Purdie wrote: On Wed, 2020-05-06 at 09:54 +0800, kai wrote: From: Kai Kang It requires gcc 5.0 via OE-Core rev abc741a. On centos 7, the gcc version is too low then it has to build with buildtools-extended- tarball which provides nativesdk-gcc. But it fails to

Re: [OE-core] [meta-oe][PATCH v2] libdnf: Use single-quotes around string literals used in SQL statements

2020-05-11 Thread Peter Kjellerstedt
Yes, I believe it is. If you cherry-pick it from master, then you should change the Upstream-Status as per below to Accepted. //Peter > -Original Message- > From: Steve Sakoman > Sent: den 11 maj 2020 16:21 > To: Peter Kjellerstedt > Cc: Patches and discussions about the oe-core layer

Re: [OE-core] [oe][yocto][bitbake] Fetching source using different protocols

2020-05-11 Thread Mark Hatle
On 5/11/20 4:17 AM, Quentin Schulz wrote: > Hi Mohamed, > > On Mon, May 11, 2020 at 11:03:26AM +0200, Dawod wrote: >> Hello, >> >> I need to fetch a git repo using 2 different protocols ( ssh & https ) >> So that when I run bitbake, It will fetch using ssh protocol first and if >> it fails to

Re: [OE-core] [PATCH 17/17] gcr: update to 3.36.0

2020-05-11 Thread Richard Purdie
On Sun, 2020-05-03 at 18:25 +0200, Alexander Kanavin wrote: > Convert to meson build. > > Signed-off-by: Alexander Kanavin > --- > .../gcr/{gcr_3.34.0.bb => gcr_3.36.0.bb} | 12 > > 1 file changed, 4 insertions(+), 8 deletions(-) > rename

[OE-core] [PATCH V3 3/3] gcc10: Revert using __getauxval in libgcc

2020-05-11 Thread Khem Raj
This was added recently, but it seems be chewing more than what it should and causes non glibc packages also depend on it. Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-10.1.inc| 1 + ...se-__getauxval-instead-of-getauxval-.patch | 47 +++ 2 files changed,

[OE-core] [PATCH V3 1/3] gcc10: Update to GCC 10.1 Release

2020-05-11 Thread Khem Raj
* Package new gomp header acc_prof.h * Package lto-dump which is a new tool in gcc10 * All Changes are here [1] * Porting apps to gcc 10 help is here [2] * Backport a patch to fix CET errors on cross builds * Add patch to fix mingw libstdc++ [1] https://gcc.gnu.org/gcc-10/changes.html [2]

[OE-core] [PATCH V3 2/3] gcc10: Default back to -fcommon

2020-05-11 Thread Khem Raj
For time being change back to -fcommon as default, helps us iron out other issues, eventually this should be removed as we fix the packages to work with -fno-common Signed-off-by: Khem Raj --- v2: Rebase only, no change v3: Rebase only, no change

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

2020-05-11 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:

Re: [OE-core] [PATCH V2 1/2] gcc10: Update to GCC 10.1 Release

2020-05-11 Thread Khem Raj
On Mon, May 11, 2020 at 7:22 AM Richard Purdie wrote: > > On Mon, 2020-05-11 at 11:23 +0100, Richard Purdie via lists.openembedded.org > wrote: > > On Sun, 2020-05-10 at 12:50 -0700, Khem Raj wrote: > > > * Package new gomp header acc_prof.h > > > * Package lto-dump which is a new tool in gcc10

Re: [OE-core] [PATCH V2 1/2] gcc10: Update to GCC 10.1 Release

2020-05-11 Thread Khem Raj
On Sun, May 10, 2020 at 11:14 PM Jacob Kroon wrote: > > On 5/10/20 9:50 PM, Khem Raj wrote: > > * Package new gomp header acc_prof.h > > * Package lto-dump which is a new tool in gcc10 > > * All Changes are here [1] > > * Porting apps to gcc 10 help is here [2] > > > > [1]

[OE-core][dunfell 1/8] timezone: upgrade 2019c -> 2020a

2020-05-11 Thread Steve Sakoman
From: Pierre-Jean Texier See full changelog https://github.com/eggert/tz/blob/master/NEWS#L11 Signed-off-by: Pierre-Jean Texier Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- meta/recipes-extended/timezone/timezone.inc | 10 +- 1 file changed, 5 insertions(+), 5

[OE-core][dunfell 8/8] linux-yocto/5.4: update to v5.4.34

2020-05-11 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 6ccc74c083c0 Linux 5.4.34 b538aacc9400 x86/microcode/AMD: Increase microcode PATCH_MAX_SIZE 856a74fd7e61 scsi: target: fix hang when multiple threads try to destroy

[OE-core][dunfell 2/8] util-linux: fix build error in kill

2020-05-11 Thread Steve Sakoman
From: Benjamin Fair Backport patches from upstream to fix a build error in the kill utility. Fixes: | In file included from ../util-linux-2.35.1/misc-utils/kill.c:57: | ../util-linux-2.35.1/include/pidfd-utils.h: In function ‘pidfd_open’: | ../util-linux-2.35.1/include/pidfd-utils.h:19:17:

[OE-core][dunfell 3/8] sqlite: backport CVE fixes

2020-05-11 Thread Steve Sakoman
From: Sakib Sajal Fixes CVE-2020-11655 and CVE-2020-11656 Signed-off-by: Sakib Sajal Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- .../sqlite/files/CVE-2020-11655.patch | 32 + .../sqlite/files/CVE-2020-11656.patch | 70 +++

[OE-core][dunfell 7/8] linux-yocto/5.4: update to v5.4.32

2020-05-11 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: bc844d58f697 Linux 5.4.32 ad5676629a12 iommu/vt-d: Allow devices with RMRRs to use identity domain 04ad505eed58 drm/i915: Fix ref->mutex deadlock in

[OE-core][dunfell 5/8] musl: Remove spurious unused patch

2020-05-11 Thread Steve Sakoman
From: Khem Raj Signed-off-by: Khem Raj Signed-off-by: Richard Purdie Signed-off-by: Steve Sakoman --- ...move-using-.end-directive-with-clang.patch | 36 --- 1 file changed, 36 deletions(-) delete mode 100644

[OE-core][dunfell 6/8] linux-yocto/5.4: update to v5.4.28

2020-05-11 Thread Steve Sakoman
From: Bruce Ashfield Updating linux-yocto/5.4 to the latest korg -stable release that comprises the following commits: 462afcd6e7ea Linux 5.4.28 7b2cdbd67ff0 staging: greybus: loopback_test: fix potential path truncations 8e79f440edb5 staging: greybus: loopback_test: fix potential

[OE-core][dunfell 4/8] os-release: sanitize required fields

2020-05-11 Thread Steve Sakoman
From: Vyacheslav Yurkov Currently only VERSION_ID field is sanitized, but os-release (5) has more fields with the same requirement. Moreover, those fields come unquoted in most distributions, because quotes are not needed for a values without whitespaces. Signed-off-by: Vyacheslav Yurkov

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

2020-05-11 Thread Steve Sakoman
Please review this next set of patches for dunfell and have comments back by end of day Wednesday. Clean a-full build on autobuilder (oe-selftest-fedora not run due to no available fedora builders over the weekend): https://autobuilder.yoctoproject.org/typhoon/#/builders/83/builds/941 The

Re: [OE-core] [meta-oe][PATCH v2] libdnf: Use single-quotes around string literals used in SQL statements

2020-05-11 Thread Steve Sakoman
Hi Peter, Is this patch suitable for inclusion in dunfell lts? Thanks, Steve On Mon, May 4, 2020 at 6:20 AM Peter Kjellerstedt wrote: > > If sqlite is built with -DSQLITE_DQS=0 in accordance with > https://sqlite.org/quirks.html#dblquote, migration to version 1.2 of the > history database

Re: [OE-core] [PATCH V2 1/2] gcc10: Update to GCC 10.1 Release

2020-05-11 Thread Richard Purdie
On Mon, 2020-05-11 at 11:23 +0100, Richard Purdie via lists.openembedded.org wrote: > On Sun, 2020-05-10 at 12:50 -0700, Khem Raj wrote: > > * Package new gomp header acc_prof.h > > * Package lto-dump which is a new tool in gcc10 > > * All Changes are here [1] > > * Porting apps to gcc 10 help is

Re: [OE-core] Pending GCC 10 -fno-common fixes

2020-05-11 Thread Richard Purdie
On Sun, 2020-05-10 at 11:31 +0200, Richard Leitner wrote: > Hi, > just a friendly reminder for my pending GCC 10 support patches: > > https://patchwork.openembedded.org/patch/172350/ > https://patchwork.openembedded.org/patch/172351/ > https://patchwork.openembedded.org/patch/172357/ >

Re: [OE-core][PATCH v8] expat: Added ptest

2020-05-11 Thread Richard Purdie
On Thu, 2020-04-30 at 19:55 +0300, Oleksandr via lists.openembedded.org wrote: > For ptest support of expat package: > > - expat_2.2.9.bb recipe was switched on cmake-based building system > to > avoid cahnges in autotools build system which considered in upstream > as > potentially deprecated

[OE-core] [PATCH] bison: fix Argument list too long error

2020-05-11 Thread Lee Chee Yang
From: Lee Chee Yang fix Argument list too long error when len(TMPDIR) = 410 Signed-off-by: Lee Chee Yang --- meta/recipes-devtools/bison/bison_3.5.4.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/bison/bison_3.5.4.bb

Re: [OE-core] [PATCH V2 1/2] gcc10: Update to GCC 10.1 Release

2020-05-11 Thread Richard Purdie
On Sun, 2020-05-10 at 12:50 -0700, Khem Raj wrote: > * Package new gomp header acc_prof.h > * Package lto-dump which is a new tool in gcc10 > * All Changes are here [1] > * Porting apps to gcc 10 help is here [2] > > [1] https://gcc.gnu.org/gcc-10/changes.html > [2]

[OE-core] [PATCH] gcr: depends on gnupg-native

2020-05-11 Thread kai
From: Kai Kang It fails to build gcr if no commmand gpg on build host: | meson.build:44:0: ERROR: Program(s) ['gpg2', 'gpg'] not found or not executable Add dependency gnupg-native to fix the error. Signed-off-by: Kai Kang --- meta/recipes-gnome/gcr/gcr_3.36.0.bb | 2 +- 1 file changed, 1

Re: [OE-core] [oe][yocto][bitbake] Fetching source using different protocols

2020-05-11 Thread Andre McCurdy
On Mon, May 11, 2020 at 2:03 AM Dawod wrote: > > Hello, > > I need to fetch a git repo using 2 different protocols ( ssh & https ) > So that when I run bitbake, It will fetch using ssh protocol first and if it > fails to fetch, It will try to fetch using https protocol. > > can I do some thing

Re: [OE-core] [oe][yocto][bitbake] Fetching source using different protocols

2020-05-11 Thread Quentin Schulz
Hi Mohamed, On Mon, May 11, 2020 at 11:03:26AM +0200, Dawod wrote: > Hello, > > I need to fetch a git repo using 2 different protocols ( ssh & https ) > So that when I run bitbake, It will fetch using ssh protocol first and if > it fails to fetch, It will try to fetch using https protocol. >

[OE-core] [oe][yocto][bitbake] Fetching source using different protocols

2020-05-11 Thread Dawod
Hello, I need to fetch a git repo using 2 different protocols ( ssh & https ) So that when I run bitbake, It will fetch using ssh protocol first and if it fails to fetch, It will try to fetch using https protocol. can I do some thing like that or I will have to change it manually every time ?

Re: [OE-core] [PATCH v3] file: add PACKAGECONFIG for auto options

2020-05-11 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core@lists.openembedded.org c...@lists.openembedded.org> On Behalf Of Konrad Weihmann > Sent: den 10 maj 2020 22:30 > To: openembedded-core@lists.openembedded.org > Cc: Konrad Weihmann > Subject: [OE-core] [PATCH v3] file: add PACKAGECONFIG for

Re: [OE-core] [PATCH V2 1/2] gcc10: Update to GCC 10.1 Release

2020-05-11 Thread Jacob Kroon
On 5/10/20 9:50 PM, Khem Raj wrote: * Package new gomp header acc_prof.h * Package lto-dump which is a new tool in gcc10 * All Changes are here [1] * Porting apps to gcc 10 help is here [2] [1] https://gcc.gnu.org/gcc-10/changes.html [2] https://gcc.gnu.org/gcc-10/porting_to.html