[OE-core] [PATCH 1/3] Revert "icecc: Don't use icecc when INHIBIT_DEFAULT_DEPS is set"

2021-05-25 Thread Douglas via lists.openembedded.org
Although this silenced the warnings, it also turned off icecc for gcc-cross and friends, binutils-cross, and importantly, the linux kernel. This reverts commit 0315aabeff8e6483b737d0e23d6841f1394ad3c8. [YOCTO #13863] Signed-off-by: Douglas Royds --- meta/classes/icecc.bbclass | 4 1 file

[OE-core] [PATCH 2/3] icecc: Demote "could not get ICECC_CC" warning to note

2021-05-25 Thread Douglas via lists.openembedded.org
For many components, it is perfectly correct not to have gcc or g++ in the PATH, notably when INHIBIT_DEFAULT_DEPS is set. We were getting a flood of warnings when icecc was enabled, eg: WARNING: base-files-3.0.14-r89.tait.8.6 do_configure: Cannot use icecc: could not get ICECC_CC or

[OE-core] [PATCH 3/3] icecc-create-env: Silence warning: invalid ICECC_ENV_EXEC

2021-05-25 Thread Douglas via lists.openembedded.org
Signed-off-by: Douglas Royds --- meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb b/meta/recipes-devtools/icecc-create-env/icecc-create-env_0.1.bb index

[OE-core] [PATCH 0/3] icecc: Silence warnings

2021-05-25 Thread Douglas via lists.openembedded.org
icecc: Demote "could not get ICECC_CC" warning to note For many components, it is perfectly correct not to have gcc or g++ in the PATH, notably when INHIBIT_DEFAULT_DEPS is set. We were getting a flood of warnings when icecc was enabled, eg: WARNING: base-files-3.0.14-r89.tait.8.6

[OE-core] gdb-cross-canadian-arm includes 64bit inc file when enable multilib

2021-05-25 Thread leimaohui
Hi, I found that gdb-cross-canadian-arm includes 64bit inc file when I enable multilib. It is correct? Shouldn't it use 32bit inc file? $ ls

Re: [OE-core][PATCH v2] expat: upgrade 2.3.0 -> 2.4.1

2021-05-25 Thread Steve Sakoman
On Tue, May 25, 2021 at 12:17 PM Richard Purdie wrote: > > On Tue, 2021-05-25 at 12:50 +, Andrej Valek wrote: > > Hello everyone, > > > > I have an another question regarding to backporting this to dunfell branch. > > Is it possible to apply this upgrade to this branch? I would like to have >

Re: [OE-core][PATCH v2] expat: upgrade 2.3.0 -> 2.4.1

2021-05-25 Thread Steve Sakoman
On Tue, May 25, 2021 at 2:50 AM Andrej Valek wrote: > > Hello everyone, > > I have an another question regarding to backporting this to dunfell branch. > Is it possible to apply this upgrade to this branch? I would like to have an > very important fix for CVE-2013-0340 >

Re: [OE-core][PATCH v2] expat: upgrade 2.3.0 -> 2.4.1

2021-05-25 Thread Richard Purdie
On Tue, 2021-05-25 at 12:50 +, Andrej Valek wrote: > Hello everyone, > > I have an another question regarding to backporting this to dunfell branch.  > Is it possible to apply this upgrade to this branch? I would like to have  > an very important fix for CVE-2013-0340 >

[OE-core] [PATCH v3 1/1] ltp: Update to 20210524

2021-05-25 Thread Petr Vorel
Remove patches accepted in this upstream release * determinism.patch (45530792a, 01fefa08c) * libswapon.patch (2b64c727f) * 0001-open_posix_testsuite-generate-makefiles.sh-Avoid-inc.patch (f38172209) * 0002-Makefile-Avoid-wildcard-determinism-issues.patch (edf60cf6a) *

Re: [docs] [OE-core][PATCH] Add support for erofs filesystems

2021-05-25 Thread Richard Weinberger
Quentin, - Ursprüngliche Mail - > Von: "Quentin Schulz" >> IMAGE_TYPES = " \ >>@@ -261,6 +269,7 @@ IMAGE_TYPES = " \ >> wic wic.gz wic.bz2 wic.lzma wic.zst \ >> container \ >> f2fs \ >>+erofs \ > > I think you're supposed to have erofs erofs-lz4 erofs-lz4hc here. Oh

Re: [OE-core] [hardknott][PATCH 1/2] glib-2.0: use python3targetconfig

2021-05-25 Thread Alexander Kanavin
Same here: this needs to go to master first, and better explained, as we are not seeing those issues. Alex On Tue, 25 May 2021 at 17:17, cpriouzeau wrote: > Meson request to have a valid python, meson-log indicate that > issue come from: > ModuleNotFoundError: No module named '_sysconfigdata'

Re: [OE-core] [hardknott][PATCH 2/2] mesa: use python3targetconfig

2021-05-25 Thread Alexander Kanavin
This needs to go to master first, and better explained, as we are not seeing those issues. Alex On Tue, 25 May 2021 at 17:17, cpriouzeau wrote: > Meson request to have a valid python, meson-log indicate that > issue come from: > ModuleNotFoundError: No module named '_sysconfigdata' > >

Re: [OE-core] [PATCH v2 1/1] ltp: Update to 20210524

2021-05-25 Thread Petr Vorel
Hi Daniel, > Hello! > On Mon, 24 May 2021 at 13:30, Petr Vorel wrote: > [...] > > diff --git a/meta/recipes-extended/ltp/ltp_20210121.bb > > b/meta/recipes-extended/ltp/ltp_20210524.bb > > similarity index 94% > > rename from meta/recipes-extended/ltp/ltp_20210121.bb > > rename to

[OE-core] [hardknott][PATCH 2/2] mesa: use python3targetconfig

2021-05-25 Thread cpriouzeau
Meson request to have a valid python, meson-log indicate that issue come from: ModuleNotFoundError: No module named '_sysconfigdata' Signed-off-by: Christophe Priouzeau --- meta/recipes-graphics/mesa/mesa.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [hardknott][PATCH 1/2] glib-2.0: use python3targetconfig

2021-05-25 Thread cpriouzeau
Meson request to have a valid python, meson-log indicate that issue come from: ModuleNotFoundError: No module named '_sysconfigdata' Signed-off-by: Christophe Priouzeau --- meta/recipes-core/glib-2.0/glib.inc | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [dunfell][PATCH 2/2] mesa: use python3targetconfig

2021-05-25 Thread cpriouzeau
Meson request to have a valid python, meson-log indicate that issue come from: ModuleNotFoundError: No module named '_sysconfigdata' Signed-off-by: Christophe Priouzeau --- meta/recipes-graphics/mesa/mesa.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [dunfell][PATCH 1/2] glib-2.0: use python3targetconfig

2021-05-25 Thread cpriouzeau
Meson request to have a valid python, meson-log indicate that issue come from: ModuleNotFoundError: No module named '_sysconfigdata' Signed-off-by: Christophe Priouzeau --- meta/recipes-core/glib-2.0/glib.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] Yocto Project Status WW21`21

2021-05-25 Thread Stephen Jolley
Current Dev Position: YP 3.4 M1 Next Deadline: 7th June 2021 YP 3.4 M1 build Next Team Meetings: * Bug Triage meeting Thursday May 27th at 7:30am PDT ( https://zoom.us/j/454367603?pwd=ZGxoa2ZXL3FkM3Y0bFd5aVpHVVZ6dz09) *

Re: [OE-core] [PATCH 02/21] systemd: update 247.6 -> 248.3

2021-05-25 Thread Alexander Kanavin
On Tue, 25 May 2021 at 16:16, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Tue, 2021-05-25 at 16:02 +0200, Alexander Kanavin wrote: > > Sorry, but that is not a good answer. If the next version upgrade > > is a pain because of those patches, I will actually make a patch > >

Re: [OE-core] [PATCH 02/21] systemd: update 247.6 -> 248.3

2021-05-25 Thread Richard Purdie
On Tue, 2021-05-25 at 16:02 +0200, Alexander Kanavin wrote: > Sorry, but that is not a good answer. If the next version upgrade  > is a pain because of those patches, I will actually make a patch > that drops them. I'm going to wade in on this at this point. systemd is a tricky one. Khem has

Re: [OE-core] [PATCH v2 1/1] ltp: Update to 20210524

2021-05-25 Thread Daniel D?az
Hello! On Mon, 24 May 2021 at 13:30, Petr Vorel wrote: [...] > diff --git a/meta/recipes-extended/ltp/ltp_20210121.bb > b/meta/recipes-extended/ltp/ltp_20210524.bb > similarity index 94% > rename from meta/recipes-extended/ltp/ltp_20210121.bb > rename to

Re: [OE-core][PATCH v2] expat: upgrade 2.3.0 -> 2.4.1

2021-05-25 Thread Andrej Valek
Hello everyone, I have an another question regarding to backporting this to dunfell branch. Is it possible to apply this upgrade to this branch? I would like to have an very important fix for CVE-2013-0340 (https://github.com/libexpat/libexpat/pull/220) there. But there is a lot of changes,

Re: [OE-core] [PATCH] cmake-native: enabled zstd support

2021-05-25 Thread Samuli Piippo
commit messages updated in v2 patches -samuli On Tue, 25 May 2021 at 15:00, Alexander Kanavin wrote: > Thanks, it would be beneficial to record this information in the commit > message. > > Alex > > On Tue, 25 May 2021 at 13:27, Samuli Piippo > wrote: > >> Issue came up while building Qt6,

[OE-core] [PATCH v2 2/2] cmake-native: enabled zstd support

2021-05-25 Thread Samuli Piippo
CMake depends on having all formats supported and build issues can arise when zstd is not available: https://gitlab.kitware.com/cmake/cmake/-/issues/21552 Quote from a CMake dev: "As far as CMake's design is concerned, we have no optional formats. All should be supported. That's why we bundle

[OE-core] [PATCH v2 1/2] libarchive: enable zstd support

2021-05-25 Thread Samuli Piippo
Now that zstd is in oe-core, add PACKAGECONFIG for it and enabled it by default in libarchive. zstd support is expected by CMake, which in nativesdk depends on libarchive. CMake depends on having all formats supported and build issues can arise when zstd is not available:

Re: [OE-core] [PATCH] cmake-native: enabled zstd support

2021-05-25 Thread Alexander Kanavin
Thanks, it would be beneficial to record this information in the commit message. Alex On Tue, 25 May 2021 at 13:27, Samuli Piippo wrote: > Issue came up while building Qt6, which uses cmake packaging API: > https://gitlab.kitware.com/cmake/cmake/-/issues/21552 > Things break when zstd support

Re: [OE-core] [meta-oe][dunfell][PATCH] opencv: Add fix for CVE-2019-5063 and CVE-2019-5064

2021-05-25 Thread Armin Kuster
On 5/25/21 12:59 AM, akash hadke wrote: > From: "akash.hadke" > > Added fix for below CVE's > > CVE-2019-5063 > CVE-2019-5064 > Link: > https://github.com/opencv/opencv/commit/f42d5399aac80d371b17d689851406669c9b9111.patch > > Signed-off-by: akash hadke wrong ml. should be

[OE-core][PATCH v2] Add support for erofs filesystems

2021-05-25 Thread Richard Weinberger
Since Linux 5.4 a new read-only filesystem is available, erofs. Compared to squashfs it offers much better read performance with and without compression enabled. It suppports two optional compressors, lz4 and lz4hc. >From the mkfs.erofs man page: EROFS is a new enhanced lightweight linux

Re: [OE-core] [PATCH] cmake-native: enabled zstd support

2021-05-25 Thread Samuli Piippo
Issue came up while building Qt6, which uses cmake packaging API: https://gitlab.kitware.com/cmake/cmake/-/issues/21552 Things break when zstd support is not available and CMake doesn't provide simple why to ask if the support is available. Quote from cmake dev: As far as CMake's design is

Re: [bitbake-devel] [OE-core][PATCH] Add support for erofs filesystems

2021-05-25 Thread Richard Weinberger
Konrad, - Ursprüngliche Mail - > Von: "Konrad Weihmann" >> +EXTRA_OECONF = "--enable-lz4 --disable-fuse" > > In the commit message it's mentioned that compression is optional, still > here lz4 is enabled by default - I would rather see these compression > switches configurable via

[OE-core][PATCH] flex: correct license information

2021-05-25 Thread Nikolay Papenkov via lists.openembedded.org
License-Update: Corrected license information flex package is under two licenses: - "BSD-3-Clause" is provided in top-level COPYING file; the license actually include third obligation (without the actual "3" numbering) - "LGPL-2.0+" is explained by src/gettext.h Signed-off-by: Dmitry Kisil

Re: [bitbake-devel] [OE-core][PATCH] Add support for erofs filesystems

2021-05-25 Thread Konrad Weihmann
On 25.05.21 13:04, Richard Weinberger wrote: Since Linux 5.4 a new read-only filesystem is available, erofs. Compared to squashfs it offers much better read performance with and without compression enabled. It suppports two optional compressors, lz4 and lz4hc. From the mkfs.erofs man page:

[OE-core] [bitbake][PATCH] Add support for erofs image types

2021-05-25 Thread Richard Weinberger
Signed-off-by: Richard Weinberger --- lib/toaster/orm/models.py | 7 --- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/lib/toaster/orm/models.py b/lib/toaster/orm/models.py index 7f7e922adecc..517774baa0b1 100644 --- a/lib/toaster/orm/models.py +++ b/lib/toaster/orm/models.py

[OE-core][PATCH] Add support for erofs filesystems

2021-05-25 Thread Richard Weinberger
Since Linux 5.4 a new read-only filesystem is available, erofs. Compared to squashfs it offers much better read performance with and without compression enabled. It suppports two optional compressors, lz4 and lz4hc. >From the mkfs.erofs man page: EROFS is a new enhanced lightweight linux

[OE-core] [yocto-docs][PATCH] Document erofs filesystem targets

2021-05-25 Thread Richard Weinberger
Signed-off-by: Richard Weinberger --- documentation/ref-manual/kickstart.rst | 2 ++ documentation/ref-manual/variables.rst | 3 +++ 2 files changed, 5 insertions(+) diff --git a/documentation/ref-manual/kickstart.rst b/documentation/ref-manual/kickstart.rst index 83085b72..2c8b724ff9ac

[OE-core][PATCH v2] expat: upgrade 2.3.0 -> 2.4.1

2021-05-25 Thread Andrej Valek
Includes lot of security fixes, especially CVE-2013-0340/CWE-776. Signed-off-by: Andrej Valek --- meta/recipes-core/expat/{expat_2.3.0.bb => expat_2.4.1.bb} | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename meta/recipes-core/expat/{expat_2.3.0.bb => expat_2.4.1.bb} (89%) diff --git

Re: [OE-core] [PATCH] oeqa: sdk: basic go toolchain test support

2021-05-25 Thread Peter Morrow
On Thu, May 20, 2021 at 02:57:26PM +0100, Richard Purdie wrote: > On Thu, 2021-05-20 at 12:27 +0100, Richard Purdie via lists.openembedded.org > wrote: > > On Tue, 2021-05-18 at 06:05 -0700, Peter Morrow wrote: > > > Add a simple build test for the golang toolchain which is produced into a > > >

Re: [OE-core] [PATCH] libarchive: enable zstd support

2021-05-25 Thread Alexander Kanavin
Same here: why do this? Alex On Tue, 25 May 2021 at 11:35, Samuli Piippo wrote: > Now that zstd is in oe-core, add PACKAGECONFIG for it and enabled > it by default in libarchive. > > zstd support is expected by CMake, which in nativesdk depends on > libarchive

Re: [OE-core] [PATCH] cmake-native: enabled zstd support

2021-05-25 Thread Alexander Kanavin
You need to explain the benefit in doing so, I think? :) Alex On Tue, 25 May 2021 at 12:05, Samuli Piippo wrote: > Now that zstd is in oe-core, enable support for it in native CMake. > > Signed-off-by: Samuli Piippo > --- > meta/recipes-devtools/cmake/cmake-native_3.20.1.bb | 2 +- > 1 file

[OE-core] [PATCH] cmake-native: enabled zstd support

2021-05-25 Thread Samuli Piippo
Now that zstd is in oe-core, enable support for it in native CMake. Signed-off-by: Samuli Piippo --- meta/recipes-devtools/cmake/cmake-native_3.20.1.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/cmake/cmake-native_3.20.1.bb

Re: [OE-core][PATCH] expat: upgrade 2.2.10 -> 2.4.1

2021-05-25 Thread Alexander Kanavin
I think you need to rebase this on master first, as it already has 2.3.0. And removing patches needs to be explained. Alex On Tue, 25 May 2021 at 11:10, Andrej Valek wrote: > Includes lot of security fixes, especially CVE-2013-0340/CWE-776. > > Signed-off-by: Andrej Valek > --- >

[OE-core] [PATCH] ffmpeg: Add libopus packageconfig

2021-05-25 Thread Carlos Rafael Giani via lists.openembedded.org
Signed-off-by: Carlos Rafael Giani --- meta/recipes-multimedia/ffmpeg/ffmpeg_4.4.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-multimedia/ffmpeg/ffmpeg_4.4.bb b/meta/recipes-multimedia/ffmpeg/ffmpeg_4.4.bb index 384e07362a..664fc6066a 100644 ---

[OE-core] [PATCH] libarchive: enable zstd support

2021-05-25 Thread Samuli Piippo
Now that zstd is in oe-core, add PACKAGECONFIG for it and enabled it by default in libarchive. zstd support is expected by CMake, which in nativesdk depends on libarchive (https://gitlab.kitware.com/cmake/cmake/-/issues/21552) --- meta/recipes-extended/libarchive/libarchive_3.5.1.bb | 3 ++- 1

[OE-core][PATCH] expat: upgrade 2.2.10 -> 2.4.1

2021-05-25 Thread Andrej Valek
Includes lot of security fixes, especially CVE-2013-0340/CWE-776. Signed-off-by: Andrej Valek --- .../expat/0001-Add-output-of-tests-result.patch| 83 -- .../expat/{expat_2.2.10.bb => expat_2.4.1.bb} | 3 +- 2 files changed, 1 insertion(+), 85 deletions(-) delete

[OE-core] [meta-oe][dunfell][PATCH] opencv: Add fix for CVE-2019-5063 and CVE-2019-5064

2021-05-25 Thread akash hadke
From: "akash.hadke" Added fix for below CVE's CVE-2019-5063 CVE-2019-5064 Link: https://github.com/opencv/opencv/commit/f42d5399aac80d371b17d689851406669c9b9111.patch Signed-off-by: akash hadke --- .../opencv/CVE-2019-5063_and_2019-5064.patch | 78 ++