;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
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
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
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
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
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,
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/
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
:
>
> 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
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
--
_
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
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
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
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
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
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-
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
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
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
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
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
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
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
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
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
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
---
[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
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
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?
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
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
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
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
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
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
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
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
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
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
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
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
--
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
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
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
44 matches
Mail list logo