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

2019-12-13 Thread Anuj Mittal
From: 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

[OE-core] [zeus][PATCH 10/11] recipes: change SRC_URI to use https

2019-12-13 Thread Anuj Mittal
From: Stefan Müller-Klieser Change all recipes to https where we get an http 301 permanent redirect. (From OE-Core rev: e514acda9e12bccde6d3974e0fd1a37b3837191a) Signed-off-by: Stefan Müller-Klieser Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal ---

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

2019-12-13 Thread Anuj Mittal
From: 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

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

2019-12-13 Thread Anuj Mittal
From: Adrian Bunk Fixed in 2.60.4, but CPE data is outdated. Signed-off-by: Adrian Bunk Signed-off-by: Anuj Mittal --- 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

[OE-core] [zeus][PATCH 09/11] python: Whitelist CVE-2017-17522 CVE-2017-18207 CVE-2015-5652

2019-12-13 Thread Anuj Mittal
From: Adrian Bunk One Windows-only CVE that cannot be fixed, and two CVEs where upstream agreement is that they are not vulnerabilities. (From OE-Core rev: 56d5b181f3b119f2bbd310dedd6d3b26e76f5944) Signed-off-by: Adrian Bunk Signed-off-by: Richard Purdie Signed-off-by: Anuj Mittal ---

[OE-core] [zeus][PATCH 08/11] meson.bbclass: Prevent meson from downloading wrapped projects

2019-12-13 Thread Anuj Mittal
From: Peter Kjellerstedt Meson has support for downloading subprojects using something called wraps. This interferes with bitbake's expectations of all downloads being done by the fetch task. To avoid this, tell meson to not download any wraps. Suggested-by: Mattias Jernberg (From OE-Core rev:

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

2019-12-13 Thread Anuj Mittal
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

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

2019-12-13 Thread Anuj Mittal
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] [zeus][PATCH 00/11] zeus -next review

2019-12-13 Thread Anuj Mittal
Next set of changes for zeus. Please let me know if there are any comments. Thanks, Anuj The following changes since commit da81542171f0cab0ea1a9bf45ac3c256e6f343f9: YP 3.0.1 Documentation: Set up the 3.0.1 release. (2019-12-09 12:03:06 +) are available in the Git repository at:

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

2019-12-13 Thread Anuj Mittal
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 Signed-off-by: Anuj Mittal ---

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

2019-12-13 Thread Anuj Mittal
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 Signed-off-by: Anuj Mittal ---

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

2019-12-13 Thread Anuj Mittal
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 Signed-off-by: Anuj Mittal ---

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

2019-12-13 Thread Hongxu Jia
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:

Re: [OE-core] [PATCH] tune-cortexa72-cortexa53: Add tune

2019-12-13 Thread Joshua Watt
On Fri, Dec 13, 2019, 7:41 PM Adrian Bunk wrote: > On Fri, Dec 13, 2019 at 07:28:28PM -0600, Joshua Watt wrote: > > On Fri, Dec 13, 2019, 7:22 PM Adrian Bunk wrote: > > > > > On Fri, Dec 13, 2019 at 06:47:33PM -0600, Joshua Watt wrote: > > > > On Fri, Dec 13, 2019 at 5:10 PM Adrian Bunk wrote:

Re: [OE-core] [PATCH] tune-cortexa72-cortexa53: Add tune

2019-12-13 Thread Adrian Bunk
On Fri, Dec 13, 2019 at 07:28:28PM -0600, Joshua Watt wrote: > On Fri, Dec 13, 2019, 7:22 PM Adrian Bunk wrote: > > > On Fri, Dec 13, 2019 at 06:47:33PM -0600, Joshua Watt wrote: > > > On Fri, Dec 13, 2019 at 5:10 PM Adrian Bunk wrote: > > > > > > > > On Fri, Dec 13, 2019 at 04:03:09PM -0600,

Re: [OE-core] [PATCH v2] tune-cortexa72-cortexa53: Add tunes

2019-12-13 Thread Joshua Watt
On Fri, Dec 13, 2019, 7:21 PM Andre McCurdy wrote: > On Fri, Dec 13, 2019 at 4:55 PM Joshua Watt wrote: > > > > Adds tunes for Cortex-A72 Cortex-A53 big.LITTLE SoCs (with and without > > crypto extensions), e.g. Rockchip RK3399 > > > > Signed-off-by: Joshua Watt > > --- > >

Re: [OE-core] [PATCH] tune-cortexa72-cortexa53: Add tune

2019-12-13 Thread Joshua Watt
On Fri, Dec 13, 2019, 7:22 PM Adrian Bunk wrote: > On Fri, Dec 13, 2019 at 06:47:33PM -0600, Joshua Watt wrote: > > On Fri, Dec 13, 2019 at 5:10 PM Adrian Bunk wrote: > > > > > > On Fri, Dec 13, 2019 at 04:03:09PM -0600, Joshua Watt wrote: > > > > Adds a tune for Cortex-A72 Cortex-A53

Re: [OE-core] [PATCH] tune-cortexa72-cortexa53: Add tune

2019-12-13 Thread Adrian Bunk
On Fri, Dec 13, 2019 at 06:47:33PM -0600, Joshua Watt wrote: > On Fri, Dec 13, 2019 at 5:10 PM Adrian Bunk wrote: > > > > On Fri, Dec 13, 2019 at 04:03:09PM -0600, Joshua Watt wrote: > > > Adds a tune for Cortex-A72 Cortex-A53 big.LITTLE SoCs, e.g. Rockchip > > > RK3399 > > >... > > >

Re: [OE-core] [PATCH v2] tune-cortexa72-cortexa53: Add tunes

2019-12-13 Thread Andre McCurdy
On Fri, Dec 13, 2019 at 4:55 PM Joshua Watt wrote: > > Adds tunes for Cortex-A72 Cortex-A53 big.LITTLE SoCs (with and without > crypto extensions), e.g. Rockchip RK3399 > > Signed-off-by: Joshua Watt > --- > .../include/tune-cortexa72-cortexa53.inc | 24 +++ > 1 file

[OE-core] [PATCH v2] tune-cortexa72-cortexa53: Add tunes

2019-12-13 Thread Joshua Watt
Adds tunes for Cortex-A72 Cortex-A53 big.LITTLE SoCs (with and without crypto extensions), e.g. Rockchip RK3399 Signed-off-by: Joshua Watt --- .../include/tune-cortexa72-cortexa53.inc | 24 +++ 1 file changed, 24 insertions(+) create mode 100644

Re: [OE-core] [PATCH] tune-cortexa72-cortexa53: Add tune

2019-12-13 Thread Joshua Watt
On Fri, Dec 13, 2019 at 5:10 PM Adrian Bunk wrote: > > On Fri, Dec 13, 2019 at 04:03:09PM -0600, Joshua Watt wrote: > > Adds a tune for Cortex-A72 Cortex-A53 big.LITTLE SoCs, e.g. Rockchip > > RK3399 > >... > > +TUNE_FEATURES_tune-cortexa72-cortexa53 = "${TUNE_FEATURES_tune-aarch64} > >

[OE-core] [RFC PATCH 1/2] podfix: class to remove Pod::Man versions from manpages

2019-12-13 Thread Ross Burton
Manpages generated by Pod::Man contain the version number, which isn't reproducible if we're using the host Perl to generate manpage. One option is to always depend on perl-native when generating manpages but this is a heavy dependency, so instead strip out the versions in do_install().

[OE-core] [RFC PATCH 2/2] reproducible_build_simple: inherit podfix

2019-12-13 Thread Ross Burton
When doing reproducible builds inherit podfix to remove the possibility of differing Perl versions causing manpages to change. Signed-off-by: Ross Burton --- meta/classes/reproducible_build_simple.bbclass | 1 + 1 file changed, 1 insertion(+) diff --git

Re: [OE-core] [PATCH] tune-cortexa72-cortexa53: Add tune

2019-12-13 Thread Adrian Bunk
On Fri, Dec 13, 2019 at 04:03:09PM -0600, Joshua Watt wrote: > Adds a tune for Cortex-A72 Cortex-A53 big.LITTLE SoCs, e.g. Rockchip > RK3399 >... > +TUNE_FEATURES_tune-cortexa72-cortexa53 = "${TUNE_FEATURES_tune-aarch64} > cortexa72-cortexa53" >... Looking at the gcc sources cortexa72-cortexa53

Re: [OE-core] [PATCH] tune-cortexa72-cortexa53: Add tune

2019-12-13 Thread Joshua Watt
On Fri, Dec 13, 2019 at 4:05 PM Mark Hatle wrote: > > > > On 12/13/19 4:03 PM, Joshua Watt wrote: > > Adds a tune for Cortex-A72 Cortex-A53 big.LITTLE SoCs, e.g. Rockchip > > RK3399 > > > > Signed-off-by: Joshua Watt > > --- > > .../include/tune-cortexa72-cortexa53.inc | 18

Re: [OE-core] [PATCH] tune-cortexa72-cortexa53: Add tune

2019-12-13 Thread Mark Hatle
On 12/13/19 4:03 PM, Joshua Watt wrote: > Adds a tune for Cortex-A72 Cortex-A53 big.LITTLE SoCs, e.g. Rockchip > RK3399 > > Signed-off-by: Joshua Watt > --- > .../include/tune-cortexa72-cortexa53.inc | 18 ++ > 1 file changed, 18 insertions(+) > create mode 100644

[OE-core] [PATCH] tune-cortexa72-cortexa53: Add tune

2019-12-13 Thread Joshua Watt
Adds a tune for Cortex-A72 Cortex-A53 big.LITTLE SoCs, e.g. Rockchip RK3399 Signed-off-by: Joshua Watt --- .../include/tune-cortexa72-cortexa53.inc | 18 ++ 1 file changed, 18 insertions(+) create mode 100644 meta/conf/machine/include/tune-cortexa72-cortexa53.inc diff

[OE-core] [PATCH 2/2] Revert "go: Reset unneeded GOARCH variables for native recipe"

2019-12-13 Thread Khem Raj
This reverts commit 4825eede606b075d0d529b38d6162999f1dec506. Signed-off-by: Khem Raj --- meta/recipes-devtools/go/go-common.inc | 10 -- 1 file changed, 10 deletions(-) diff --git a/meta/recipes-devtools/go/go-common.inc b/meta/recipes-devtools/go/go-common.inc index

[OE-core] [PATCH 1/2] goarch: Remove target specific dependencies

2019-12-13 Thread Khem Raj
goarch is used in all classes of recipes ranging from native to target, therefore its best to contain the variables and not spill over into recipe classes where they can adversely affect shared state reuse e.g. go-native currently gets TUNE_FEATURES into dependency chain of referenced variables

Re: [OE-core] [PATCH] assimp: fix search library failed on multilib

2019-12-13 Thread Ross Burton
On 13/12/2019 06:28, Hongxu Jia wrote: +Use ASSIMP_LIB_INSTALL_DIR rather than hardcoded /lib to search library + +Upstream-Status: Inappropriate [oe specific] That's not inappropriate, it's a proper fix. Please push it upstream. Ross -- ___

Re: [OE-core] [PATCH 1/2] devtool/standard.py: Allow recipe to disable menuconfig logic

2019-12-13 Thread Tom Hochstein
I made a PR as well: https://github.com/openembedded/openembedded-core/pull/57 Tom > -Original Message- > From: Schrempf Frieder > Sent: Wednesday, December 4, 2019 10:44 AM > To: Tom Hochstein ; > openembedded-core@lists.openembedded.org > Subject: Re: [OE-core] [PATCH 1/2]

[OE-core] [PATCH] cronie:fix SRC_URI path

2019-12-13 Thread Stefano Babic
Signed-off-by: Stefano Babic --- meta/recipes-extended/cronie/cronie_1.5.5.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-extended/cronie/cronie_1.5.5.bb b/meta/recipes-extended/cronie/cronie_1.5.5.bb index 82cd4285f6..0def4a187d 100644 ---

Re: [OE-core] [PATCH] nss: 3.45 -> 3.47.1

2019-12-13 Thread Alexander Kanavin
On Fri, 13 Dec 2019 at 15:46, Andreas Müller wrote: > >> Fails on beaglebone: > >> > >> https://autobuilder.yoctoproject.org/typhoon/#/builders/65/builds/1327 > > > > > > I had a look into this: the issue is that new versions of nss require > hardware crypto capabilities on ARM (both 32 and 64

Re: [OE-core] [PATCHv3] cronie:upgrade 1.5.4 -> 1.5.5

2019-12-13 Thread Stefano Babic
Hi Zang, On 26/11/19 07:15, Zang Ruochen wrote: > From: Wang Mingyu > > -Added PACKAGECONFIG to solve compilation problems with musl. > > Signed-off-by: Wang Mingyu > --- > meta/recipes-extended/cronie/{cronie_1.5.4.bb => cronie_1.5.5.bb} | 5 +++-- > 1 file changed, 3 insertions(+), 2

Re: [OE-core] [PATCH] nss: 3.45 -> 3.47.1

2019-12-13 Thread Andreas Müller
On Fri, Dec 13, 2019 at 2:22 PM Alexander Kanavin wrote: > > On Wed, 4 Dec 2019 at 19:00, Richard Purdie > wrote: >> >> On Wed, 2019-12-04 at 07:09 -0800, Wang Mingyu wrote: >> > Signed-off-by: Wang Mingyu >> > --- >> > meta/recipes-support/nss/{nss_3.45.bb => nss_3.47.1.bb} | 4 ++-- >> > 1

Re: [OE-core] [PATCH] nss: 3.45 -> 3.47.1

2019-12-13 Thread Alexander Kanavin
On Wed, 4 Dec 2019 at 19:00, Richard Purdie < richard.pur...@linuxfoundation.org> wrote: > On Wed, 2019-12-04 at 07:09 -0800, Wang Mingyu wrote: > > Signed-off-by: Wang Mingyu > > --- > > meta/recipes-support/nss/{nss_3.45.bb => nss_3.47.1.bb} | 4 ++-- > > 1 file changed, 2 insertions(+), 2

Re: [OE-core] Add New recipe in custom layer.

2019-12-13 Thread Ross Burton
On 13/12/2019 04:59, ghalib exaleap wrote: Hi,    I Added a New Layer & Recipe in yocto project ( *Openembedded-core* ), to add Layer & recipe i have gone through following step's 1. cloned yocto 2. source oe-init-build-env 3. bitbake-layers add-layer ../meta- 4. bitbake core-image-minimal

Re: [OE-core] [PATCH 23/30] cups: update to 2.3.0

2019-12-13 Thread Alexander Kanavin
On Fri, 13 Dec 2019 at 03:55, Mittal, Anuj wrote: > On Thu, 2019-12-12 at 19:14 +0100, Alexander Kanavin wrote: > > diff --git a/meta/recipes-extended/cups/cups/0001-cups-Update-to- > > 1.6.1.patch b/meta/recipes-extended/cups/cups/0001-cups-Update-to- > > 1.6.1.patch > > new file mode 100644 >

Re: [OE-core] [RFC] Transitioning GStreamer 1.0 recipes to meson

2019-12-13 Thread Alexander Kanavin
Are your patches in good shape? Please send them here if so, now is a good time to get them merged. So that we don't have to later deal with 1.18.0 upgrade and meson transition at the same time. Alex On Tue, 29 Oct 2019 at 22:21, Carlos Rafael Giani wrote: > Hello all, > > I have managed to