[OE-core] [PATCH] devicetree.bbclass: switch away from S = WORKDIR

2024-06-14 Thread Andrey Zhizhikin
Since the change done in commit 32cba1cc916a ("insane: Error for S == WORKDIR"), usage of WORKDIR is not allowed anymore. Switch S from WORKDIR to UNPACKDIR as implemented in commit d9328e3b0b06 ("recipes: Switch away from S = WORKDIR"). Signed-off-by: Andrey Zhizhikin ---

Re: [OE-core] [PATCH] scripts/oe-setup-layers: add option to skip revs in json

2023-12-06 Thread Andrey Zhizhikin
t what was proposed and perhaps re-use and re-establish that part instead. Thanks a lot! > > Alex > > > > On Wed, 6 Dec 2023 at 10:25, Andrey Zhizhikin wrote: > > > > Current script implementation uses revisions recorded in JSON file to > > replicate previously

[OE-core] [PATCH] scripts/oe-setup-layers: add option to skip revs in json

2023-12-06 Thread Andrey Zhizhikin
Signed-off-by: Andrey Zhizhikin --- scripts/oe-setup-layers | 8 1 file changed, 8 insertions(+) diff --git a/scripts/oe-setup-layers b/scripts/oe-setup-layers index 6d49688a32..a4941450d3 100755 --- a/scripts/oe-setup-layers +++ b/scripts/oe-setup-layers @@ -69,6 +69,13 @@ def _do_checkout(

Re: [OE-core][kirkstone 4/7] openssl: Upgrade 3.0.11 -> 3.0.12

2023-11-15 Thread Andrey Zhizhikin
Hello Steve, I've just stumbled upon the fact that this upgrade causes softhsm package to throw SIGSEGV when PKCS#11 engine is used. There is an ongoing discussion on both OpenSSL [1] and SoftHSM [2] repositories on how to address this issue, but there is no definitive solution presented at

[OE-core] [PATCH] cryptodev: upgrade to 1.13

2023-05-01 Thread Andrey Zhizhikin
=255e48eb17684157336bd6dd98d22c1b2d9e3f43 Signed-off-by: Andrey Zhizhikin --- ...-linux_1.12.bb => cryptodev-linux_1.13.bb} | 0 ...odule_1.12.bb => cryptodev-module_1.13.bb} | 0 ...-tests_1.12.bb => cryptodev-tests_1.13.bb} | 0 meta/recipes-kernel/cryptodev/cryptodev.inc | 2 +- ...and-inst

[OE-core] [PATCH] waffle: add wayland-protocols when building with wayland

2022-02-17 Thread Andrey Zhizhikin
yland-protocols" to PACKAGECONFIG to resolve missing dependency. Signed-off-by: Andrey Zhizhikin --- meta/recipes-graphics/waffle/waffle_1.7.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-graphics/waffle/waffle_1.7.0.bb b/meta/recipes-graphics/waffle/waffle_1.7.0

Re: [OE-core] [PATCH] linux-yocto: add libmpc-native to DEPENDS

2021-10-14 Thread Andrey Zhizhikin
Hello all, On Wed, Oct 6, 2021 at 1:20 PM Bruce Ashfield wrote: > > On Wed, Oct 6, 2021 at 7:42 AM Ross Burton wrote: > > > > I should have put this in the commit message, but here's the failure > > when using an external toolchain: > > > > 2021-10-05 12:52:14 - INFO - | HOSTCXX > >

Re: [OE-core] [hardknott][PATCH] Revert "sdk: fix relocate symlink failed"

2021-09-07 Thread Andrey Zhizhikin
On Tue, Sep 7, 2021 at 12:40 PM Andrey Zhizhikin via lists.openembedded.org wrote: > > Hello Hongxu, > > On Tue, Sep 7, 2021 at 8:26 AM hongxu wrote: > > > > The commit [7e71acd265 sdk: fix relocate symlink failed] is used to fix > > regression issue caused by co

Re: [OE-core] [hardknott][PATCH] Revert "sdk: fix relocate symlink failed"

2021-09-07 Thread Andrey Zhizhikin
Hello Hongxu, On Tue, Sep 7, 2021 at 8:26 AM hongxu wrote: > > The commit [7e71acd265 sdk: fix relocate symlink failed] is used to fix > regression issue caused by commit [bc4ee54535 sdk: Decouple default install > path from built in path], but hardknott does not contain commit bc4ee54535, > so

[OE-core][PATCH] nativesdk-packagegroup-sdk-host: add perl integer module

2021-08-31 Thread Andrey Zhizhikin
Signed-off-by: Andrey Zhizhikin --- .../packagegroups/nativesdk-packagegroup-sdk-host.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb b/meta/recipes-core/packagegroups/nativesdk-packagegroup-sdk-host.bb index 6

Re: [OE-core] [PATCH] kernel: Use unexpanded EXTENDPKGV

2021-08-31 Thread Andrey Zhizhikin
; Signed-off-by: Richard Purdie For what it's worth: Tested-by: Andrey Zhizhikin # kernel v5.14, imx8mp-lpddr4-evk > --- > meta/classes/kernel.bbclass | 7 +++ > 1 file changed, 3 insertions(+), 4 deletions(-) > > diff --git a/meta/classes/kernel.bbclass b/meta/classes/kernel.b

Re: [OE-core] [PATCH v4 3/4] kernel.bbclass: Use full versions for inter-package dependencies

2021-08-31 Thread Andrey Zhizhikin
Hello Richard, On Tue, Aug 31, 2021 at 3:32 PM Richard Purdie wrote: > > On Tue, 2021-08-31 at 06:28 +0200, Zoltan Boszormenyi via > lists.openembedded.org > wrote: > > 2021. 08. 30. 21:51 keltezéssel, Jon Mason írta: > > > On Mon, Aug 30, 2021 at 6:26 AM And

Re: [OE-core][PATCH] perl: add integer module required for kernel >= 5.14

2021-08-31 Thread Andrey Zhizhikin
On Tue, Aug 31, 2021 at 3:41 PM Richard Purdie wrote: > > On Tue, 2021-08-31 at 15:26 +0200, Andrey Zhizhikin wrote: > > Richard, > > > > On Tue, Aug 31, 2021 at 2:29 PM Andrey Zhizhikin via > > lists.openembedded.org > > wrote: > > > > &g

Re: [OE-core][PATCH] perl: add integer module required for kernel >= 5.14

2021-08-31 Thread Andrey Zhizhikin
Richard, On Tue, Aug 31, 2021 at 2:29 PM Andrey Zhizhikin via lists.openembedded.org wrote: > > On Tue, Aug 31, 2021 at 2:19 PM Richard Purdie > wrote: > > > > On Tue, 2021-08-31 at 13:54 +0200, Andrey Zhizhikin wrote: > > > Hello Richard, > > > > &g

Re: [OE-core][PATCH] perl: add integer module required for kernel >= 5.14

2021-08-31 Thread Andrey Zhizhikin
On Tue, Aug 31, 2021 at 2:19 PM Richard Purdie wrote: > > On Tue, 2021-08-31 at 13:54 +0200, Andrey Zhizhikin wrote: > > Hello Richard, > > > > On Tue, Aug 31, 2021 at 12:03 PM Richard Purdie > > wrote: > > > > > > On Tue, 2021-08-31 at 11:53 +0

Re: [OE-core][PATCH] perl: add integer module required for kernel >= 5.14

2021-08-31 Thread Andrey Zhizhikin
Hello Richard, On Tue, Aug 31, 2021 at 12:03 PM Richard Purdie wrote: > > On Tue, 2021-08-31 at 11:53 +0200, Andrey Zhizhikin wrote: > > Hello Bruce, > > > > On Mon, Aug 30, 2021 at 11:12 PM Bruce Ashfield > > wrote: > > > > > > On Mon, Aug 30

Re: [OE-core][PATCH] perl: add integer module required for kernel >= 5.14

2021-08-31 Thread Andrey Zhizhikin
Hello Bruce, On Mon, Aug 30, 2021 at 11:12 PM Bruce Ashfield wrote: > > On Mon, Aug 30, 2021 at 4:55 PM Andrey Zhizhikin wrote: > > > > Hello Richard, > > > > On Mon, Aug 30, 2021 at 10:30 PM Richard Purdie > > wrote: > > > > > > On

Re: [OE-core][PATCH] perl: add integer module required for kernel >= 5.14

2021-08-30 Thread Andrey Zhizhikin
Hello Richard, On Mon, Aug 30, 2021 at 10:30 PM Richard Purdie wrote: > > On Mon, 2021-08-30 at 20:05 +, Andrey Zhizhikin wrote: > > Kernel commit 12dd461ebd19 ("crypto: arm64 - generate *.S by Perl at > > build time instead of shipping them") uses perl to

[OE-core][PATCH] perl: add integer module required for kernel >= 5.14

2021-08-30 Thread Andrey Zhizhikin
Signed-off-by: Andrey Zhizhikin Cc: Bruce Ashfield Cc: Alexander Kanavin --- meta/recipes-devtools/perl/perl_5.34.0.bb | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-devtools/perl/perl_5.34.0.bb b/meta/recipes-devtools/perl/perl_5.34.0.bb index ab19a8d0be0..7a07b3f4911 100644

Re: [OE-core] [PATCH v4 3/4] kernel.bbclass: Use full versions for inter-package dependencies

2021-08-30 Thread Andrey Zhizhikin
On Mon, Aug 30, 2021 at 12:06 PM Böszörményi Zoltán wrote: > > 2021. 08. 30. 11:30 keltezéssel, Andrey Zhizhikin írta: > > Hello Zoltan, > > > > On Fri, Aug 27, 2021 at 9:37 AM Zoltan Boszormenyi via > > lists.openembedded.org wrote: > >> From: Zolt

Re: [OE-core] [PATCH v4 3/4] kernel.bbclass: Use full versions for inter-package dependencies

2021-08-30 Thread Andrey Zhizhikin
Hello Zoltan, On Fri, Aug 27, 2021 at 9:37 AM Zoltan Boszormenyi via lists.openembedded.org wrote: > > From: Zoltán Böszörményi > > If the kernel configuration enables module signing but no key > is provided, then the kernel generates one during the kernel build. > > The current

[OE-core][PATCH] lttng-modules: do not search in non-existing folder during install

2021-08-26 Thread Andrey Zhizhikin
before find command in executed. Signed-off-by: Andrey Zhizhikin --- meta/recipes-kernel/lttng/lttng-modules_2.13.0.bb | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/meta/recipes-kernel/lttng/lttng-modules_2.13.0.bb b/meta/recipes-kernel/lttng/lttng-modules_2.13.0.bb index

Re: [OE-core] [PATCHv2] lttng-modules: Make it build when CONFIG_TRACEPOINTS is not enabled again

2021-08-25 Thread Andrey Zhizhikin
Hello Peter, On Wed, Aug 25, 2021 at 3:21 PM Peter Kjellerstedt wrote: > > Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch was updated > with the 2.13.0 update (commit 5dad15af), but unfortunately it no > longer did what it was intended to do. There is also >

Re: [OE-core] [PATCH] lttng-modules: Make it build when CONFIG_TRACEPOINTS is not enabled again

2021-08-25 Thread Andrey Zhizhikin
Hello Peter, On Wed, Aug 25, 2021 at 11:41 AM Peter Kjellerstedt wrote: > > Makefile-Do-not-fail-if-CONFIG_TRACEPOINTS-is-not-en.patch was updated > with the 2.13.0 update (commit 5dad15af), but unfortunately it no longer > did what it was intended to do. > > Signed-off-by: Peter Kjellerstedt >

Re: [OE-core] [PATCH 2/4] lttng-modules: update to 2.13.0

2021-08-20 Thread Andrey Zhizhikin
Hello Bruce, On Fri, Aug 20, 2021 at 3:21 PM Andrey Zhizhikin wrote: > > On Fri, Aug 20, 2021 at 2:57 PM Bruce Ashfield > wrote: > > > > On Fri, Aug 20, 2021 at 7:13 AM Andrey Zhizhikin wrote: > > > > > > Hello Bruce, > > > > > > On

Re: [OE-core] [PATCH 2/4] lttng-modules: update to 2.13.0

2021-08-20 Thread Andrey Zhizhikin
On Fri, Aug 20, 2021 at 2:57 PM Bruce Ashfield wrote: > > On Fri, Aug 20, 2021 at 7:13 AM Andrey Zhizhikin wrote: > > > > Hello Bruce, > > > > On Tue, Aug 17, 2021 at 5:27 PM Bruce Ashfield > > wrote: > > > > > > From: Bruce Ashfi

Re: [OE-core] [PATCH 2/4] lttng-modules: update to 2.13.0

2021-08-20 Thread Andrey Zhizhikin
Hello Bruce, On Tue, Aug 17, 2021 at 5:27 PM Bruce Ashfield wrote: > > From: Bruce Ashfield > > Updating to 2.13.0, so we can pick up the latest -stable and > support for 5.14+ kernels. > > We refresh one patch for new context, and update the LICENSE > checksum due to commit 2df37e95fa4303

Re: [OE-core] SGTL5000 audio codec freescale

2021-07-01 Thread Andrey Zhizhikin
Hello "nanotech.ei", On Thu, Jul 1, 2021 at 8:01 PM wrote: > > na árvore de arquivos do kernel linux padrão tem os arquivos "sgtl5000.c" e > "sgtl5000.h" que controlam o chip do codec. Como faço para incluir esses > arquivos ao construir uma nova distro com o yocto? I believe that vast

Re: [OE-core][PATCH 2/2] kernel.bbclass: inherit kernel_devicetree only if KERNEL_DEVICETREE is set

2021-06-23 Thread Andrey Zhizhikin
Hello Andrea, On Wed, Jun 23, 2021 at 3:16 PM Andrea Adami wrote: > > On Wed, Jun 23, 2021 at 11:32 AM Peter Kjellerstedt > wrote: > > > > > -Original Message- > > > From: openembedded-core@lists.openembedded.org > > c...@lists.openembedded.org> On Behalf Of Andrea Adami > > > Sent:

Re: [OE-core] [PATCH] kernel-fitimage.bbclass: fix wrong separators

2021-05-21 Thread Andrey Zhizhikin
On Fri, May 21, 2021 at 4:44 PM Bruce Ashfield wrote: > > On Fri, May 21, 2021 at 10:28 AM Richard Purdie > wrote: > > > > On Fri, 2021-05-21 at 14:20 +0200, Ming Liu wrote: > > > From: Ming Liu > > > > > > Change to use '-' rather than '@' as separators. > > > > Why? The commit message needs

Re: [OE-core] [PATCH] openssl: Enable building for RISC-V 32-bit

2021-02-11 Thread Andrey Zhizhikin
Hello Alistair, On Thu, Feb 11, 2021 at 5:52 PM Alistair Francis wrote: > > Signed-off-by: Alistair Francis > --- > ...ort-for-io_pgetevents_time64-syscall.patch | 58 +++ > .../openssl/openssl_1.1.1i.bb | 4 ++ > 2 files changed, 62 insertions(+) > create

Re: [OE-core] [PATCH] mesa: Remove dependency on opengl or vulkan DISTRO_FEATURES

2021-02-10 Thread Andrey Zhizhikin
Hello Ray, On Wed, Feb 10, 2021 at 3:41 PM Ray Smith wrote: > > On Wed, Feb 10, 2021 at 1:26 PM Otavio Salvador > wrote: >> >> >> I didn't understand what you mean here. Could you elaborate this? >> > > If you try to build mesa with PACKAGECONFIG "egl gles dri" you get an error: >

Re: [OE-core] [PATCH] libsdl2: upgrade to 2.0.14

2021-02-04 Thread Andrey Zhizhikin
Hello Yann, On Thu, Feb 4, 2021 at 1:11 AM Yann Dirson wrote: > > > > Le mer. 3 févr. 2021 à 21:56, Andrey Zhizhikin a écrit : >> >> Hello Yann, >> >> > index 5fa99821c4..872592fdae 100644 >> > --- a/meta/recipes-graphics/libsdl2/libsdl2_2.

Re: [OE-core] [PATCH] libsdl2: upgrade to 2.0.14

2021-02-03 Thread Andrey Zhizhikin
Hello Yann, On Mon, Feb 1, 2021 at 11:23 AM Yann Dirson wrote: > > From: Yann Dirson > > This version does not support tslib any more, as can be seen by the > failed AUH run. > > Originally-by: Romain Roffé > Signed-off-by: Yann Dirson > --- > .../libsdl2/directfb-renderfillrect-fix.patch |

Re: [OE-core] [dunfell]: gpsd recipe (3.19) build is broken

2021-01-26 Thread Andrey Zhizhikin
onto dunfell to fix those build errors then? > > On Tue, Jan 26, 2021 at 7:58 AM John Ernberg wrote: >> >> Hi Andrey, Steve, >> >> On 1/26/21 4:25 PM, Andrey Zhizhikin wrote: >> > Hello Steve, >> > >> > On Tue, Jan 26, 2021 at 3:29 PM

Re: [OE-core] [dunfell]: gpsd recipe (3.19) build is broken

2021-01-26 Thread Andrey Zhizhikin
= "update-kernel-dunfell:184ee6b12d1c06db9327535ad1ae84d4709cfdb0" meta-freescale-3rdparty = "HEAD:ed841161a97307ebd901c31c62f8ecbee6baaacf" meta-freescale-distro = "HEAD:5d882cdf079b3bde0bd9869ce3ca3db411acbf3b" > > Regards, > > Steve > > On Tue, Jan 26, 2021 at 2:13 AM

Re: [OE-core] [dunfell]: gpsd recipe (3.19) build is broken

2021-01-26 Thread Andrey Zhizhikin
t promise a fast outcome though. > > Alex > > On Tue, 26 Jan 2021 at 14:10, Andrey Zhizhikin wrote: >> >> Hello Alex, >> >> On Tue, Jan 26, 2021 at 1:48 PM Alexander Kanavin >> wrote: >> > >> > Can you rather identify a single

Re: [OE-core] [dunfell]: gpsd recipe (3.19) build is broken

2021-01-26 Thread Andrey Zhizhikin
not quite trivial - there is a significant amount of commits in between 2 versions... If that would be a preferred option over version upgrade - I can try to bisect it further, just need more time to identify it. > > Alex > > On Tue, 26 Jan 2021 at 13:13, Andrey Zhizhikin wrote: >>

[OE-core] [dunfell]: gpsd recipe (3.19) build is broken

2021-01-26 Thread Andrey Zhizhikin
Hello Steve, gpsd recipe build breaks on the dunfell branch with following error messages: | /development/dunfell/build-output/work/aarch64-fsl-linux/gpsd/3.19-r0/recipe-sysroot-native/usr/bin/aarch64-fsl-linux/../../libexec/aarch64-fsl-linux/gcc/aarch64-fsl-linux/9.3.0/ld:

Re: [OE-core] [PATCH v2] glslang: upgrade 8.13.3743 -> 11.1.0

2021-01-21 Thread Andrey Zhizhikin
Hello Jose, On Thu, Jan 21, 2021 at 4:26 PM Jose Quaresma wrote: > > License-Update: Add additional licenses > > - [1] BSD-2-Clause & MIT & Apache-2.0 > - [2] GPL-2-with-bison-exception This should be rather GPL-3-with-bison-exception, according to the commit link you've posted. As this

Re: [OE-core] [meta-freescale] MTD UBI undefined reference failed to build OE gatesgarth branch

2021-01-15 Thread Andrey Zhizhikin
Hello Jupiter, On Fri, Jan 15, 2021 at 8:32 PM JH wrote: > > Hello, > > The mtd build was fine, what could be missing not to link mtd? > > $ ls 2020.04-r0/build/mx6ull_14x14_evk_nand_config/drivers/mtd >From all the build logs you have, it look to me that you're trying to build the U-Boot

Re: [OE-core] [PATCH 0/4] pulseaudio: Autotools to Meson

2020-12-21 Thread Andrey Zhizhikin
Hello Tanu, On Mon, Dec 21, 2020 at 2:25 PM Tanu Kaskinen wrote: > > On Mon, 2020-12-21 at 14:03 +0100, Andrey Zhizhikin wrote: > > Hello Tanu, > > > > On Sun, Dec 20, 2020 at 5:09 PM Khem Raj wrote: > > > On Sun, Dec 20, 2020 at 6:26 AM Tanu Kaskinen wrote: &g

Re: [OE-core] [PATCH 0/4] pulseaudio: Autotools to Meson

2020-12-21 Thread Andrey Zhizhikin
Hello Tanu, On Sun, Dec 20, 2020 at 5:09 PM Khem Raj wrote: > > On Sun, Dec 20, 2020 at 6:26 AM Tanu Kaskinen wrote: > > > > On Sat, 2020-12-19 at 12:36 -0800, Khem Raj wrote: > > > On Sat, Dec 19, 2020 at 9:24 AM Khem Raj wrote: > > > > On Thu, Dec 17, 2020 at 11:28 AM Tanu Kaskinen wrote: >

Re: [OE-core] commit breaks menuconfig on upstream kernel "cml1.bbclass: Handle ncurses-native being available via pkg-config"

2020-12-03 Thread Andrey Zhizhikin
Hello Scott and Nathan, On Thu, Dec 3, 2020 at 7:18 PM Scott Branden via lists.openembedded.org wrote: > > > > On 2020-12-02 4:19 p.m., Nathan Rossi wrote: > > On Thu, 3 Dec 2020 at 05:17, Scott Branden > > wrote: > >> Hi Nathan, > >> > >> Your commit: > >> "cml1.bbclass: Handle ncurses-native

Re: [OE-core] commit breaks menuconfig on upstream kernel "cml1.bbclass: Handle ncurses-native being available via pkg-config"

2020-12-03 Thread Andrey Zhizhikin
Hello Nathan, On Thu, Dec 3, 2020 at 1:20 AM Nathan Rossi wrote: > > On Thu, 3 Dec 2020 at 05:17, Scott Branden wrote: > > > > Hi Nathan, > > > > Your commit: > > "cml1.bbclass: Handle ncurses-native being available via pkg-config" > >

Re: [OE-core] [PATCH] mesa: Add xcb-fixes to loader when using x11 and dri3

2020-11-12 Thread Andrey Zhizhikin
On Thu, Nov 5, 2020 at 9:39 PM Tom Hochstein wrote: > > Backport fix for undefined symbol for xcb_xfixes_create_region in > loader_dri3_helper.c. > > Signed-off-by: Tom Hochstein > --- > meta/recipes-graphics/mesa/mesa.inc | 1 + > ...xes-to-loader-when-using-x11-and-dri.patch | 36

Re: [OE-core][Patch] sstate.bbclass: Check file ownership before doing 'touch -a'

2020-09-25 Thread Andrey Zhizhikin
On Fri, Sep 25, 2020 at 2:19 PM Norman wrote: > > From cd51db253c1a81e47532f1afacce385e422d9a73 Mon Sep 17 00:00:00 2001 > From: Norman Stetter > Date: Fri, 25 Sep 2020 13:49:43 +0200 > Subject: sstate.bbclass: Check file ownership before doing 'touch -a' > > In contrast to 'touching' a file

[OE-core] [PATCH] insane: check for missing update-alternatives inherit

2020-09-14 Thread Andrey Zhizhikin
Add a package QA check to test if the recipe sets ALTERNATIVE variable for any of its packages, and does not inherit update-alternatives class. This causes the do_rootfs to fail since a proper alternative cannot be created. Signed-off-by: Andrey Zhizhikin --- meta/classes/insane.bbclass | 9

Re: [OE-core] [PATCH 7/8] bind: Add 9.16.x

2020-09-14 Thread Andrey Zhizhikin
On Mon, Sep 14, 2020 at 9:04 PM Khem Raj wrote: > > > > On 9/14/20 10:55 AM, Andrey Zhizhikin wrote: > > Gentle ping here regarding this issue. > > > > Is thre anyone else experiencing this with IPK packages? > > Alright thanks for being persist it

Re: [OE-core] [PATCH 7/8] bind: Add 9.16.x

2020-09-14 Thread Andrey Zhizhikin
Gentle ping here regarding this issue. Is thre anyone else experiencing this with IPK packages? On Thu, Sep 10, 2020 at 9:12 AM Andrey Zhizhikin wrote: > > On Thu, Sep 10, 2020 at 1:53 AM Khem Raj wrote: > > > > > > > > On 9/7/20 2:17 PM, Andrey Zhizhikin wrote:

Re: [OE-core] [PATCH 7/8] bind: Add 9.16.x

2020-09-10 Thread Andrey Zhizhikin
On Thu, Sep 10, 2020 at 1:53 AM Khem Raj wrote: > > > > On 9/7/20 2:17 PM, Andrey Zhizhikin wrote: > > On Mon, Sep 7, 2020 at 5:28 PM akuster808 wrote: > >> > >> > >> > >> On 9/4/20 1:39 AM, Andrey Zhizhikin wrote: > >>> Hell

Re: [OE-core] [PATCH 7/8] bind: Add 9.16.x

2020-09-07 Thread Andrey Zhizhikin
On Mon, Sep 7, 2020 at 5:28 PM akuster808 wrote: > > > > On 9/4/20 1:39 AM, Andrey Zhizhikin wrote: > > Hello Armin, > > > > On Tue, Sep 1, 2020 at 5:23 PM akuster wrote: > >> Removed obsolete packageconfig options > >> > >> License c

Re: [OE-core] [PATCH 7/8] bind: Add 9.16.x

2020-09-04 Thread Andrey Zhizhikin
Hello Armin, On Tue, Sep 1, 2020 at 5:23 PM akuster wrote: > > Removed obsolete packageconfig options > > License change to MPL-2.0 > https://gitlab.isc.org/isc-projects/bind9/blob/master/LICENSE > > Refreshed: > bind-ensure-searching-for-json-headers-searches-sysr.patch >

Re: [OE-core] [PATCH 0/4] kernel/yocto: conslidated pull request

2020-08-05 Thread Andrey Zhizhikin
On Wed, Aug 5, 2020 at 1:06 PM Richard Purdie wrote: > > On Fri, 2020-07-17 at 08:56 -0400, bruce.ashfi...@gmail.com wrote: > > Here's my latest set of patches. > > > > For 5.4: a -stable update, and -rt bug fix > > > > For the build: a tweak to the config generation (as reported > > and

Re: [OE-core][dunfell 04/25] kernel/yocto: ensure that defconfigs are processed first

2020-07-23 Thread Andrey Zhizhikin
Hey guys, Sorry for jumping into this thread a bit later - I saw that it has been sorted out already. On Thu, Jul 23, 2020 at 6:06 PM Ryan Harkin wrote: > > > > On Thu, 23 Jul 2020 at 16:05, Bruce Ashfield wrote: >> >> On Thu, Jul 23, 2020 at 9:38 AM Ryan Harkin wrote: >> > >> > Hi Bruce, >>

Re: [OE-core][Patch 2/2] kernel-yocto.bbclass: force creation of config.queue

2020-07-10 Thread Andrey Zhizhikin
On Fri, Jul 10, 2020 at 2:47 PM Bruce Ashfield wrote: > > On Fri, Jul 10, 2020 at 5:06 AM Max Krummenacher wrote: > > > > In the case of no patches or no configure fragments, during > > do_kernel_metadata() scc is not called, and thus > > kernel-sources/${meta_dir}/config.queue is not created. >

Re: [OE-core] [PATCH] kernel/yocto: fix search for defconfig from src_uri

2020-07-01 Thread Andrey Zhizhikin
On Wed, Jul 1, 2020 at 4:47 PM Andrey Zhizhikin via lists.openembedded.org wrote: > > On Wed, Jul 1, 2020 at 3:32 PM Bruce Ashfield > wrote: > > > > On Wed, Jul 1, 2020 at 9:26 AM Bruce Ashfield > > wrote: > > > > > > On W

[OE-core] [PATCH v2] kernel/yocto: fix search for defconfig from src_uri

2020-07-01 Thread Andrey Zhizhikin
first) Cc: Bruce Ashfield Signed-off-by: Andrey Zhizhikin --- meta/classes/kernel-yocto.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 41d8620e67..54a1a1627a 100644 --- a/meta/classes/kernel

Re: [OE-core] [PATCH] kernel/yocto: fix search for defconfig from src_uri

2020-07-01 Thread Andrey Zhizhikin
Jul 1, 2020 at 8:58 AM Bruce Ashfield > > > wrote: > > > > > > > > On Wed, Jul 1, 2020 at 6:46 AM Andrey Zhizhikin > > > > wrote: > > > > > > > > > > Fetcher provides full paths to defconfig and scc files, which awk > >

[OE-core] [PATCH] kernel/yocto: fix search for defconfig from src_uri

2020-07-01 Thread Andrey Zhizhikin
first) Cc: Bruce Ashfield Signed-off-by: Andrey Zhizhikin --- meta/classes/kernel-yocto.bbclass | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/classes/kernel-yocto.bbclass b/meta/classes/kernel-yocto.bbclass index 41d8620e67..059d78b7dc 100644 --- a/meta/classes/kernel

Re: [[OE-core][Patch] cogl-1.0: : don't require eglmesaext.h

2020-06-28 Thread Andrey Zhizhikin
On Sun, Jun 28, 2020 at 5:07 PM Andrey Zhizhikin via lists.openembedded.org wrote: > > On Sun, Jun 28, 2020 at 4:58 PM Max Krummenacher wrote: > > > > Am Sonntag, den 28.06.2020, 11:04 +0200 schrieb Andrey Zhizhikin: > > > Hello Max > > > > > > On S

Re: [[OE-core][Patch] cogl-1.0: : don't require eglmesaext.h

2020-06-28 Thread Andrey Zhizhikin
On Sun, Jun 28, 2020 at 4:58 PM Max Krummenacher wrote: > > Am Sonntag, den 28.06.2020, 11:04 +0200 schrieb Andrey Zhizhikin: > > Hello Max > > > > On Sun, Jun 28, 2020 at 12:51 AM Max Krummenacher > > wrote: > > > > > > Resent from correct email

Re: [[OE-core][Patch] cogl-1.0: : don't require eglmesaext.h

2020-06-28 Thread Andrey Zhizhikin
Hello Max On Sun, Jun 28, 2020 at 12:51 AM Max Krummenacher wrote: > > Resent from correct email address. Sorry for the noise. > > Hello Andrey > > > Am Samstag, den 27.06.2020, 21:31 +0200 schrieb Andrey Zhizhikin: > > Hello Max, > > > > On Sat, J

Re: [[OE-core][Patch] cogl-1.0: : don't require eglmesaext.h

2020-06-27 Thread Andrey Zhizhikin
Hello Max, On Sat, Jun 27, 2020 at 1:35 PM Max Krummenacher wrote: > > Starting with 1.22.8 cogl code unconditionally includes eglmesaext.h. > Change configure.ac so that eglmesaext.h is only included if it actually > exists. > > Signed-off-by: Max Krummenacher > --- >

Re: [OE-core] [PATCH 15/42] cogl-1.0: upgrade 1.22.6 -> 1.22.8

2020-06-13 Thread Andrey Zhizhikin
Hello Alex, On Mon, Jun 8, 2020 at 9:48 AM Alexander Kanavin wrote: > > Signed-off-by: Alexander Kanavin > --- > meta/recipes-graphics/cogl/cogl-1.0_1.22.6.bb | 6 -- > meta/recipes-graphics/cogl/cogl-1.0_1.22.8.bb | 5 + > 2 files changed, 5 insertions(+), 6 deletions(-) > delete

Re: [OE-core] [PATCH 6/6] perf: drop 'include' copy

2020-05-26 Thread Andrey Zhizhikin
On Tue, May 26, 2020 at 10:44 PM Martin Jansa wrote: > > On Tue, May 26, 2020 at 10:22:07PM +0200, Andrey Zhizhikin wrote: > > Kernel 4.4 is also LTS and has (had) a very long time span, so I > > believe there are some people out there who might still have it in > > th

Re: [OE-core] [PATCH 6/6] perf: drop 'include' copy

2020-05-26 Thread Andrey Zhizhikin
On Tue, May 26, 2020 at 2:31 PM Bruce Ashfield wrote: > > On Tue, May 26, 2020 at 1:44 AM Andrey Zhizhikin wrote: > > > > On Mon, Oct 21, 2019 at 10:58 PM Bruce Ashfield > > wrote: > > > > > > On Mon, Oct 21, 2019 at 4:24 PM Martin Jansa > > >

Re: [OE-core] [PATCH 6/6] perf: drop 'include' copy

2020-05-25 Thread Andrey Zhizhikin
On Mon, Oct 21, 2019 at 10:58 PM Bruce Ashfield wrote: > > On Mon, Oct 21, 2019 at 4:24 PM Martin Jansa wrote: > > > > On Mon, Oct 21, 2019 at 04:16:18PM -0400, bruce.ashfi...@gmail.com wrote: > > > From: Bruce Ashfield > > > > > > The copy of the kernel's top level include directory is not > >

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

2020-05-18 Thread Andrey Zhizhikin
On Mon, May 18, 2020 at 9:56 PM Andrey Zhizhikin via lists.openembedded.org wrote: > > On Thu, May 14, 2020 at 8:22 PM Khem Raj wrote: > > > > > > > > On 5/14/20 11:19 AM, Adrian Bunk wrote: > > > On Thu, May 14, 2020 at 10:18:53AM -0700, Khem Raj wrote:

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

2020-05-18 Thread Andrey Zhizhikin
On Thu, May 14, 2020 at 8:22 PM Khem Raj wrote: > > > > On 5/14/20 11:19 AM, Adrian Bunk wrote: > > On Thu, May 14, 2020 at 10:18:53AM -0700, Khem Raj wrote: > >> On 5/14/20 8:29 AM, Adrian Bunk wrote: > >>> Disabling -moutline-atomics would also workaround this issue. > >> > >> I think this is a

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-16 Thread Andrey Zhizhikin
On Sat, May 16, 2020 at 10:10 PM Adrian Bunk wrote: > > On Sat, May 16, 2020 at 07:54:32PM +, Peter Kjellerstedt wrote: > > > > > > meta-openembedded/meta-python has a higher layer priority than OE-core. > > > > > > Adding higher upstream versions of these recipes to a lower-priority > > >

Re: [OE-core][PATCH 0/4] Import recipes from meta-python

2020-05-15 Thread Andrey Zhizhikin
On Fri, May 15, 2020 at 9:26 PM Denys Dmytriyenko wrote: > > On Fri, May 15, 2020 at 02:12:55PM -0500, Joshua Watt wrote: > > > > On 5/15/20 2:05 PM, Richard Purdie wrote: > > >On Fri, 2020-05-15 at 14:53 -0400, Denys Dmytriyenko wrote: > > >>I see Richard has merged these to master-next, thanks!

Re: [OE-core] Cannot disable weston

2020-05-06 Thread Andrey Zhizhikin
On Wed, May 6, 2020 at 10:29 PM Tom Hochstein wrote: > > We are no longer able to disable weston service with standard `systemctl > disable weston@root.service`. I've faced similar issues a while back, and also found out that weston has been actually started twice: once from udev, and once from

Re: [OE-core] [PATCH] mesa-gl: The purpose of mesa-gl is to provide for X11 usage

2020-03-25 Thread Andrey Zhizhikin
On Wed, Mar 25, 2020 at 9:36 PM Mark Hatle wrote: > > > On Wed, Mar 25, 2020 at 7:15 PM Mark Hatle > > wrote: > >> > >> Trying to build mesa-gl without X11 enabled, results in numerous errors > >> about being incorrectly configured, such as: > >> > >> ERROR: Problem encountered: building dri

Re: [OE-core] [PATCH] mesa-gl: The purpose of mesa-gl is to provide for X11 usage

2020-03-25 Thread Andrey Zhizhikin
On Wed, Mar 25, 2020 at 7:15 PM Mark Hatle wrote: > > Trying to build mesa-gl without X11 enabled, results in numerous errors > about being incorrectly configured, such as: > > ERROR: Problem encountered: building dri drivers require at least one > windowing system or classic osmesa I believe

Re: [OE-core] [yocto] menuconf u-boot

2020-03-13 Thread Andrey Zhizhikin
On Fri, Mar 13, 2020 at 7:15 PM Denys Dmytriyenko wrote: > > On Fri, Mar 13, 2020 at 07:07:34PM +0100, Andrey Zhizhikin wrote: > > JH, > > > > Please refer to my replies to Denys, cross-posting to unrelated lists > > is generally not a good idea. > > >

Re: [OE-core] [yocto] menuconf u-boot

2020-03-13 Thread Andrey Zhizhikin
JH, Please refer to my replies to Denys, cross-posting to unrelated lists is generally not a good idea. On Fri, Mar 13, 2020 at 5:40 PM Denys Dmytriyenko wrote: > > What's u-boot-imx? This is U-Boot fork for NXP devices (former Freescale), which is not maintained by OE-Core. > > It's

Re: [OE-core] [PATCH] gstreamer1.0-plugins-good: change EXTRA_OECONF -> EXTRA_OEMESON

2020-02-18 Thread Andrey Zhizhikin
Hello Anuj, On Fri, Feb 7, 2020 at 5:15 AM Mittal, Anuj wrote: > > On Thu, 2020-02-06 at 12:41 +0100, Carlos Rafael Giani wrote: > > Shouldn't this be split into two commits, one that fixes > > EXTRA_OECONF, > > and one that fixes the qt5 support? > > > > Also, are we sure that meson's qt5

Re: [OE-core] bash: Fix CVE-2019-18276

2020-02-16 Thread Andrey Zhizhikin
On Mon, Feb 17, 2020 at 4:26 AM Phil Reid wrote: > > Hi All, > > I recently started get the following failure with bash after "b348e31c93f0 > bash: Fix CVE-2019-18276" > was applied to zeus. > > Any thoughts? > > > NOTE: Applying patch 'bash50-001' (downloads/bash50-001) > NOTE: Applying patch

Re: [OE-core] [PATCH] perf: Additional fixes for 5.5+

2020-02-02 Thread Andrey Zhizhikin
On Mon, Feb 3, 2020 at 7:35 AM Joel Stanley wrote: > > In e5c4f3127521 ("perf: fix build for v5.5+") this recipe was fixed for > 5.5 kernels, however testing shows that there's a few other changes > required. > > perf's build system uses a file from the scripts/ directory to > generate a bpf

Re: [OE-core] [PATCH] gstreamer1.0-plugins-bad: resolve opencv pkg-config in meson build

2020-02-01 Thread Andrey Zhizhikin
A one gentle ping here. On Mon, Jan 27, 2020 at 11:45 AM Andrey Zhizhikin wrote: > > From: Andrey Zhizhikin > > When opencv is picked in PACKAGECONFIG, plugin fails to locate data > dirs. This is due to meson.build file uses 'test' utility to verify that > the data di

Re: [OE-core] [oe] python2-less meta-openembedded build results

2020-01-27 Thread Andrey Zhizhikin
On Mon, Jan 27, 2020 at 7:46 PM Tim Orling wrote: > > > > On Mon, Jan 27, 2020 at 10:06 AM Khem Raj wrote: >> >> On Mon, Jan 27, 2020 at 8:54 AM Andrey Zhizhikin wrote: >> > >> > On Mon, Jan 27, 2020 at 4:24 PM Khem Raj wrote: >> > > &

Re: [OE-core] python2-less meta-openembedded build results

2020-01-27 Thread Andrey Zhizhikin
On Mon, Jan 27, 2020 at 7:01 PM Andreas Müller wrote: > > On Mon, Jan 27, 2020 at 5:54 PM Andrey Zhizhikin wrote: > > > > On Mon, Jan 27, 2020 at 4:24 PM Khem Raj wrote: > > > > > > Awesome, thanks for the help! > > > > No probs! > > > &

Re: [OE-core] python2-less meta-openembedded build results

2020-01-27 Thread Andrey Zhizhikin
eam is 68.4.2esr [1], dated 01/20/2020 For some other recipes I would send out the patch series later today. [1]: https://archive.mozilla.org/pub/firefox/releases/68.4.2esr/source/ > > On Mon, Jan 27, 2020 at 2:51 AM Andrey Zhizhikin wrote: > > > > Hello Raj, > > >

Re: [OE-core] python2-less meta-openembedded build results

2020-01-27 Thread Andrey Zhizhikin
Hello Raj, On Fri, Jan 24, 2020 at 8:27 PM Khem Raj wrote: > > On 1/20/20 8:51 AM, Andrey Zhizhikin wrote: > > On Mon, Jan 20, 2020 at 4:52 PM Khem Raj wrote: > >> > >> Hi all > >> > >> Recently py2 is removed from oe-core, So I did quick patche

[OE-core] [PATCH] gstreamer1.0-plugins-bad: resolve opencv pkg-config in meson build

2020-01-27 Thread Andrey Zhizhikin
From: Andrey Zhizhikin When opencv is picked in PACKAGECONFIG, plugin fails to locate data dirs. This is due to meson.build file uses 'test' utility to verify that the data dirs path is present and not taking sysroot into prefix. Introduce additional patch, which picks up PKG_CONFIG_SYSROOT_DIR

Re: [OE-core] Connectivity check uris

2020-01-23 Thread Andrey Zhizhikin
On Thu, Jan 23, 2020 at 2:14 PM Jean-Marie LEMETAYER wrote: > > Hi folks, > > I have noticed some hang-ups at the beginning of my builds on the master > branch. > I have search a little and discovered that the connectivity check made by poky > was the root cause. In fact connectivity check use

Re: [OE-core] python2-less meta-openembedded build results

2020-01-20 Thread Andrey Zhizhikin
On Mon, Jan 20, 2020 at 4:52 PM Khem Raj wrote: > > Hi all > > Recently py2 is removed from oe-core, So I did quick patches to get a > world build going. And > here are initial failures, please help out with recipes your can or > care for. Eventually, the remaining > ones we can blacklist for 3.1

Re: [OE-core] How to set up custom layer correctly

2019-11-13 Thread Andrey Zhizhikin
Hey Ankur, On Wed, Nov 13, 2019 at 9:55 PM Ankur Tyagi wrote: > > Hi, > > I have a custom layer for custom board based upon am335x-evm and custom > images. > > I have a master layer called "my-custom-layer" which has three sub-layers > - my-custom-distro : custom distro based upon TI's 'arago'

Re: [OE-core] [RFC] [PATCH] Provide users with project support status

2019-11-02 Thread Andrey Zhizhikin
On Sat, Nov 2, 2019 at 12:02 PM Alexander Kanavin wrote: > > I too think that the information may never reach the target audience, as they > could never update their builds to the point where it would start printing > 'end of life'. Would it make sense to include this message in base-files

Re: [OE-core] [warrior 18/19] go: fix CVE-2019-16276

2019-11-01 Thread Andrey Zhizhikin
m Raj wrote: >> >> On Fri, Nov 1, 2019 at 10:33 AM Andrey Zhizhikin wrote: >> > >> > Hello Armin, >> > >> > On Tue, Oct 29, 2019 at 10:50 AM Armin Kuster wrote: >> > > >> > > From: Chen Qi >> > > >> &g

Re: [OE-core] [warrior 18/19] go: fix CVE-2019-16276

2019-11-01 Thread Andrey Zhizhikin
Hello Armin, On Tue, Oct 29, 2019 at 10:50 AM Armin Kuster wrote: > > From: Chen Qi > > Signed-off-by: Chen Qi > Signed-off-by: Richard Purdie > (cherry picked from commit e31f87e289dfd3bbca961e927447a9c7ba816d3f) > Signed-off-by: Armin Kuster > (cherry picked from commit

Re: [OE-core] [PATCH] openssl: Enable os option for with-rand-seed as well

2019-09-23 Thread Andrey Zhizhikin
> ... Just as a follow-up on this issue, if someone else would stumbled upon the same: I've built cyclone5 machine off the master and it was 100% operable. Then I looked at the i.MX8M configuration and found out that openssl recipe was overlaid for me with the option --with-rand-seed=devrandom,

Re: [OE-core] [PATCH] openssl: Enable os option for with-rand-seed as well

2019-09-20 Thread Andrey Zhizhikin
On Fri, Sep 20, 2019 at 3:38 PM wrote: > > > Do you have rng-tools on the image? That helped me with the kernel random pool > initialization for sshd in iMX8 and openssl 1.1.1x. No, but I would definitely try it! Thanks a lot for the tip here! > > I don't see how 53b5654d6e could change this

Re: [OE-core] [PATCH] openssl: Enable os option for with-rand-seed as well

2019-09-20 Thread Andrey Zhizhikin
Hello Raj, On Tue, Sep 17, 2019 at 8:50 PM Khem Raj wrote: > > with openSSL 1.1.1d we start seeing errors like > > Error Generating Key > 139979727451584:error:2406C06E:random number > generator:RAND_DRBG_instantiate:error retrieving > entropy:../openssl-1.1.1d/crypto/rand/drbg_lib.c:342: > >

Re: [OE-core] FETCHCMD drop breaks build when append is used (from patch b259bd31eb)

2019-08-31 Thread Andrey Zhizhikin
On Sat, Aug 31, 2019 at 2:18 PM Adrian Bunk wrote: > > Disallowing appends could cause huge problems for a user or layer that > has to append local options (e.g. proxy) building a recipe like libedit > that has to change the User-Agent. My point exactly! I belive that even though this is

Re: [OE-core] FETCHCMD drop breaks build when append is used (from patch b259bd31eb)

2019-08-31 Thread Andrey Zhizhikin
On Fri, Aug 30, 2019 at 4:41 PM Andre McCurdy wrote: > > I think for the specific case of usernames and passwords the advice > would be to put them in .netrc etc rather than trying to append to the > fetcher command lines (but mainly for security reasons rather than > this issue). This I do

[OE-core] FETCHCMD drop breaks build when append is used (from patch b259bd31eb)

2019-08-30 Thread Andrey Zhizhikin
Hello Andre, I've just pulled the master and experienced a build failure during fetching of updated recipe's source tarballs. The reason for this being that defaults for FETCHCMD has been dropped with your patch b259bd31eb from the series. Once defaults are removed and appends are used - the

Re: [OE-core] [PATCH] package_ipk: handle exception for subprocess command

2019-04-25 Thread Andrey Zhizhikin
On Thu, Apr 25, 2019 at 4:51 PM Andrey Zhizhikin wrote: > > Thanks a lot, I'll definitely give it a try! Would you be willing to > take this further in into the master branch? Just saw your other patch against [utils/multiprocess_launch], please discard this question. -- Regard

Re: [OE-core] [PATCH] package_ipk: handle exception for subprocess command

2019-04-25 Thread Andrey Zhizhikin
On Thu, Apr 25, 2019 at 3:41 PM wrote: > > On Tue, 2019-04-16 at 11:12 +0200, Andrey Zhizhikin wrote: > > On Tue, Apr 16, 2019 at 10:24 AM > > wrote: > > > On Tue, 2019-04-16 at 09:10 +0200, Andrey Zhizhikin wrote: > > > > On Mon, Apr 15, 2019 a

  1   2   >