Re: [OE-core] [PATCH RESEND] openssl: pass PERL=perl environment variable to configurator

2020-03-10 Thread Ruslan Bilovol via Openembedded-core
;t pass do_configure: Creating Makefile sh: 1: /usr/bin/env perl: not found WARNING: exit code 1 from a shell command. But passing it as: HASHBANGPERL="/usr/bin/env perl" PERL=perl seems to work. Will check this suggestion Thanks, Ruslan On Thu, Mar 5, 2020 at 12:55 PM Ruslan

[OE-core] [PATCH RESEND] openssl: pass PERL=perl environment variable to configurator

2020-03-05 Thread Ruslan Bilovol via Openembedded-core
path) obviously missing extra settings from wrapper script. Pass PERL=perl environment variable to Configure, so it won't try to use perl executable directly but will use what is provided from environment. Signed-off-by: Ruslan Bilovol --- meta/recipes-connectivity/openssl/openssl_1.1.1d.bb | 2

Re: [OE-core] [PATCH] openssl: pass PERL=perl environment variable to configurator

2020-03-05 Thread Ruslan Bilovol via Openembedded-core
It seems this patch was forgotten and master moved forward. Will resend it from latest master Thanks, Ruslan On 12/21/18 11:33 PM, Ruslan Bilovol wrote: In our build environment we use wrapper script for perl in non-standard configuration with extra variables set (provided by custom

Re: [OE-core] [PATCH] kernel-devsrc: support 4.4+ ARM/ARM64 kernels

2020-03-02 Thread Ruslan Bilovol via Openembedded-core
Gentle ping On 2/14/20 9:24 PM, Ruslan Bilovol wrote: Linux Kernel 4.4 is an LTS kernel so people may still build it with OE. Thus make copying of some files optional: - arm64 module.lds file first appeared with kernel v4.6 commit fd045f6cd98e arm64: add support for module PLTs

[OE-core] [PATCH] kernel-devsrc: support 4.4+ ARM/ARM64 kernels

2020-02-14 Thread Ruslan Bilovol via Openembedded-core
ommit 96a8fae0fe09 "ARM: convert to generated system call tables" Signed-off-by: Ruslan Bilovol --- meta/recipes-kernel/linux/kernel-devsrc.bb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-kernel/linux/kernel-devsrc.bb b/meta/recipes-kern

Re: [OE-core] [PATCH] kernel-devsrc: copy mmiowb.h and modpost from ${B} of kernel

2020-01-17 Thread Ruslan Bilovol via Openembedded-core
On 9/11/19 2:36 PM, Bruce Ashfield wrote: On Wed, Sep 11, 2019 at 5:10 AM Hongzhi, Song wrote: On 9/6/19 11:10 AM, Hongzhi, Song wrote: On 9/4/19 8:34 PM, Bruce Ashfield wrote: On Wed, Sep 4, 2019 at 6:07 AM Hongzhi, Song wrote: On 9/4/19 11:55 AM, Bruce Ashfield wrote: On Tue, Sep 3,

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

2019-11-01 Thread Ruslan Bilovol
ng such a patch reviews. In the future this can be extended also to LTS when we will have it Signed-off-by: Ruslan Bilovol --- meta/conf/bitbake.conf | 5 - meta/conf/documentation.conf | 1 + 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/conf/bitbake.conf b/

Re: [OE-core] [PATCH] gzip: add nativesdk support

2019-09-06 Thread Ruslan Bilovol via Openembedded-core
On 9/4/19 2:01 PM, Ross Burton wrote: On 04/09/2019 11:41, Denys Zagorui -X (dzagorui - GLOBALLOGIC INC at Cisco) via Openembedded-core wrote: Signed-off-by: Denys Zagorui Can you check your mailer configuration, as the From: is the mailing list, not your email address.  This means the patch

Re: [OE-core] OEDEM 2019

2019-09-03 Thread Ruslan Bilovol
: > > We are working with the Yocto Project on a two day Summit event. This > should implement part of the ideas from the the last couple of developer > meetings. > > Philip > > On 07/30/2019 12:58 PM, Ruslan Bilovol wrote: > > Hi all, > > > > Is there any pla

[OE-core] OEDEM 2019

2019-07-30 Thread Ruslan Bilovol
Hi all, Is there any plan to hold an OpenEmbedded developer meting in Lyon, France around this year's ELCE 2019 (October 28-30)? I see that OEDEM 2019 page isn't created yet and I didn't find any news in mailing lists yet: https://www.openembedded.org/wiki/OEDEM_2019 Thanks, Ruslan -- _

Re: [OE-core] [PATCH 1/5] target-sdk-provides-dummy: Extend to -dev and -src packages

2019-03-19 Thread Ruslan Bilovol
On Fri, Feb 15, 2019 at 6:04 PM Richard Purdie wrote: > > This avoids errors when running populate_sdk under opkg: > > * Problem 1/1: > * - package busybox-dev-1.30.1-r0.core2-64 requires busybox = 1.30.1-r0, > but none of the providers can be installed > * > * Solution 1: > * - allow de

Re: [OE-core] [PATCH] libnss-nisplus: Add recipe

2019-03-15 Thread Ruslan Bilovol via Openembedded-core
On 3/14/19 11:42 PM, Khem Raj wrote: On Thu, Mar 14, 2019 at 12:43 PM Ruslan Bilovol <mailto:rbilo...@cisco.com>> wrote: Same as with libnss-nis - this will substitute the glibc nisplus module which has been removed SRCREV points to 1.3 release plus patch on top which

[OE-core] [PATCH] libnss-nisplus: Add recipe

2019-03-14 Thread Ruslan Bilovol via Openembedded-core
Same as with libnss-nis - this will substitute the glibc nisplus module which has been removed SRCREV points to 1.3 release plus patch on top which allows to build with recent glibc versions Signed-off-by: Ruslan Bilovol --- .../libnss-nisplus/libnss-nisplus.bb | 31

[OE-core] [PATCH 3/6] dhcp: drop lost patch

2019-01-26 Thread Ruslan Bilovol
Commit 7cb42ae87ef9 "dhcp: update 4.4.1" dropped 0008-tweak-to-support-external-bind.patch from recipe, but left the patch itself in source tree. Remove this patch since nobody uses it. Cc: Armin Kuster Signed-off-by: Ruslan Bilovol --- .../dhcp/0008-tweak-to-support-external-bind.p

[OE-core] [PATCH 6/6] perl: drop lost patch

2019-01-26 Thread Ruslan Bilovol
Commit 68552c353255 "perl: remove the previous version of the recipe" dropped 0001-Makefile.SH-Pod-Simple-requires-Getopt-Long.patch from recipe, but left the patch itself in source tree. Remove this patch since nobody uses it. Cc: Alexander Kanavin Signed-off-by: Rusl

[OE-core] [PATCH 5/6] subversion: drop lost patch

2019-01-26 Thread Ruslan Bilovol
Commit 5bb47984af79 "subversion: 1.9.7 -> 1.10.0" dropped serf.m4-Regex-modified-to-allow-D-in-paths.patch from recipe, but left the patch itself in source tree. Remove this patch since nobody uses it. Cc: Richard Purdie Signed-off-by: Ruslan Bilovol --- ...erf.m4-Regex-modified-

[OE-core] [PATCH 4/6] connman: drop lost patch

2019-01-26 Thread Ruslan Bilovol
Commit 85b76e52d206 "connman: update to 1.36" dropped 0001-inet-Add-prefixlen-to-iproute_default_function.patch from recipe, but left the patch itself in source tree. Remove this patch since nobody uses it. Cc: Oleksandr Kravchuk Signed-off-by: Ruslan Bilovol --- ...Add-pr

[OE-core] [PATCH 2/6] bind: drop lost patch

2019-01-26 Thread Ruslan Bilovol
Commit "c37207d0aca5 bind: update to ESV version 9.11.3" dropped 0001-build-use-pkg-config-to-find-libxml2.patch from recipe, but left the patch itself in source tree. Remove this patch since nobody uses it. Cc: Armin Kuster Signed-off-by: Ruslan Bilovol --- ...0001-build-use-pkg

[OE-core] [PATCH 1/6] lttng: drop lost patch

2019-01-26 Thread Ruslan Bilovol
Commit "f63965c0f9fc lttng: uprev to 2.10.7" dropped 0001-Fix-btrfs-Remove-unnecessary-fs_info-parameter.patch from recipe, but left the patch itself in source tree. Remove this patch since nobody uses it. Cc: Bruce Ashfield Signed-off-by: Ruslan Bilovol --- ...trfs-Remove-unnecessa

[OE-core] [PATCH 0/6] Remove lost patches from oe-core

2019-01-26 Thread Ruslan Bilovol
which found all 6 lost patches in oe-core. This patch series removes all of them Ruslan Bilovol (6): lttng: drop lost patch bind: drop lost patch dhcp: drop lost patch connman: drop lost patch subversion: drop lost patch perl: drop lost patch ...0001-build-use-pkg-config-to-find

Re: [OE-core] [PATCH v3] systemd: fix remaining issues with statx and glibc 2.28+

2019-01-14 Thread Ruslan Bilovol via Openembedded-core
Hi Chen, Will you pick up this fix? Still don't see it in the master-next Thanks, Ruslan On 12/22/18 1:48 AM, Khem Raj wrote: On Fri, Dec 21, 2018 at 11:45 AM Ruslan Bilovol wrote: Commit 776d14db9589 "systemd: Detect if statx struct is defined in sys/stat.h" did only a pa

[OE-core] [PATCH] gdbm: depend on readline

2018-12-21 Thread Ruslan Bilovol via Openembedded-core
who found this issue. Signed-off-by: Ruslan Bilovol --- meta/recipes-support/gdbm/gdbm_1.18.1.bb | 2 ++ 1 file changed, 2 insertions(+) diff --git a/meta/recipes-support/gdbm/gdbm_1.18.1.bb b/meta/recipes-support/gdbm/gdbm_1.18.1.bb index 16ecc50..215ae47 100644 --- a/meta/recipes-support

[OE-core] [PATCH] openssl: pass PERL=perl environment variable to configurator

2018-12-21 Thread Ruslan Bilovol via Openembedded-core
path) obviously missing extra settings from wrapper script. Pass PERL=perl environment variable to Configure, so it won't try to use perl executable directly but will use what is provided from environment. Signed-off-by: Ruslan Bilovol --- meta/recipes-connectivity/openssl/openssl_1.1.1a.bb | 2

[OE-core] [PATCH v3] systemd: fix remaining issues with statx and glibc 2.28+

2018-12-21 Thread Ruslan Bilovol via Openembedded-core
Commit 776d14db9589 "systemd: Detect if statx struct is defined in sys/stat.h" did only a part of work, and systemd build fails on src/basic/chattr-util.c compilation due to same statx redefinition issue. Backport additional patch from systemd master Signed-off-by: Ruslan Bilovo

[OE-core] [PATCH v2] systemd: fix remaining issues with statx and glibc 2.28+

2018-12-17 Thread Ruslan Bilovol via Openembedded-core
Commit 776d14db9589 "systemd: Detect if statx struct is defined in sys/stat.h" did only a part of work, and systemd build fails on src/basic/chattr-util.c compilation due to same statx redefinition issue. Backport additional patch from systemd master Signed-off-by: Ruslan Bilovo

[OE-core] [PATCH] systemd: fix remaining issues with statx and glibc 2.28+

2018-12-17 Thread Ruslan Bilovol via Openembedded-core
Commit 776d14db9589 "systemd: Detect if statx struct is defined in sys/stat.h" did only a part of work, and systemd build fails on src/basic/chattr-util.c compilation due to same statx redefinition issue. Backport additional patch from systemd master Signed-off-by: Ruslan Bilovol ---

Re: [OE-core] Why openembedded-core mailing list is now author of some patches?

2018-10-12 Thread Ruslan Bilovol via Openembedded-core
[CCing more affected people] On 10/12/2018 04:13 PM, Burton, Ross wrote: Ironically, this mail is From: Ruslan Bilovol via Openembedded-core. :D This is basically due to SPF, and people sending email from non-authoritive hosts. Concrete example: Richard Purdie's mail comes from a ma

[OE-core] Why openembedded-core mailing list is now author of some patches?

2018-10-12 Thread Ruslan Bilovol via Openembedded-core
Hi all, Looking at OE-core history, I see that in some cases patch' author is incorrect, and actually is set to openembedded-core@lists.openembedded.org: http://git.openembedded.org/openembedded-core/log/?qt=author&q=openembedded-core%40lists.openembedded.org Moreover, in patchwork many of these

Re: [OE-core] [PATCH] relocate_sdk.py: remove hardcoded SDK path

2018-07-26 Thread Ruslan Bilovol via Openembedded-core
this and then you can work on a way to fix this... Cheers, Richard On Tue, 2018-07-17 at 08:22 -0700, Christopher Larson wrote: IMHO this is a solid improvement that should go in. On Tue, Jul 17, 2018 at 8:09 AM Ruslan Bilovol via Openembedded-core wrote: Hi all, Any comments on this patch?

Re: [OE-core] [PATCH] relocate_sdk.py: remove hardcoded SDK path

2018-07-17 Thread Ruslan Bilovol via Openembedded-core
Hi all, Any comments on this patch? Thanks Ruslan On 11/22/2017 01:20 PM, Ruslan Bilovol wrote: This patch removes hardcodes added to relocate_sdk.py during SDK build, making it flexible and reusable. Now default SDK path is passed to the script as parameter rather then harcoded inside it

Re: [OE-core] [PATCH] recipes-kernel: add kpatch dynamic kernel patching infrastructure

2018-01-30 Thread Ruslan Bilovol
On 01/29/2018 08:35 PM, Khem Raj wrote: On Mon, Jan 29, 2018 at 7:06 AM, Ruslan Bilovol wrote: kpatch is a Linux dynamic kernel patching infrastructure which allows you to patch a running kernel without rebooting or restarting any processes Currently it is enabled and tested on x86-64 systems

[OE-core] [PATCH] recipes-kernel: add kpatch dynamic kernel patching infrastructure

2018-01-29 Thread Ruslan Bilovol
kpatch is a Linux dynamic kernel patching infrastructure which allows you to patch a running kernel without rebooting or restarting any processes Currently it is enabled and tested on x86-64 systems, although can be extended to PPC64 as well. Signed-off-by: Ruslan Bilovol --- meta/recipes

[OE-core] [PATCH] relocate_sdk.py: remove hardcoded SDK path

2017-11-22 Thread Ruslan Bilovol
multiple times Signed-off-by: Ruslan Bilovol --- meta/classes/populate_sdk_base.bbclass | 5 - meta/files/toolchain-shar-relocate.sh | 2 +- scripts/relocate_sdk.py| 17 + 3 files changed, 10 insertions(+), 14 deletions(-) diff --git a/meta/classes

Re: [OE-core] OpenEmbedded Developer Meeting Oct 22, 2017 in Prague (before ELCE)

2017-09-13 Thread Ruslan Bilovol
On Thu, Aug 24, 2017 at 9:37 PM, Philip Balister wrote: > Once again we will have a developer meeting in Prague the Sunday before > ELCE. > > Please go to https://www.openembedded.org/wiki/OEDEM_2017 and add > yourself if you are attending and ideas for topics. > > Although it is called a develope

[OE-core] [PATCH] machine-sdk: oldest kernel for x86/x86_64 is 3.2.0 now

2017-08-22 Thread Ruslan Bilovol
EST_KERNEL overrides from machine-specific conf files, so default version 3.2.0 from conf/bitbake.conf will be picked up. Signed-off-by: Ruslan Bilovol --- meta/conf/machine-sdk/i586.conf | 1 - meta/conf/machine-sdk/i686.conf | 1 - meta/conf/machine-sdk/x86_64.conf | 1 - 3 files changed, 3 d

[OE-core] [PATCH] recipes-kernel: linux-dummy: provide dummy vmlinux package

2017-08-03 Thread Ruslan Bilovol
oprofile package depends on kernel-vmlinux package through RRECOMMENDS dependency. Thus provide it here to satisfy dependencies. Signed-off-by: Ruslan Bilovol --- meta/recipes-kernel/linux/linux-dummy.bb | 6 +- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/meta/recipes

[OE-core] Is Krogoth release still maintained?

2017-02-10 Thread Ruslan Bilovol
Hi Armin, I see that Krogoth branches in openembedded-core and meta-openembedded layers were last updated 3 months ago. So is Krogoth release still maintained? If yes, when and how often do you plan do update it? Thanks, Ruslan -- ___ Openembedded-co

Re: [OE-core] [PATCH 18/42] conf: bump minimum kernel to 3.2.0

2016-05-12 Thread Ruslan Bilovol
Hi, On 05/11/2016 08:35 PM, Khem Raj wrote: glibc 2.24 have raised the bar for minimum supported kernel for more details see http://repo.or.cz/glibc.git/commit/5b4ecd3f95695ef593e4474b4ab5a117291ba5fc Signed-off-by: Khem Raj --- meta/classes/populate_sdk_base.bbclass | 2 +- meta/conf/bitb

Re: [OE-core] [PATCH] bitbake: Oldest kernel for nios2 is 3.19

2016-05-10 Thread Ruslan Bilovol
On 05/08/2016 08:06 PM, Khem Raj wrote: On May 8, 2016, at 6:00 AM, Marek Vasut wrote: The oldest kernel version for nios2 is 3.19.0, set it so, otherwise qemu-nios2 -r ${OLDEST_KERNEL} fails with "FATAL: kernel too old" message from glibc. Signed-off-by: Marek Vasut Cc: Richard Purdie --- m

[OE-core] [PATCH] libunwind: backport aarch64_be support

2016-04-18 Thread Ruslan Bilovol
Backport 2 patches from v1.2-rc1 tag of libunwind git repo. These patches add aarch64_be support to this package. Signed-off-by: Ruslan Bilovol --- ...roduce-build-support-for-aarch64_be-targe.patch | 33 + ...-wrong-big_endian-flag-in-aarch64_be-case.patch | 34

[OE-core] [PATCH v2] kernel-uimage: change target image to vmlinux

2016-04-13 Thread Ruslan Bilovol
ng on this step. So instead of building zImage target that may not exist for many architectures, build vmlinux target that exists for all architectures. Since kernel-uboot.bbclass uses vmlinux anyway for creating image, there is no side effect on this change. Signed-off-by: Ruslan Bilovol --

Re: [OE-core] [PATCH] kernel-uimage: build per-architecture target image

2016-04-12 Thread Ruslan Bilovol
On 04/07/2016 01:56 PM, Marek Vasut wrote: On 04/07/2016 09:40 AM, Ruslan Bilovol wrote: Commit e69525: "kernel: Build uImage only when really needed" hardcoded target kernel image to zImage for case if uImage is generated by OpenEmbedded buildsystem. However not all kernel arc

[OE-core] [PATCH] kernel-uimage: build per-architecture target image

2016-04-07 Thread Ruslan Bilovol
ng on this step. Moreover, possible target images may vary depending on arch. So instead of hardcoding it to zImage, let it be architecture-dependent. Currently added for and verified with AArch64. Signed-off-by: Ruslan Bilovol --- meta/classes/kernel-uimage.bbclass | 9 - 1 file change

[OE-core] [PATCH] scripts: runqemu: remove QEMUARCH from help message

2015-11-06 Thread Ruslan Bilovol
The QEMUARCH env variable is not used since commit "d469c92 classes/imagetest-qemu: remove old image testing class". Remove it from help message so it will not confuse other people Signed-off-by: Ruslan Bilovol --- scripts/runqemu | 1 - 1 file changed, 1 deletion(-) diff --git