[OE-core] ✗ patchtest: failure for kbd: avoid vlock conflict with busybox

2019-12-06 Thread Patchwork
== Series Details == Series: kbd: avoid vlock conflict with busybox Revision: 1 URL : https://patchwork.openembedded.org/series/21511/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH] kbd: avoid vlock conflict with busybox

2019-12-06 Thread Khem Raj
busybox as well as vlock utility from meta-oe provides vlock utility which can conflict when with kbd if pam is a enabled distro_feature Fixes image build errors update-alternatives: Error: not linking /usr/bin/vlock to /bin/busybox.suid since /usr/bin/vlock exists and is not a link ERROR:

[OE-core] [PATCH 7/7] license_image.bbclass: Report only the licenses that are incompatible

2019-12-06 Thread Peter Kjellerstedt
Instead of reporting ${LICENSE} when a package cannot be installed into an image because it is using an incompatible license, report the license(s) that are actually incompatible. Signed-off-by: Peter Kjellerstedt --- meta/classes/license_image.bbclass | 5 +++--

[OE-core] [PATCH 5/7] base.bbclass: Report only the licenses that are incompatible for a package

2019-12-06 Thread Peter Kjellerstedt
Instead of reporting ${LICENSE} when a package is identified as using an incompatible license, report the license(s) that are actually incompatible. Signed-off-by: Peter Kjellerstedt --- meta/classes/base.bbclass | 26 ---

[OE-core] [PATCH 1/7] license.bbclass: Introduce AVAILABLE_LICENSES that lists all licenses

2019-12-06 Thread Peter Kjellerstedt
Previously, there was SRC_DISTRIBUTE_LICENSES, an undocumented variable that contained a static list of licenses. It was used by expand_wildcard_licenses() to expand any wildcards used in, e.g., INCOMPATIBLE_LICENSE. However, since this static list of licenses has not been kept up-to-date, many

[OE-core] [PATCH 4/7] base.bbclass: Simplify the check for whitelisted licenses

2019-12-06 Thread Peter Kjellerstedt
After a number of rewrites, the code checking if a package has been whitelisted for an incompatible license was calculating the whitelisted packages twice (as 'whitelist' and as 'incompatwl'). Signed-off-by: Peter Kjellerstedt --- meta/classes/base.bbclass | 13 - 1 file changed, 4

[OE-core] [PATCH 3/7] license.bbclass: Make incompatible_pkg_license return incompatible lics

2019-12-06 Thread Peter Kjellerstedt
This makes it possible to report the incompatible licenses. Signed-off-by: Peter Kjellerstedt --- meta/classes/license.bbclass | 12 +--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/meta/classes/license.bbclass b/meta/classes/license.bbclass index

[OE-core] [PATCH 2/7] licenses.conf: Remove the SRC_DISTRIBUTE_LICENSES variable

2019-12-06 Thread Peter Kjellerstedt
The SRC_DISTRIBUTE_LICENSES variable and its static list of licenses has been replaced by AVAILABLE_LICENSES, which automatically contains all available licenses. Signed-off-by: Peter Kjellerstedt --- meta/conf/licenses.conf | 43 - 1 file changed, 43

[OE-core] [PATCH 6/7] package.bbclass: Report only the licenses that are incompatible

2019-12-06 Thread Peter Kjellerstedt
When excluding a package from being packaged due to incompatible licenses, report the license(s) that are actually incompatible. Signed-off-by: Peter Kjellerstedt --- meta/classes/package.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH v2] ghostscript: upgrade 9.27 -> 9.50

2019-12-06 Thread Trevor Gamblin
From: Trevor Gamblin Version 9.50 incorporates previously-backported fixes for CVE-2019-14811 and CVE-2019-14817. CVE: CVE-2019-14811 CVE: CVE-2019-14817 Signed-off-by: Trevor Gamblin --- .../ghostscript/CVE-2019-14811-0001.patch | 69 - .../ghostscript/CVE-2019-14817-0001.patch

Re: [OE-core] [PATCH] ghostscript: upgrade 9.27 -> 9.50

2019-12-06 Thread Trevor Gamblin
On 12/6/19 3:26 PM, Alexander Kanavin wrote: If the fix for 2019-14869 is included in 9.50, why the patch for it is not removed? My mistake - CVE-2019-14869 should still be there, I just wrote the commit message incorrectly. NIST database states that it's fixed in 9.50, but the patch is

[OE-core] [PATCH] wayland: Add PACKAGECONFIG for dtd-validation

2019-12-06 Thread Joshua Watt
Adds the option to disable DTD validation when building wayland-scanner, which makes libxml2 optional. Signed-off-by: Joshua Watt --- meta/recipes-graphics/wayland/wayland_1.17.0.bb | 5 - 1 file changed, 4 insertions(+), 1 deletion(-) diff --git

Re: [OE-core] [PATCH] ghostscript: upgrade 9.27 -> 9.50

2019-12-06 Thread Alexander Kanavin
If the fix for 2019-14869 is included in 9.50, why the patch for it is not removed? Alex On Fri, 6 Dec 2019 at 21:09, Trevor Gamblin wrote: > From: Trevor Gamblin > > Version 9.50 incorporates a fix for CVE-2019-14869 as well as > previously-backported fixes for CVE-2019-14811 and

[OE-core] [PATCH] ghostscript: upgrade 9.27 -> 9.50

2019-12-06 Thread Trevor Gamblin
From: Trevor Gamblin Version 9.50 incorporates a fix for CVE-2019-14869 as well as previously-backported fixes for CVE-2019-14811 and CVE-2019-14817. CVE: CVE-2019-14869 CVE: CVE-2019-14811 CVE: CVE-2019-14817 Signed-off-by: Trevor Gamblin --- .../ghostscript/CVE-2019-14811-0001.patch |

[OE-core] [zeus][PATCH 1/4] alsa-lib: Trim the text part used for the license file checksum

2019-12-06 Thread Peter Kjellerstedt
From: Peter Kjellerstedt This avoids including irrelevant information when calculating the license checksum. License-Update: Trim the text part used for the license file checksum Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie ---

[OE-core] [zeus][PATCH 2/4] alsa-utils: Trim the text part used for the license file checksum

2019-12-06 Thread Peter Kjellerstedt
From: Peter Kjellerstedt This avoids including irrelevant information when calculating the license checksum. License-Update: Trim the text part used for the license file checksum Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie ---

[OE-core] [zeus][PATCH 3/4] opkg: Trim the text part used for the license file checksum

2019-12-06 Thread Peter Kjellerstedt
From: Peter Kjellerstedt This avoids including irrelevant information when calculating the license checksum. License-Update: Trim the text part used for the license file checksum Signed-off-by: Peter Kjellerstedt Signed-off-by: Richard Purdie --- meta/recipes-devtools/opkg/opkg_0.4.1.bb | 2

[OE-core] [zeus][PATCH 4/4] libpng: Remove duplicate license information

2019-12-06 Thread Peter Kjellerstedt
From: Peter Kjellerstedt The LICENSE file contains all the license information so there is no need to also include it from the png.h file (and additionally some lines were left out from the latter). License-Update: Remove duplicate license information Signed-off-by: Peter Kjellerstedt

[OE-core] [PATCH] cve-check: Switch to NVD CVE JSON feed version 1.1

2019-12-06 Thread Niko Mauno
Switch to recently released version 1.1 of NVD CVE JSON feed, as in https://nvd.nist.gov/General/News/JSON-1-1-Vulnerability-Feed-Release it is mentioned that Due to changes required to support CVSS v3.1 scoring, the JSON vulnerability feeds must be modified. This will require the consumers

[OE-core] [zeus][PATCH] base.bbclass: add dependency on pseudo from do_prepare_recipe_sysroot

2019-12-06 Thread Peter Kjellerstedt
From: Mattias Hansson do_prepare_recipe_sysroot may perform groupadd, which requires pseudo. However, do_prepare_recipe_sysroot does not depend on pseudo explicitly, which sometimes causes a build error when building a recipe that adds groups. This issue only occurs when executing

Re: [OE-core] [PATCH v2] u-boot-fw-utils: Add capability of building from out-of-tree

2019-12-06 Thread Tom Rini
On Fri, Dec 06, 2019 at 10:13:11AM +, Daisuke Yamane wrote: > This patch also helps to build with EXTERNALSRC. > > Signed-off-by: Daisuke Yamane Reviewed-by: Tom Rini -- Tom signature.asc Description: PGP signature -- ___ Openembedded-core

[OE-core] [zeus][PATCH] Revert "libtirpc: create the symbol link for rpc header files"

2019-12-06 Thread Peter Kjellerstedt
This reverts commit 0b9748c655b6f733b504e70288f4b91dca2e4d58. The headers provided by libtirpc are not drop in replacements for the RPC header files previously provided by glibc, so do not install them as if they were. Additionally, they clash with the header files installed by glibc if an older

[OE-core] [PATCH] Revert "libtirpc: create the symbol link for rpc header files"

2019-12-06 Thread Peter Kjellerstedt
This reverts commit 674596421320de08142e010fdd65ec6f0a0f34e9 and 9dc1aaed83f0627db65f387de0b1e51503ab07b1. The headers provided by libtirpc are not drop in replacements for the RPC header files previously provided by glibc, so do not install them as if they were. Additionally, they clash with the

[OE-core] [PATCH 10/10] glib-2.0: update to 2.62.3

2019-12-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...ble-more-tests-while-cross-compiling.patch | 36 +-- .../glib-2.0/glib-2.0/relocate-modules.patch | 2 +- ...{glib-2.0_2.62.2.bb => glib-2.0_2.62.3.bb} | 4 +-- 3 files changed, 20 insertions(+), 22 deletions(-) rename

[OE-core] [PATCH 09/10] at-spi2-atk: update to 2.34.1

2019-12-06 Thread Alexander Kanavin
License-Update: license updated to LGPL v2.1 Signed-off-by: Alexander Kanavin --- .../atk/{at-spi2-atk_2.32.0.bb => at-spi2-atk_2.34.1.bb} | 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/atk/{at-spi2-atk_2.32.0.bb => at-spi2-atk_2.34.1.bb} (65%) diff

[OE-core] [PATCH 08/10] at-spi2-core: update to 2.34.0

2019-12-06 Thread Alexander Kanavin
License-Update: updated to LGPLv2.1 Signed-off-by: Alexander Kanavin --- .../{at-spi2-core_2.32.1.bb => at-spi2-core_2.34.0.bb}| 8 1 file changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-support/atk/{at-spi2-core_2.32.1.bb => at-spi2-core_2.34.0.bb} (83%) diff --git

[OE-core] [PATCH 06/10] libxcrypt: update to 4.4.10

2019-12-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../{libxcrypt-compat_4.4.8.bb => libxcrypt-compat_4.4.10.bb} | 0 meta/recipes-core/libxcrypt/libxcrypt.inc | 2 +- .../libxcrypt/{libxcrypt_4.4.8.bb => libxcrypt_4.4.10.bb} | 1 + 3 files changed, 2 insertions(+), 1 deletion(-)

[OE-core] [PATCH 07/10] atk: update to 2.34.1

2019-12-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...able-introspection-for-cross-compile.patch | 29 --- .../atk/{atk_2.32.0.bb => atk_2.34.1.bb} | 5 ++-- 2 files changed, 2 insertions(+), 32 deletions(-) delete mode 100644

[OE-core] [PATCH 04/10] assimp: update to 5.0.0

2019-12-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...hub.com-assimp-assimp-issues-2733-up.patch | 1664 + .../{assimp_4.1.0.bb => assimp_5.0.0.bb} |6 +- 2 files changed, 1668 insertions(+), 2 deletions(-) create mode 100644

[OE-core] [PATCH 05/10] libxcrypt: restructure the recipes to allow auto-upgrading with devtool

2019-12-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- .../libxcrypt/libxcrypt-compat_4.4.8.bb | 2 +- meta/recipes-core/libxcrypt/libxcrypt.inc | 33 ++ .../recipes-core/libxcrypt/libxcrypt_4.4.8.bb | 34 +-- 3 files changed, 35 insertions(+), 34 deletions(-) create

[OE-core] [PATCH 01/10] orc: update to 0.4.31

2019-12-06 Thread Alexander Kanavin
Switch to meson build system. Signed-off-by: Alexander Kanavin --- .../orc/{orc_0.4.29.bb => orc_0.4.31.bb} | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) rename meta/recipes-devtools/orc/{orc_0.4.29.bb => orc_0.4.31.bb} (72%) diff --git

[OE-core] [PATCH 02/10] vulkan: update to 1.1.126

2019-12-06 Thread Alexander Kanavin
Disable assembly for vulkan-loader, as it tries to execute a target binary (previously it would fail to detect a working assembler and do the same fallback quietly). Signed-off-by: Alexander Kanavin --- ...vulkan-headers_1.1.108.bb => vulkan-headers_1.1.126.0.bb} | 4 ++--

[OE-core] [PATCH 03/10] vulkan-demos: update to latest revision

2019-12-06 Thread Alexander Kanavin
Signed-off-by: Alexander Kanavin --- ...emos-with-questionably-licensed-data.patch | 21 --- .../vulkan/vulkan-demos_git.bb| 10 - 2 files changed, 14 insertions(+), 17 deletions(-) diff --git

Re: [OE-core] [master][zeus][PATCH 1/2] libtirpc: Simplify the installation of symlinks for legacy headers

2019-12-06 Thread Peter Kjellerstedt
Will do. //Peter > -Original Message- > From: Khem Raj > Sent: den 6 december 2019 16:21 > To: Peter Kjellerstedt > Cc: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [master][zeus][PATCH 1/2] libtirpc: Simplify the > installation of symlinks for legacy headers > >

[OE-core] OpenEmbedded Workshop at FOSDEM20 tickets

2019-12-06 Thread Jon Mason
We are happy to inform everyone that tickets to the inaugural OpenEmbedded Workshop are now on sale. Early bird tickets are available for 1/3rd off regular price. Also, we are offering a "Supporter Ticket". This is for those who are able to contribute more to help support OpenEmbedded, and/or

Re: [OE-core] [PATCH] oeqa/selftest/runtime_test: split systemd and sysvinit tests out

2019-12-06 Thread akuster808
On 12/6/19 6:44 AM, Richard Purdie wrote: > On Thu, 2019-12-05 at 17:58 -0800, Armin Kuster wrote: >> This should help debug which part of this selftest is failing. >> We can not tell which outloop is failing so split the tests into >> systemd and sysvinit. >> >> See [Yocto # 13650] for more

[OE-core] ✗ patchtest: failure for python/python3: Whitelist CVE-2019-18348

2019-12-06 Thread Patchwork
== Series Details == Series: python/python3: Whitelist CVE-2019-18348 Revision: 1 URL : https://patchwork.openembedded.org/series/21497/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [PATCH v2] python/python3: Whitelist CVE-2019-18348

2019-12-06 Thread Adrian Bunk
This is not exploitable when glibc has CVE-2016-10739 fixed, which is fixed in the upstream version since warrior. Signed-off-by: Adrian Bunk --- meta/recipes-devtools/python/python.inc | 3 +++ meta/recipes-devtools/python/python3_3.8.0.bb | 3 +++ 2 files changed, 6 insertions(+) diff

Re: [OE-core] [master][zeus][PATCH 1/2] libtirpc: Simplify the installation of symlinks for legacy headers

2019-12-06 Thread Khem Raj
perhaps send a revert request instead On Fri, Dec 6, 2019 at 12:59 AM Peter Kjellerstedt wrote: > > > -Original Message- > > From: openembedded-core-boun...@lists.openembedded.org > boun...@lists.openembedded.org> On Behalf Of Khem Raj > > Sent: den 6 december 2019 05:56 > > To:

Re: [OE-core] [zeus][PATCH 00/10] zeus merge request - cover letter only

2019-12-06 Thread Mittal, Anuj
On Fri, 2019-12-06 at 14:49 +, Richard Purdie wrote: > Hi Anuj, > > On Fri, 2019-12-06 at 10:41 +0800, Anuj Mittal wrote: > > Hi Richard > > > > Can you please merge these changes in zeus? They can be pulled from > > stable/zeus-next. > > I merged the anujm/zeus branch since that's the one

Re: [OE-core] [zeus][PATCH 00/10] zeus merge request - cover letter only

2019-12-06 Thread Richard Purdie
Hi Anuj, On Fri, 2019-12-06 at 10:41 +0800, Anuj Mittal wrote: > Hi Richard > > Can you please merge these changes in zeus? They can be pulled from > stable/zeus-next. I merged the anujm/zeus branch since that's the one which has these changes in! stable/zeus-next doesn't merge cleanly.

Re: [OE-core] [PATCH] oeqa/selftest/runtime_test: split systemd and sysvinit tests out

2019-12-06 Thread Richard Purdie
On Thu, 2019-12-05 at 17:58 -0800, Armin Kuster wrote: > This should help debug which part of this selftest is failing. > We can not tell which outloop is failing so split the tests into > systemd and sysvinit. > > See [Yocto # 13650] for more details. > > Signed-off-by: Armin Kuster > --- >

[OE-core] [warrior][PATCH] glib-2.0: Backport the CVE-2019-12450 fix

2019-12-06 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- ...e-Limit-access-to-files-when-copying.patch | 57 +++ meta/recipes-core/glib-2.0/glib-2.0_2.58.3.bb | 1 + 2 files changed, 58 insertions(+) create mode 100644

[OE-core] [PATCH 1/2] sysklogd: update to 2.0.3

2019-12-06 Thread Alexander Kanavin
Drop all patches as they are no longer necessary with autotools, fix problems that are addressed upstream, or (in case of no-vectorization.patch) don't apply to the old version either, which means no one is using that hw target anymore. Remove custom systemd configs (provided by upstream), and

[OE-core] [PATCH 2/2] libtasn1: update to 4.15.0

2019-12-06 Thread Alexander Kanavin
Drop backports. Signed-off-by: Alexander Kanavin --- .../gnutls/libtasn1/fix-gtkdoc.patch | 38 --- .../gnutls/libtasn1/fix-ldflags.patch | 31 --- .../{libtasn1_4.14.bb => libtasn1_4.15.0.bb} | 11 -- 3 files changed, 7 insertions(+), 73

Re: [OE-core] [PATCH 16/24] libtasn1: update to 4.15.0

2019-12-06 Thread Alexander Kanavin
Thanks, will change that and resend. Alex On Thu, 5 Dec 2019 at 17:55, Khem Raj wrote: > On Thu, Dec 5, 2019 at 7:47 AM Alexander Kanavin > wrote: > > > > Drop backports. > > > > Signed-off-by: Alexander Kanavin > > --- > > .../gnutls/libtasn1/fix-gtkdoc.patch | 38

Re: [OE-core] [PATCH 15/24] sysklogd: update to 2.0.3

2019-12-06 Thread Alexander Kanavin
Thanks, I fixed this and will resend. Alex On Fri, 6 Dec 2019 at 00:48, Ross Burton wrote: > On 05/12/2019 15:43, Alexander Kanavin wrote: > > Drop all patches as they are no longer necessary with autotools, > > fix problems that are addressed upstream, or (in case of > no-vectorization.patch)

[OE-core] [zeus][PATCH] glib: Whitelist CVE-2019-12450

2019-12-06 Thread Adrian Bunk
Fixed in 2.60.4, but CPE data is outdated. Signed-off-by: Adrian Bunk --- meta/recipes-core/glib-2.0/glib-2.0_2.60.7.bb | 3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/recipes-core/glib-2.0/glib-2.0_2.60.7.bb b/meta/recipes-core/glib-2.0/glib-2.0_2.60.7.bb index

[OE-core] [warrior][PATCH v2] lighttpd: Backport the CVE-2019-11072 fix

2019-12-06 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- Already fixed in the upstream version in zeus. --- ...x-abort-in-http-parseopts-fixes-2945.patch | 54 +++ .../lighttpd/lighttpd_1.4.53.bb | 1 + 2 files changed, 55 insertions(+) create mode 100644

[OE-core] ✗ patchtest: failure for lighttpd: Backport the CVE-2019-11072 fix

2019-12-06 Thread Patchwork
== Series Details == Series: lighttpd: Backport the CVE-2019-11072 fix Revision: 1 URL : https://patchwork.openembedded.org/series/21491/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several tests have been

[OE-core] [warrior][PATCH] lighttpd: Backport the CVE-2019-11072 fix

2019-12-06 Thread Adrian Bunk
Signed-off-by: Adrian Bunk --- Already fixed in the upstream version in zeus. --- ...x-abort-in-http-parseopts-fixes-2945.patch | 53 +++ .../lighttpd/lighttpd_1.4.53.bb | 1 + 2 files changed, 54 insertions(+) create mode 100644

Re: [OE-core] [PATCH v5 2/2] image_types: add Zstandard conversion support

2019-12-06 Thread Ross Burton
On 06/12/2019 08:26, Stefan Agner wrote: I am a bit confused on which direction we are going here. It seems that this second patch now got merged, but not the first one (instead disabling testing tar.zstd). I am fine with that, but in this case we need to readd zstd to meta-oe (since there it

[OE-core] [PATCH] qemu-helper-native/systemtap-native: Ensure sysroots are populated with dependencies

2019-12-06 Thread Richard Purdie
As Alex Kanavin found, dependencies aren't always populated, particularly with the hash equivalence server enabled locally: 'bitbake core-image-minimal' with gtk+ disabled. can confirm with: $ tmp/work/x86_64-linux/qemu-helper-native/1.0-r1/recipe-sysroot-native/usr/bin/qemu-system-x86_64

[OE-core] [PATCH v2] u-boot-fw-utils: Add capability of building from out-of-tree

2019-12-06 Thread Daisuke Yamane
This patch also helps to build with EXTERNALSRC. Signed-off-by: Daisuke Yamane --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2020.01.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2020.01.bb

[OE-core] ✗ patchtest: failure for u-boot-fw-utils: Add capability of building from out-of-tree

2019-12-06 Thread Patchwork
== Series Details == Series: u-boot-fw-utils: Add capability of building from out-of-tree Revision: 1 URL : https://patchwork.openembedded.org/series/21488/ State : failure == Summary == Thank you for submitting this patch series to OpenEmbedded Core. This is an automated response. Several

Re: [OE-core] [master][zeus][PATCH 1/2] libtirpc: Simplify the installation of symlinks for legacy headers

2019-12-06 Thread Peter Kjellerstedt
> -Original Message- > From: openembedded-core-boun...@lists.openembedded.org boun...@lists.openembedded.org> On Behalf Of Khem Raj > Sent: den 6 december 2019 05:56 > To: openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [master][zeus][PATCH 1/2] libtirpc: Simplify the >

[OE-core] [meta-oe][PATCH] u-boot-fw-utils: Add capability of building from out-of-tree

2019-12-06 Thread Daisuke Yamane
This patch also helps to build with EXTERNALSRC. Signed-off-by: Daisuke Yamane --- meta/recipes-bsp/u-boot/u-boot-fw-utils_2019.01.bb | 12 ++-- 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/meta/recipes-bsp/u-boot/u-boot-fw-utils_2019.01.bb

Re: [OE-core] [PATCH v5 2/2] image_types: add Zstandard conversion support

2019-12-06 Thread Stefan Agner
Hi, I am a bit confused on which direction we are going here. It seems that this second patch now got merged, but not the first one (instead disabling testing tar.zstd). I am fine with that, but in this case we need to readd zstd to meta-oe (since there it already had been removed, probably