Re: [OE-core] [PATCH 0/2] fix multilib issues with UEFI bootloaders

2019-11-27 Thread Dmitry Eremin-Solenikov
Hello, пт, 1 нояб. 2019 г. в 17:32, : > > Last UEFI patchset that went in broke building not-native multilib > images (like lib32-core-image-minimal). Fix this issue by listing > systemd-boot as non-multilib recipe and by fixing UEFI app naming in > multilib cases. We'd like to unbreak such

Re: [OE-core] [PATCH v3 1/5] conf/image-uefi: fix building images for multilib case

2019-10-22 Thread Dmitry Eremin-Solenikov
Hello, вт, 15 окт. 2019 г. в 00:50, : > > From: Dmitry Eremin-Solenikov > > Building live images for lib32-core-minimal-image will fail because > image target override won't match grub's override. Fix this by > introducing anonymous python function. A proper fix should be to &g

Re: [OE-core] [warrior][PATCH] kernel.bbclass: fix installation of modules signing certificates

2019-10-12 Thread Dmitry Eremin-Solenikov
сб, 12 окт. 2019 г. в 19:57, akuster808 : > > > > On 10/11/19 1:16 AM, Nicolas Dechesne wrote: > > From: Dmitry Eremin-Solenikov > > > > If one has provided external key/certificate for modules signing, Kbuild > > will skip creating signing_key.pem

Re: [OE-core] [PATCH v3 1/9] uefi.conf: add config file holding configuration for UEFI applications

2019-09-18 Thread Dmitry Eremin-Solenikov
Hello, ср, 18 сент. 2019 г. в 01:16, Richard Purdie : > > On Tue, 2019-09-17 at 18:36 +0300, dbarysh...@gmail.com wrote: > > From: Dmitry Eremin-Solenikov > > > > Create new config file defining common variables for all UEFI-related > > packages (bootl

Re: [OE-core] [PATCH v2 1/9] uefi.bbclass: add bbclass holding configuration for UEFI applications

2019-09-17 Thread Dmitry Eremin-Solenikov
вт, 17 сент. 2019 г. в 01:17, Richard Purdie : > > On Fri, 2019-09-13 at 18:44 +0300, dbarysh...@gmail.com wrote: > > From: Dmitry Eremin-Solenikov > > > > Create new bbclass defining common variables for all UEFI-related > > packages (bootloaders, test applicat

Re: [OE-core] [PATCH 1/9] uefi.bbclass: add bbclass holding configuration for UEFI applications

2019-09-13 Thread Dmitry Eremin-Solenikov
alf Of > dbarysh...@gmail.com > Sent: Wednesday, September 11, 2019 5:30 PM > To: openembedded-core@lists.openembedded.org > Cc: Dmitry Eremin-Solenikov > Subject: [OE-core] [PATCH 1/9] uefi.bbclass: add bbclass holding > configuration for UEFI applications > > From: Dm

Re: [OE-core] [PATCH 1/9] uefi.bbclass: add bbclass holding configuration for UEFI applications

2019-09-13 Thread Dmitry Eremin-Solenikov
пт, 13 сент. 2019 г. в 02:12, Mittal, Anuj : > > Hello, > > On Wed, 2019-09-11 at 12:29 +0300, dbarysh...@gmail.com wrote: > > From: Dmitry Eremin-Solenikov > > > > Create new bbclass defining common variables for all UEFI-related > > packages (bootloader

Re: [OE-core] [PATCH] module.bbclass: do not strip packages if modules signing is enabled

2019-08-08 Thread Dmitry Eremin-Solenikov
чт, 8 авг. 2019 г. в 14:44, Mittal, Anuj : > > On Thu, 2019-08-08 at 12:57 +0300, dbarysh...@gmail.com wrote: > > From: Dmitry Eremin-Solenikov > > > > Stripping kernel modules will also remove signature, thus we have to > > inhibit package striping in case

[OE-core] [PATCH] kernel.bbclass: fix installation of modules signing certificates

2019-07-28 Thread Dmitry Eremin-Solenikov
From: Dmitry Eremin-Solenikov If one has provided external key/certificate for modules signing, Kbuild will skip creating signing_key.pem and will write only signing_key.x509 certificate. Thus we have to check for .x509 file existence rather than .pem one. Signed-off-by: Dmitry Eremin-Solenikov

[OE-core] [PATCH 2/2] gcc-4.9: import patch fixing compilation in thumb mode

2015-11-26 Thread Dmitry Eremin-Solenikov
Import patch fixing a bug that caused ICE when compiling some packages (e.g. ICU) in Thumb-1 model. Signed-off-by: Dmitry Eremin-Solenikov <dbarysh...@gmail.com> --- meta/recipes-devtools/gcc/gcc-4.9.inc | 1 + .../gcc/gcc-4.9/0067-fix-arm-thumb.patch

[OE-core] [PATCH 1/2] gcc-5.2: import patch fixing compilation in thumb mode

2015-11-26 Thread Dmitry Eremin-Solenikov
Import patch fixing a bug that caused ICE when compiling some packages (e.g. ICU) in Thumb-1 model. Signed-off-by: Dmitry Eremin-Solenikov <dbarysh...@gmail.com> --- meta/recipes-devtools/gcc/gcc-5.2.inc | 1 + .../gcc/gcc-5.2/0043-fix-arm-thumb.patch

Re: [OE-core] [PATCH 1/3] libsdl: support native compilation

2015-10-22 Thread Dmitry Eremin-Solenikov
Hello, 2015-10-19 17:44 GMT+03:00 Mark Hatle <mark.ha...@windriver.com>: > On 10/19/15 9:17 AM, Dmitry Eremin-Solenikov wrote: >> qemu-native can use SDL backend for graphical output. Currently it is >> expected to use libsdl provided by the host. However this c

[OE-core] [PATCH] apr: remove conflict with ccache

2015-10-19 Thread Dmitry Eremin-Solenikov
ils-native: Signed-off-by: Dmitry Eremin-Solenikov <dbarysh...@gmail.com> --- meta/recipes-support/apr/apr_1.5.2.bb | 5 + 1 file changed, 5 insertions(+) diff --git a/meta/recipes-support/apr/apr_1.5.2.bb b/meta/recipes-support/apr/apr_1.5.2.bb index e12a176..1c61e84 100644 --- a/meta

[OE-core] [PATCH 3/3] local.conf.sample: stop adding libsdl-native to ASSUME_PROVIDED

2015-10-19 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov <dbarysh...@gmail.com> --- meta/conf/local.conf.sample | 1 - 1 file changed, 1 deletion(-) diff --git a/meta/conf/local.conf.sample b/meta/conf/local.conf.sample index 3ae24ab..dfdb912 100644 --- a/meta/conf/local.conf.sample +++ b/met

[OE-core] [PATCH 2/3] qemu: drop hooking of libsdl from the host

2015-10-19 Thread Dmitry Eremin-Solenikov
Now as libsdl recipe provides libsdl-native, there is no need to hook in extra library paths from host to compile qemu-native. Signed-off-by: Dmitry Eremin-Solenikov <dbarysh...@gmail.com> --- meta/recipes-devtools/qemu/qemu.inc | 8 1 file changed, 8 deletions(-) diff --git

[OE-core] [PATCH 1/3] libsdl: support native compilation

2015-10-19 Thread Dmitry Eremin-Solenikov
qemu-native can use SDL backend for graphical output. Currently it is expected to use libsdl provided by the host. However this can lead to library incompatibilities between host and target. Make libsdl recipe support native compilation. Signed-off-by: Dmitry Eremin-Solenikov <dbar

[OE-core] [PATCH 1/2] tune-octeon.inc: correct packaging suffix

2015-08-20 Thread Dmitry Eremin-Solenikov
Octeon II/III binaries can contain instructions that are not compatible with MIPS64 processors. Thus Octeon II/III packages should go to separate directories. Set MIPSPKGSFX_VARIANT_tune-* to Octeon-specific values and update PACKAGE_EXTRA_ARCHS_tune-* accordingly. Signed-off-by: Dmitry Eremin

[OE-core] [PATCH 2/2] tune-octeon.inc: add BASE_LIB settings

2015-08-20 Thread Dmitry Eremin-Solenikov
Provide BASE_LIB settings for octeon* tunes that follow the practice of mips64/mips64-n32 tunes (lib64 for N64 ABI, lib32 for N32 ABI). Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/conf/machine/include/tune-octeon.inc | 4 1 file changed, 4 insertions(+) diff --git

Re: [OE-core] [PATCH 4/4] glibc: don't override TUNE_CCARGS for MIPS

2015-08-18 Thread Dmitry Eremin-Solenikov
2015-08-17 18:30 GMT+03:00 Dmitry Eremin-Solenikov dbarysh...@gmail.com: 2015-08-16 3:29 GMT+03:00 Khem Raj raj.k...@gmail.com: On Sat, Aug 15, 2015 at 4:15 PM, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: 2015-08-15 22:34 GMT+03:00 Khem Raj raj.k...@gmail.com: On Jul 1, 2015, at 7:02

Re: [OE-core] [PATCH 4/4] glibc: don't override TUNE_CCARGS for MIPS

2015-08-17 Thread Dmitry Eremin-Solenikov
2015-08-16 3:29 GMT+03:00 Khem Raj raj.k...@gmail.com: On Sat, Aug 15, 2015 at 4:15 PM, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: 2015-08-15 22:34 GMT+03:00 Khem Raj raj.k...@gmail.com: On Jul 1, 2015, at 7:02 AM, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: Overriding

Re: [OE-core] [PATCH 4/4] glibc: don't override TUNE_CCARGS for MIPS

2015-08-15 Thread Dmitry Eremin-Solenikov
2015-08-15 22:34 GMT+03:00 Khem Raj raj.k...@gmail.com: On Jul 1, 2015, at 7:02 AM, Dmitry Eremin-Solenikov dbarysh...@gmail.com wrote: Overriding TUNE_CCARGS this way breaks MULTILIB setup for MIPS. This override disables multilib handling of tunes for TUNE_CCARGS, thus enforcing glibc's

[OE-core] [PATCH][RESEND] adt-installer: use DEPLOY_DIR in ANT_DEPLOY expansion

2015-08-12 Thread Dmitry Eremin-Solenikov
Currently adt-installer uses ${TMPDIR}/deploy/sdk/ as a deployment dir. This doesn't interact well with DEPLOY_DIR reassignment. So let's use ${DEPLOY_DIR}/sdk/ instead. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-devtools/installer/adt-installer_1.0.bb | 2 +- 1

Re: [OE-core] [PATCH 0/4] Fix builds for MIPS64 N32

2015-07-31 Thread Dmitry Eremin-Solenikov
2015-07-31 13:59 GMT+03:00 Richard Purdie richard.pur...@linuxfoundation.org: On Wed, 2015-07-29 at 18:00 +0300, Dmitry Eremin-Solenikov wrote: Recent check-ins have changed some things. The compile side was working for a while, but not the compilation side (using it). I've been

[OE-core] [PATCH] cross-canadian.bbclass: support n32 OS variant

2015-07-30 Thread Dmitry Eremin-Solenikov
Add support for -gnun32 OS variant which is used by MIPS64 N32. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/cross-canadian.bbclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/classes/cross-canadian.bbclass b/meta/classes/cross

[OE-core] [PATCH] adt-installer: use DEPLOY_DIR in ANT_DEPLOY expansion

2015-07-30 Thread Dmitry Eremin-Solenikov
Currently adt-installer uses ${TMPDIR}/deploy/sdk/ as a deployment dir. This doesn't interact well with DEPLOY_DIR reassignment. So let's use ${DEPLOY_DIR}/sdk/ instead. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-devtools/installer/adt-installer_1.0.bb | 2 +- 1

Re: [OE-core] [PATCH 0/4] Fix builds for MIPS64 N32

2015-07-29 Thread Dmitry Eremin-Solenikov
2015-07-29 17:58 GMT+03:00 Mark Hatle mark.ha...@windriver.com: On 7/28/15 12:26 PM, Dmitry Eremin-Solenikov wrote: 2015-07-21 18:26 GMT+03:00 Mark Hatle mark.ha...@windriver.com: On 7/21/15 9:31 AM, Mark Hatle wrote: On 7/21/15 3:23 AM, Dmitry Eremin-Solenikov wrote: Hello, 2015-07-20 18

Re: [OE-core] [PATCH 0/4] Fix builds for MIPS64 N32

2015-07-22 Thread Dmitry Eremin-Solenikov
2015-07-21 18:26 GMT+03:00 Mark Hatle mark.ha...@windriver.com: On 7/21/15 9:31 AM, Mark Hatle wrote: On 7/21/15 3:23 AM, Dmitry Eremin-Solenikov wrote: Hello, 2015-07-20 18:47 GMT+03:00 Mark Hatle mark.ha...@windriver.com: Between customer escalations, other work and vacation.. I didn't

Re: [OE-core] [PATCH 0/4] Fix builds for MIPS64 N32

2015-07-21 Thread Dmitry Eremin-Solenikov
tomorrow.. (US time). Thank you very much! --Mark On 7/20/15 7:11 AM, Dmitry Eremin-Solenikov wrote: 2015-07-08 15:42 GMT+03:00 Mark Hatle mark.ha...@windriver.com: On 7/8/15 7:00 AM, Dmitry Eremin-Solenikov wrote: Hello, 2015-07-01 17:02 GMT+03:00 Dmitry Eremin-Solenikov dbarysh

Re: [OE-core] [PATCH 0/4] Fix builds for MIPS64 N32

2015-07-20 Thread Dmitry Eremin-Solenikov
2015-07-08 15:42 GMT+03:00 Mark Hatle mark.ha...@windriver.com: On 7/8/15 7:00 AM, Dmitry Eremin-Solenikov wrote: Hello, 2015-07-01 17:02 GMT+03:00 Dmitry Eremin-Solenikov dbarysh...@gmail.com: Quite simple configuration (MIPS64 N32 image) fails to build (see below). I have verified

Re: [OE-core] [PATCH 0/4] Fix builds for MIPS64 N32

2015-07-08 Thread Dmitry Eremin-Solenikov
Hello, 2015-07-01 17:02 GMT+03:00 Dmitry Eremin-Solenikov dbarysh...@gmail.com: Quite simple configuration (MIPS64 N32 image) fails to build (see below). I have verified these patches in both single lib and in multilib cases. Tri-lib images and SDK for MIPS build fine with these patches. Any

[OE-core] [PATCH 4/4] glibc: don't override TUNE_CCARGS for MIPS

2015-07-01 Thread Dmitry Eremin-Solenikov
-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-core/glibc/glibc_2.21.bb | 10 -- 1 file changed, 10 deletions(-) diff --git a/meta/recipes-core/glibc/glibc_2.21.bb b/meta/recipes-core/glibc/glibc_2.21.bb index 8197c29..52252b3 100644 --- a/meta/recipes-core/glibc

[OE-core] [PATCH 3/4] cross.bbclass: override MULTIMACH_TARGET_SYS

2015-07-01 Thread Dmitry Eremin-Solenikov
Cross packages are built for BUILD_VENDOR/BUILD_OS, rather than TARGET_VENDOR/TARGET_OS. E.g. there is no point in hardcoding the target's LIBCEXTENSION and ABIEXTENSION into the STAMPDIR/WORKDIR variables (set using MULTIMACH_TARGET_SYS). Signed-off-by: Dmitry Eremin-Solenikov dbarysh

[OE-core] [PATCH 2/4] packagegroups-cross-canadian: don't override TRANSLATED_TARGET_ARCH

2015-07-01 Thread Dmitry Eremin-Solenikov
There is no point in overriding TRANSLATED_TARGET_ARCH in packagegroups-cross-canadian recipe. The cross-canadian class sets the PACKAGE_ARCH variable, thus allarch class (inherited through packagegroup class) doesn't change variables. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com

[OE-core] [PATCH 0/4] Fix builds for MIPS64 N32

2015-07-01 Thread Dmitry Eremin-Solenikov
Quite simple configuration (MIPS64 N32 image) fails to build (see below). I have verified these patches in both single lib and in multilib cases. Tri-lib images and SDK for MIPS build fine with these patches. Current situation: lumag@nexs:~/OE$ MACHINE=qemumips64n32 bitbake core-image-base NOTE:

[OE-core] [PATCH 1/4] arch-mips.inc: don't override TRANSLATED_TARGET_ARCH

2015-07-01 Thread Dmitry Eremin-Solenikov
the TRANSLATED_TARGET_ARCH. So let's drop this override. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/conf/machine/include/mips/arch-mips.inc | 4 1 file changed, 4 deletions(-) diff --git a/meta/conf/machine/include/mips/arch-mips.inc b/meta/conf/machine/include/mips/arch

Re: [OE-core] [PATCH 1/3] arch-mips.inc: don't override TRANSLATED_TARGET_ARCH

2015-06-19 Thread Dmitry Eremin-Solenikov
2015-06-19 20:47 GMT+03:00 Dmitry Eremin-Solenikov dbarysh...@gmail.com: Hello, 2015-06-19 17:01 GMT+03:00 Mark Hatle mark.ha...@windriver.com: On 6/19/15 4:23 AM, Dmitry Eremin-Solenikov wrote: On 6/18/15 8:13 AM, Dmitry Eremin-Solenikov wrote: Currently MIPS64 N32 is broken

Re: [OE-core] [PATCH 1/3] arch-mips.inc: don't override TRANSLATED_TARGET_ARCH

2015-06-19 Thread Dmitry Eremin-Solenikov
On 6/18/15 8:13 AM, Dmitry Eremin-Solenikov wrote: Currently MIPS64 N32 is broken. There is internal disagreement between TARGET_ARCH (which doesn't contain ABIEXTENSION) and TRANSLATED_TARGET_ARCH (which contains ABIEXTENSION). ABI is already encoded into the TARGET_OS. ARM tunes in the same

Re: [OE-core] [PATCH 1/3] arch-mips.inc: don't override TRANSLATED_TARGET_ARCH

2015-06-19 Thread Dmitry Eremin-Solenikov
Hello, 2015-06-19 17:01 GMT+03:00 Mark Hatle mark.ha...@windriver.com: On 6/19/15 4:23 AM, Dmitry Eremin-Solenikov wrote: On 6/18/15 8:13 AM, Dmitry Eremin-Solenikov wrote: Currently MIPS64 N32 is broken. There is internal disagreement between TARGET_ARCH (which doesn't contain ABIEXTENSION

Re: [OE-core] [PATCH 1/3] arch-mips.inc: don't override TRANSLATED_TARGET_ARCH

2015-06-19 Thread Dmitry Eremin-Solenikov
Hello, 2015-06-19 17:01 GMT+03:00 Mark Hatle mark.ha...@windriver.com: On 6/19/15 4:23 AM, Dmitry Eremin-Solenikov wrote: On 6/18/15 8:13 AM, Dmitry Eremin-Solenikov wrote: Currently MIPS64 N32 is broken. There is internal disagreement between TARGET_ARCH (which doesn't contain ABIEXTENSION

[OE-core] [PATCH 1/3] arch-mips.inc: don't override TRANSLATED_TARGET_ARCH

2015-06-18 Thread Dmitry Eremin-Solenikov
the TRANSLATED_TARGET_ARCH. So let's drop this override. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/conf/machine/include/mips/arch-mips.inc | 4 1 file changed, 4 deletions(-) diff --git a/meta/conf/machine/include/mips/arch-mips.inc b/meta/conf/machine/include/mips/arch

[OE-core] [PATCH 3/3] cross.bbclass: override MULTIMACH_TARGET_SYS

2015-06-18 Thread Dmitry Eremin-Solenikov
Cross packages are built for BUILD_VENDOR/BUILD_OS, rather than TARGET_VENDOR/TARGET_OS. E.g. there is no point in hardcoding the target's LIBCEXTENSION and ABIEXTENSION into the STAMPDIR/WORKDIR variables (set using MULTIMACH_TARGET_SYS). Signed-off-by: Dmitry Eremin-Solenikov dbarysh

[OE-core] [PATCH 2/3] packagegroups-cross-canadian: don't override TRANSLATED_TARGET_ARCH

2015-06-18 Thread Dmitry Eremin-Solenikov
There is no point in overriding TRANSLATED_TARGET_ARCH in packagegroups-cross-canadian recipe. The cross-canadian class sets the PACKAGE_ARCH variable, thus allarch class (inherited through packagegroup class) doesn't change variables. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com

[OE-core] Cortex-A9 vs Thumb configuration

2015-05-18 Thread Dmitry Eremin-Solenikov
Hello, I was hit by one of changes in the package arch/tune/etc. naming. I'm building an image for the qemuarma9 (well, the error will be applicable to any ARMv7-based machine). After enabling ARM_INSTRUCTION_SET=thumb in the config, I received the following error: ERROR: OE-core's config

Re: [OE-core] OpenEmbedded e.V. membership status announcement

2015-05-18 Thread Dmitry Eremin-Solenikov
Hello, 2015-05-05 1:27 GMT+03:00 Denys Dmytriyenko de...@denix.org: All, In accordance with OpenEmbedded e.V. statutes, members that were absent from two or more consecutive annual General Assembly meetings and didn't have anyone representing them by proxy, forfeit their active membership

Re: [OE-core] [RESEND][PATCH 1/3] meta: add new qemuarma9 machine definition

2015-05-15 Thread Dmitry Eremin-Solenikov
May 2015 at 20:52, Dmitry Eremin-Solenikov dmitry_ere...@mentor.com wrote: Currently qemuarm is limited to 256 Mb of RAM. Sometimes this is too little to run necessary applications. Add a new arm configuration based on Versatile Express board, Cortex-A9 CPU, allowing up to 1Gb of RAM. Not sure

[OE-core] [RESEND][PATCH 3/3] scripts/runqemu: add qemuarma9 support

2015-05-11 Thread Dmitry Eremin-Solenikov
Support new qemuarma9 machine type. It mostly reuses existing qemuarm setup, but the virtio-based network and disk devices. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- scripts/runqemu | 9 ++--- scripts/runqemu-internal | 35

[OE-core] [PATCH] libevent: add ptest

2015-05-11 Thread Dmitry Eremin-Solenikov
Use provided regression testing as a ptest for libevent package. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/recipes-support/libevent/libevent/run-ptest | 18 ++ meta/recipes-support/libevent/libevent_2.0.22.bb | 17 - 2 files changed

[OE-core] [RESEND][PATCH 2/3] scripts/runqemu: factor out some qemuarm configuration options

2015-05-11 Thread Dmitry Eremin-Solenikov
In preparation of adding qemuarma9 support to runqemu scripts, factor out some qemuarm-related options to be handled in a more generic way. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- scripts/runqemu-internal | 13 +++-- 1 file changed, 11 insertions(+), 2

[OE-core] [RESEND][PATCH 1/3] meta: add new qemuarma9 machine definition

2015-05-11 Thread Dmitry Eremin-Solenikov
Currently qemuarm is limited to 256 Mb of RAM. Sometimes this is too little to run necessary applications. Add a new arm configuration based on Versatile Express board, Cortex-A9 CPU, allowing up to 1Gb of RAM. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/conf/machine

[OE-core] [PATCH] systemd.bbclass: drop has_exactly_one_service setting

2015-05-11 Thread Dmitry Eremin-Solenikov
The has_exactly_one_service variable was used in now deleted code. Drop this part to make code cleaner. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/classes/systemd.bbclass | 3 --- 1 file changed, 3 deletions(-) diff --git a/meta/classes/systemd.bbclass b/meta

[OE-core] [PATCH] qt4-x11-free: make virtual/libgl dependecy conditional

2015-05-11 Thread Dmitry Eremin-Solenikov
tracks passing -opengl or -no-opengl to configure script. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/recipes-qt/qt4/qt4-x11-free.inc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/meta/recipes-qt/qt4/qt4-x11-free.inc b/meta/recipes-qt/qt4/qt4

Re: [OE-core] [PATCH] qt4-x11-free: make virtual/libgl dependecy conditional

2015-04-25 Thread Dmitry Eremin-Solenikov
On 04/25/2015 12:20 AM, Martin Jansa wrote: On Fri, Apr 24, 2015 at 11:02:21PM +0300, Dmitry Eremin-Solenikov wrote: Make qt4-x11-free depend on virtual/libgl only if the DISTRO_FEATURES contain opengl. Otherwise there will be no package to fullfil this dependency. Signed-off-by: Dmitry Eremin

[OE-core] [PATCH] qt4-x11-free: make virtual/libgl dependecy conditional

2015-04-24 Thread Dmitry Eremin-Solenikov
Make qt4-x11-free depend on virtual/libgl only if the DISTRO_FEATURES contain opengl. Otherwise there will be no package to fullfil this dependency. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/recipes-qt/qt4/qt4-x11-free.inc | 3 ++- 1 file changed, 2 insertions

[OE-core] [PATCH] icecc.bbclass: blacklist libgcc-initial

2015-04-22 Thread Dmitry Eremin-Solenikov
-initial * libgcc-initial calls icecc wrapper * icecc wrapper calls non-initial cross gcc via the full path * non-initial cross gcc looks for the headers in the wrong place * BOOM Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/classes/icecc.bbclass | 3 ++- 1 file changed, 2

[OE-core] [PATCH 2/3] scripts/runqemu: factor out some qemuarm configuration options

2015-04-22 Thread Dmitry Eremin-Solenikov
In preparation of adding qemuarma9 support to runqemu scripts, factor out some qemuarm-related options to be handled in a more generic way. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- scripts/runqemu-internal | 13 +++-- 1 file changed, 11 insertions(+), 2

[OE-core] [PATCH 3/3] scripts/runqemu: add qemuarma9 support

2015-04-22 Thread Dmitry Eremin-Solenikov
Support new qemuarma9 machine type. It mostly reuses existing qemuarm setup, but the virtio-based network and disk devices. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- scripts/runqemu | 9 ++--- scripts/runqemu-internal | 35

[OE-core] [PATCH 1/3] meta: add new qemuarma9 machine definition

2015-04-22 Thread Dmitry Eremin-Solenikov
Currently qemuarm is limited to 256 Mb of RAM. Sometimes this is too little to run necessary applications. Add a new arm configuration based on Versatile Express board, Cortex-A9 CPU, allowing up to 1Gb of RAM. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/conf/machine

[OE-core] [PATCH] libevent: add ptest

2015-04-21 Thread Dmitry Eremin-Solenikov
Use provided regression testing as a ptest for libevent package. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/recipes-support/libevent/libevent/run-ptest | 18 ++ meta/recipes-support/libevent/libevent_2.0.22.bb | 17 - 2 files changed

[OE-core] [PATCH] e2fsprogs: add ptest

2015-04-18 Thread Dmitry Eremin-Solenikov
Enable ptest for e2fsprogs by reusing provided testsuite. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- .../e2fsprogs/e2fsprogs/ptest.patch| 66 ++ .../recipes-devtools/e2fsprogs/e2fsprogs/run-ptest | 11 .../recipes-devtools

[OE-core] [PATCH] mdadm: add ptest

2015-04-17 Thread Dmitry Eremin-Solenikov
Enable ptest for mdadm, by reusing internal testsuite. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/recipes-extended/mdadm/files/run-ptest | 10 ++ meta/recipes-extended/mdadm/mdadm_3.3.2.bb | 29 + 2 files changed, 39 insertions

[OE-core] [PATCH 1/2] groff: fix RDEPENDS

2015-04-15 Thread Dmitry Eremin-Solenikov
RDEPENDS_${PN} is appended with sed and on the following line it's fixed to just perl. Merge both lines to have correct RDEPENDS. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/recipes-extended/groff/groff_1.22.3.bb | 4 +--- 1 file changed, 1 insertion(+), 3 deletions

[OE-core] [PATCH 2/2] lsb: provide lsb-core-ARCH

2015-04-15 Thread Dmitry Eremin-Solenikov
Some lsb packages depend on correct lsb-core-ARCH package being installed (or rather provided) on the target file system. Provide this package name by main lsb package. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/recipes-extended/lsb/lsb_4.1.bb | 5 + 1 file

Re: [OE-core] [PATCH 3/4] security_flags.inc: add more exceptions

2015-04-15 Thread Dmitry Eremin-Solenikov
On 04/10/2015 03:28 AM, Khem Raj wrote: On Apr 9, 2015, at 12:58 PM, Dmitry Eremin-Solenikov dmitry_ere...@mentor.com wrote: Add few more exceptions from other layers as noted during custom image builds. you can put it in respective layer.conf its seems a bit auxiliary to have it in OE

[OE-core] [PATCH 1/4] groff: add runtime dependency on sed

2015-04-09 Thread Dmitry Eremin-Solenikov
This is to suppress the following QA warning: groff-1.22.2: groff requires /bin/sed, but no providers in its RDEPENDS [file-rdeps] Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/recipes-extended/groff/groff_1.22.2.bb | 1 + 1 file changed, 1 insertion(+) diff --git

[OE-core] [PATCH 2/4] bitbake.conf: add sed-native to ASSUME_PROVIDED

2015-04-09 Thread Dmitry Eremin-Solenikov
There is no reason to build sed for the host, however now: ERROR: Nothing RPROVIDES 'sed-native' (but virtual:native:/OE/sources/openembedded-core/meta/recipes-extended/groff/groff_1.22.2.bb RDEPENDS on or otherwise requires it) Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com

[OE-core] [PATCH 4/4] lsb: provide lsb-core-ARCH

2015-04-09 Thread Dmitry Eremin-Solenikov
Some lsb packages depend on correct lsb-core-ARCH package being installed (or rather provided) on the target file system. Provide this package name by main lsb package. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/recipes-extended/lsb/lsb_4.1.bb | 4 1 file

[OE-core] [PATCH 3/4] security_flags.inc: add more exceptions

2015-04-09 Thread Dmitry Eremin-Solenikov
Add few more exceptions from other layers as noted during custom image builds. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/conf/distro/include/security_flags.inc | 8 +++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/meta/conf/distro/include

[OE-core] [PATCH] icecc.bbclass: properly handle disabling of icecc

2015-01-15 Thread Dmitry Eremin-Solenikov
Always use use_icc to check if IceCC should be enabled. Move ICECC_DISABLED variable checking to use_icc function. Also while we are at it, fix condition in icc_is_allarch function. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/classes/icecc.bbclass | 15

[OE-core] [PATCH 1/2] image_types bbclass: use compression framework for jffs2 sum images

2014-02-13 Thread Dmitry Eremin-Solenikov
generation as a compression scheme on top of plain jffs2 images. For now support for sum.jffs2 images is left in, it will be removed by the subsequent commit. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/classes/image_types.bbclass | 7 +-- 1 file changed, 5 insertions

[OE-core] [PATCH 2/2] image_types: sum.jffs2 is replaced by jffs2.sum

2014-02-13 Thread Dmitry Eremin-Solenikov
Previous commit added support for sum 'compression' (rather postprocessing) of jffs2 images. Drop support for sum.jffs2 image type. Signed-off-by: Dmitry Eremin-Solenikov dmitry_ere...@mentor.com --- meta/classes/image_types.bbclass | 4 +--- meta/lib/oe/image.py | 3 --- 2 files

Re: [OE-core] meta-toolchain-qte and wrong paths to QT tools

2011-12-22 Thread Dmitry Eremin-Solenikov
On 12/22/2011 03:35 AM, Eric Bénard wrote: Hi Dmitry, Le 21/12/2011 19:22, Dmitry Eremin-Solenikov a écrit : On 12/21/2011 06:56 PM, Juraj Hercek wrote: Hello list, I've two questions: 1) When I build meta-toolchain-qte (c2de8d4 metadata revision) and install the resulting sdk, I see two

Re: [OE-core] meta-toolchain-qte and wrong paths to QT tools

2011-12-21 Thread Dmitry Eremin-Solenikov
:00:00 2001 From: Dmitry Eremin-Solenikov dbarysh...@gmail.com Date: Sun, 18 Dec 2011 22:27:49 +0400 Subject: [PATCH] SDK generation: fixup paths Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/conf/bitbake.conf |3 ++- meta/recipes-qt/meta/meta

Re: [OE-core] [PATCH 1/5] kernel.bbclass: move uImage handling to separate task

2011-12-19 Thread Dmitry Eremin-Solenikov
On 12/19/2011 12:13 AM, Koen Kooi wrote: Op 18 dec. 2011, om 20:47 heeft Dmitry Eremin-Solenikov het volgende geschreven: As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to separate task from do_deploy. This way the do_install task can also benefit from generated uImage

Re: [OE-core] [PATCH 1/5] kernel.bbclass: move uImage handling to separate task

2011-12-19 Thread Dmitry Eremin-Solenikov
On 12/19/2011 04:54 PM, Koen Kooi wrote: Op 19 dec. 2011, om 13:47 heeft Dmitry Eremin-Solenikov het volgende geschreven: On 12/19/2011 12:13 AM, Koen Kooi wrote: Op 18 dec. 2011, om 20:47 heeft Dmitry Eremin-Solenikov het volgende geschreven: As per org.oe.dev and meta-oe's

[OE-core] [PATCH 4/5] libatomics-ops: move docs to correct directory

2011-12-18 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../pulseaudio/libatomics-ops_1.2.bb |6 -- 1 files changed, 4 insertions(+), 2 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb b/meta/recipes-multimedia/pulseaudio

[OE-core] [PATCH 2/5] Move check that all installed files are shipped into insane.bbclass

2011-12-18 Thread Dmitry Eremin-Solenikov
. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/insane.bbclass | 50 - meta/classes/package.bbclass | 15 2 files changed, 48 insertions(+), 17 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta

[OE-core] [PATCH 3/5] ncurses: drop compatibility symlink to remove QA warning

2011-12-18 Thread Dmitry Eremin-Solenikov
ncurses doesn't use ${libdir}/terminfo. It is a backwards-compatibility symlink to ${datadir}/terminfo. It is not installed by ncurses recipe. Drop it to drop QA warning. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-core/ncurses/ncurses.inc |2 ++ 1 files

[OE-core] [PATCH 5/5] icecc.bbclass: also use icecc for kernel modules compilation

2011-12-18 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/icecc.bbclass |4 1 files changed, 4 insertions(+), 0 deletions(-) diff --git a/meta/classes/icecc.bbclass b/meta/classes/icecc.bbclass index 7e3676a..a14e02d 100644 --- a/meta/classes/icecc.bbclass +++ b/meta

[OE-core] [PATCH 1/5] kernel.bbclass: move uImage handling to separate task

2011-12-18 Thread Dmitry Eremin-Solenikov
, as this version was merged from meta-oe/org.oe.dev, new function has another feature: it permits overriding the u-boot entrypoint via u-boot symbol. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/kernel.bbclass | 43 +++ 1 files

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Dmitry Eremin-Solenikov
Koen, On 12/15/2011 07:06 PM, Koen Kooi wrote: Op 15 dec. 2011, om 15:58 heeft Richard Purdie het volgende geschreven: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: Currently sdk generation might fail with the following error: | Collected errors: | * extract_archive

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Dmitry Eremin-Solenikov
On 12/15/2011 08:20 PM, Cui, Dexuan wrote: Richard Purdie wrote on 2011-12-15: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: Currently sdk generation might fail with the following error: | Collected errors: | * extract_archive: Cannot create symlink from ./var/log

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Dmitry Eremin-Solenikov
On 12/16/2011 07:25 PM, Richard Purdie wrote: On Fri, 2011-12-16 at 16:42 +0400, Dmitry Eremin-Solenikov wrote: On 12/15/2011 08:20 PM, Cui, Dexuan wrote: Richard Purdie wrote on 2011-12-15: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: Currently sdk generation might fail

Re: [OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-16 Thread Dmitry Eremin-Solenikov
On 12/16/2011 08:46 PM, Richard Purdie wrote: On Fri, 2011-12-16 at 20:07 +0400, Dmitry Eremin-Solenikov wrote: On 12/16/2011 07:25 PM, Richard Purdie wrote: On Fri, 2011-12-16 at 16:42 +0400, Dmitry Eremin-Solenikov wrote: On 12/15/2011 08:20 PM, Cui, Dexuan wrote: Richard Purdie wrote

Re: [OE-core] [PATCH 2/9] kernel.bbclass: move uImage handling to separate task

2011-12-14 Thread Dmitry Eremin-Solenikov
On 12/15/2011 01:20 AM, Koen Kooi wrote: Op 13 dec. 2011, om 16:19 heeft Dmitry Eremin-Solenikov het volgende geschreven: As per org.oe.dev and meta-oe's kernel.bbclass move uImage creation to separate task from do_deploy. This way the do_install task can also benefit from generated uImage

[OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-13 Thread Dmitry Eremin-Solenikov
There is no point in compiling kernel modules in a separate task, run right after do_compile. On the other hand merging those tasks will e.g. make icecc used also for modules compilation, etc. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/kernel.bbclass |6

[OE-core] [PATCH 4/9] consolekit: fix sdk generation issues

2011-12-13 Thread Dmitry Eremin-Solenikov
Eremin-Solenikov dbarysh...@gmail.com --- .../recipes-support/consolekit/consolekit_0.4.5.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/recipes-support/consolekit/consolekit_0.4.5.bb b/meta/recipes-support/consolekit/consolekit_0.4.5.bb index 45f6ad3..9406d88

[OE-core] [PATCH 6/9] libgcc: reintroduce debug package, containing symbols

2011-12-13 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-devtools/gcc/libgcc_4.6.bb |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/gcc/libgcc_4.6.bb b/meta/recipes-devtools/gcc/libgcc_4.6.bb index 6ba0339..dd0a7be 100644

[OE-core] [PATCH 9/9] libatomic-ops: drop directory with documentation to remove QA warning

2011-12-13 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../pulseaudio/libatomics-ops_1.2.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes-multimedia/pulseaudio/libatomics-ops_1.2.bb b/meta/recipes-multimedia/pulseaudio/libatomics

[OE-core] [PATCH 5/9] Move check that all installed files are shipped into insane.bbclass

2011-12-13 Thread Dmitry Eremin-Solenikov
. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/classes/insane.bbclass | 49 - meta/classes/package.bbclass | 15 2 files changed, 47 insertions(+), 17 deletions(-) diff --git a/meta/classes/insane.bbclass b/meta

[OE-core] [PATCH 8/9] readline: drop empty dir to shut up QA warning

2011-12-13 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-core/readline/readline.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-core/readline/readline.inc b/meta/recipes-core/readline/readline.inc index 8fe7e8a..743d8b3 100644

Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-13 Thread Dmitry Eremin-Solenikov
On 12/13/2011 08:22 PM, Phil Blundell wrote: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: - oe_runmake ${PARALLEL_MAKE} modules CC=${KERNEL_CC} LD=${KERNEL_LD} + oe_runmake modules CC=${KERNEL_CC} LD=${KERNEL_LD} Why did you remove

Re: [OE-core] [PATCH 9/9] libatomic-ops: drop directory with documentation to remove QA warning

2011-12-13 Thread Dmitry Eremin-Solenikov
On 12/13/2011 11:48 PM, Richard Purdie wrote: On Tue, 2011-12-13 at 20:19 +0400, Dmitry Eremin-Solenikov wrote: Signed-off-by: Dmitry Eremin-Solenikovdbarysh...@gmail.com --- .../pulseaudio/libatomics-ops_1.2.bb |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff

Re: [OE-core] [PATCH 1/9] kernel.bbclass: compile kernel and modules in a single task

2011-12-13 Thread Dmitry Eremin-Solenikov
On Wed, Dec 14, 2011 at 4:15 AM, Darren Hart dvh...@linux.intel.com wrote: On 12/13/2011 08:19 AM, Dmitry Eremin-Solenikov wrote: There is no point in compiling kernel modules in a separate task, run right after do_compile. On the other hand merging those tasks will e.g. make icecc used also

Re: [OE-core] meta-toolchain-gmae can't build: Cannot create symlink from ./var/log to 'volatile/log': File exists

2011-12-09 Thread Dmitry Eremin-Solenikov
On 12/05/2011 12:30 PM, Richard Purdie wrote: On Mon, 2011-12-05 at 15:35 +0800, Cui, Dexuan wrote: Hi, recently, I found meta-toolchain-gmae failed to build on poky master if I use ipk packaging(I didn't try rpm/deb): task do_populate_sdk: Failed | Configuring avahi-dev. | Configuring

Re: [OE-core] [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES

2011-11-18 Thread Dmitry Eremin-Solenikov
On 11/18/2011 05:55 PM, Paul Eggleton wrote: On Tuesday 15 November 2011 12:30:15 Dmitry Eremin-Solenikov wrote: This was merged as IMAGE_FSTYPES =+ cpio.gz Now this brings problems if I have IMAGE_FSTYPES += live in my local.conf / BSP machine.conf. 1) OE tries to generate hddimg

Re: [OE-core] [PATCH 2/3] core-image-minimal-initramfs: force IMAGE_FSTYPES

2011-11-15 Thread Dmitry Eremin-Solenikov
On 11/04/2011 10:18 PM, Koen Kooi wrote: Op 4 nov. 2011, om 18:52 heeft Paul Eggleton het volgende geschreven: If the user has set their own value for IMAGE_FSTYPES, they may have disabled the cpio.gz image type, preventing the initramfs from being produced in the format that

[OE-core] [PATCH 1/2] gobject-introspection: update frome meta-oe

2011-11-13 Thread Dmitry Eremin-Solenikov
OE-Core uses very old version of gobject-introspection. The recipe says 0.10.8, but in reality it's GOBJECT_INTROSPECTION_0_6_3-41-gefa7266. That version e.g. doesn't compile with python 2.7 (default in some versions), etc. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com

[OE-core] [PATCH 2/2] screenshot: rename to sato-screenshot

2011-11-13 Thread Dmitry Eremin-Solenikov
To remove a name conflict with e17's screenshot tool (and possibly other screenshot tools, as screenshot is a generic term), rename screenshot to sato-screenshot. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../sato-screenshot/files/fix_ldadd_order.patch| 15

[OE-core] [RFC] .la files cleanup

2011-10-03 Thread Dmitry Eremin-Solenikov
Proposal: extend some bbclass with a task to remove unused .la files Rationale: There are lots of recipes, which install tons of .la files (thanks libtool), but then do not ship them (correctly as most of them are unused in real systems). My proposal would be to include a special task or a

[OE-core] oe-core/meta-oe PN clash

2011-10-03 Thread Dmitry Eremin-Solenikov
Hello, I've stumbled upon two different packages with same PN (screenshot): One is a sato-related screenshoter from oe-core, second is a e17 screenshot module from meta-efl. I'd propose to rename a sato screenshot package, since e17 one depends on PN being equal to internal module name in

  1   2   >