[OE-core] Update meta-qt5 to v5.9.1

2017-07-22 Thread Yevhen Kyriukha
Qt 5. ​9.1​ has been released. Please update meta-qt5 accordingly. -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] Update meta-qt5 to v5.8

2017-01-29 Thread Yevhen Kyriukha
Qt 5.8 has been released. Please update meta-qt5 accordingly. -- ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] Different kernel configuration for different distros

2015-07-15 Thread Yevhen Kyriukha
Hi I have custom (non-yocto) kernel and several distros that use it. Each distro needs to define specific CONFIG_* for this kernel. I'd like to know the right way to customize kernel recipe from each distro's config. -- Regards, Yevhen -- ___

[OE-core] RPM package generation architecture

2015-01-18 Thread Yevhen Kyriukha
Hi I'm building RPM packages for ARM board. I'm getting packages generated for 3 architectures: all, raspberrypi, armv6hf_vfp. I can't install any of these packages with rpm as it uses uname to get current machine arch and uname outputs armv6l arch. Also all should be noarch for rpm. I want that

[OE-core] DNF package manager instead of SMART for rpm

2015-01-09 Thread Yevhen Kyriukha
Hello, I'd like to know if there is a chance to replace python-smart with DNF (github.com/rpm-software-management/dnf)? DNF already has more features than smart and is well supported (smart is kind of dead project). I'd like to prepare a set of patches for dnf integration. -- Regards, Yevhen --

[OE-core] Problem with opkg-config-base regeneration

2015-01-02 Thread Yevhen Kyriukha
Hello, I noticed that bitbake ignores changes in some global variables that used in packages and thus not regenerating this packages. I changed ${PACKAGE_EXTRA_ARCHS} variable in my machine config to extend architectures list used by opkg. Package opkg-config-base use variable

[OE-core] Two distros with same MACHINE

2014-08-13 Thread Yevhen Kyriukha
I have 2 distro configs that use different PACKAGECONFIG settings for the same package. I'm building all distros for single MACHINE. Do I need to set different TMPDIR to build these two distros or I can use same dir? -- ___ Openembedded-core mailing

Re: [OE-core] Two distros with same MACHINE

2014-08-13 Thread Yevhen Kyriukha
13 Авг 2014 г. 13:51 пользователь Nicolas Dechesne nicolas.deche...@linaro.org написал: On Wed, Aug 13, 2014 at 12:46 PM, Yevhen Kyriukha kirg...@gmail.com wrote: I have 2 distro configs that use different PACKAGECONFIG settings for the same package. I'm building all distros for single

[OE-core] Specifying MACHINE inside distro config only

2014-07-29 Thread Yevhen Kyriukha
I have several distro config files. I bind each of them to single machine like this: # cat conf/distro/mydistro.conf DISTRO = mydistro DISTRO_NAME = My Distro DISTRO_VERSION = 1.01 MACHINE = cedartrail ... I also created conf/auto.conf file with following content: DISTRO = mydistro to specify

[OE-core] update-alternatives: symlinks are not created

2014-01-23 Thread Yevhen Kyriukha
I've built custom image with busybox included and noticed that symlinks for mkdir, ls, rm and other programs are not created. In do_rootfs log I have the following error messages: ... update-alternatives: error: alternative path /bin/busybox.suid doesn't exist ... update-alternatives: error:

Re: [OE-core] Failed to build opkg with curl support

2014-01-14 Thread Yevhen Kyriukha
Hi Paul, 2014/1/10 Paul Barker p...@paulbarker.me.uk: On 9 January 2014 12:04, Yevhen Kyriukha kirg...@gmail.com wrote: I define curl in PACKAGECONFIG for opkg. After that I'm getting circular dependency errors during building opkg. Best regards, Yevhen Sorry, this is a known problem

[OE-core] Failed to build opkg with curl support

2014-01-09 Thread Yevhen Kyriukha
I define curl in PACKAGECONFIG for opkg. After that I'm getting circular dependency errors during building opkg. Best regards, Yevhen ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [PATCH] psplash: add support for systems without mmap support.

2013-12-10 Thread Yevhen Kyriukha
Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- ...-support-for-systems-without-mmap-support.patch | 133 + meta/recipes-core/psplash/psplash_git.bb | 3 +- 2 files changed, 135 insertions(+), 1 deletion(-) create mode 100644 meta/recipes-core/psplash/files

Re: [OE-core] [PATCH] psplash: add support for systems without mmap support.

2013-12-10 Thread Yevhen Kyriukha
2013/12/10 Burton, Ross ross.bur...@intel.com: Surely if your system has a broken mmap() you've got far bigger problems than the splash screen not working? I'm using Intel Cedartrail platform where mmap is not working properly with framebuffer. It's a framebuffer driver problem and such problem

[OE-core] [PATCH] c-ares: added recipe.

2013-11-26 Thread Yevhen Kyriukha
Recipe was borrowed from meta-webos-ports. Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- meta/recipes-support/c-ares/c-ares_1.10.0.bb | 22 ++ 1 file changed, 22 insertions(+) create mode 100644 meta/recipes-support/c-ares/c-ares_1.10.0.bb diff --git a/meta/recipes

Re: [OE-core] Kernel recompile if rm_work defined

2013-11-20 Thread Yevhen Kyriukha
2013/11/18 Richard Purdie richard.pur...@linuxfoundation.org: On Mon, 2013-11-18 at 21:43 +0200, Yevhen Kyriukha wrote: Hi, When I set INHERIT += rm_work in my local.conf to save some space my kernel now recompiles each time I run bitbake. How to fix this without removing rm_work from

[OE-core] Kernel recompile if rm_work defined

2013-11-18 Thread Yevhen Kyriukha
Hi, When I set INHERIT += rm_work in my local.conf to save some space my kernel now recompiles each time I run bitbake. How to fix this without removing rm_work from config? Best regards, Yevhen ___ Openembedded-core mailing list

Re: [OE-core] Continuous kernel rebuild after upgrade

2013-11-15 Thread Yevhen Kyriukha
2013/11/14 Yevhen Kyriukha kirg...@gmail.com: Hi, After upgrading oe-core and bitbake to the latest revision (616354f13732d13c17434d5b60b166f691c25761 and 616354f13732d13c17434d5b60b166f691c25761 respectively) I'm having broblems building my kernel. Kernel rebuilds everytime I run bitbake

[OE-core] Сontinuous kernel rebuild after upgrade

2013-11-14 Thread Yevhen Kyriukha
Hi, After upgrading oe-core and bitbake to the latest revision (616354f13732d13c17434d5b60b166f691c25761 and 616354f13732d13c17434d5b60b166f691c25761 respectively) I'm having broblems building my kernel. Kernel rebuilds everytime I run bitbake some_recipe. It starts rebuilding from do_unpack

[OE-core] [PATCH v2] curl: allow build with c-ares library support.

2013-11-13 Thread Yevhen Kyriukha
Also added c-ares library recipe. In libcurl there is an issue with DNS lookups that cause crash on some platforms: http://curl.haxx.se/mail/lib-2008-09/0197.html To avoid this issue libcurl has to be built with c-ares name resolver. Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- meta

Re: [OE-core] [PATCH v2] curl: allow build with c-ares library support.

2013-11-13 Thread Yevhen Kyriukha
2013/11/13 Saul Wold s...@linux.intel.com: On 11/13/2013 06:51 AM, Yevhen Kyriukha wrote: Also added c-ares library recipe. In libcurl there is an issue with DNS lookups that cause crash on some platforms: http://curl.haxx.se/mail/lib-2008-09/0197.html To avoid this issue libcurl has

Re: [OE-core] [PATCH v2] curl: allow build with c-ares library support.

2013-11-13 Thread Yevhen Kyriukha
2013/11/13 Saul Wold s...@linux.intel.com: On 11/13/2013 09:25 AM, Yevhen Kyriukha wrote: 2013/11/13 Saul Wold s...@linux.intel.com: On 11/13/2013 06:51 AM, Yevhen Kyriukha wrote: Also added c-ares library recipe. In libcurl there is an issue with DNS lookups that cause crash on some

Re: [OE-core] [PATCH] curl: build with c-ares library support

2013-11-12 Thread Yevhen Kyriukha
I am still considering this patch, but need to understand what platforms curl is failing on. As far as I've tested curl crashes on i386, cedartrail and x86-64 platforms. The c-ares recipe was borrowed from meta-webos-ports. I'll prepare new version of this patch that will include

[OE-core] [PATCH] curl: build with c-ares library support.

2013-11-08 Thread Yevhen Kyriukha
Also added c-ares library recipe. In libcurl there is an issue with DNS lookups that cause crash on some platforms: http://curl.haxx.se/mail/lib-2008-09/0197.html To avoid this issue libcurl has to be built with c-ares name resolver. Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- meta

[OE-core] Gstreamer 1.2

2013-11-04 Thread Yevhen Kyriukha
Is anyone working on gstreamer 1.2 recipes for oe? Best regards, Yevhen ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

Re: [OE-core] [PATCH] systemd.bbclass: do not call 'systemctl restart ${SYSTEMD_SERVICE}' at systemd_postinst

2013-10-23 Thread Yevhen Kyriukha
Current version of opkg has an issue with upgrading systemd services: https://bugzilla.yoctoproject.org/show_bug.cgi?id=4213 Best regards, Yevhen ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] Patch for psplash

2013-09-15 Thread Yevhen Kyriukha
Hi! I made a patch for psplash to work without mmap support. How can I submit this patch to psplash repository? Best regards, Yevhen ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

[OE-core] [meta-oe][PATCH] cryptsetup: Updated to upstream version.

2013-08-31 Thread Yevhen Kyriukha
Also build static libraries. Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- .../cryptsetup/{cryptsetup_1.6.1.bb = cryptsetup_1.6.2.bb} | 6 -- 1 file changed, 4 insertions(+), 2 deletions(-) rename meta-oe/recipes-support/cryptsetup/{cryptsetup_1.6.1.bb = cryptsetup_1.6.2.bb

[OE-core] [PATCH v2] connman: fix systemd support for connman-* packages.

2013-08-13 Thread Yevhen Kyriukha
This patch fixes systemd's postinst/postrm script generation. Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- meta/recipes-connectivity/connman/connman.inc | 8 1 file changed, 8 insertions(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity

Re: [OE-core] [PATCH v2] connman: fix systemd support for connman-* packages.

2013-08-13 Thread Yevhen Kyriukha
2013/8/13 Saul Wold s...@linux.intel.com: On 08/13/2013 04:26 AM, Yevhen Kyriukha wrote: This patch fixes systemd's postinst/postrm script generation. Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- meta/recipes-connectivity/connman/connman.inc | 8 1 file changed, 8

[OE-core] [PATCH v1] connman: fix systemd support for connman-* packages.

2013-08-12 Thread Yevhen Kyriukha
This patch fixes systemd's postinst/postrm script generation. Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- meta/recipes-connectivity/connman/connman.inc | 1 + 1 file changed, 1 insertion(+) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman

[OE-core] [PATCH v1] gst-plugins-good: fix compilation of v4l2 against newer kernel headers.

2013-08-09 Thread Yevhen Kyriukha
Patch fixes 'V4L2_CID_VCENTER_DEPRECATED' undeclared error. Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- .../0002-v4l2-fix-build-with-recent-kernels.patch | 25 ++ .../gstreamer/gst-plugins-good_0.10.31.bb | 3 ++- 2 files changed, 27 insertions(+), 1

Re: [OE-core] [PATCH v1] btrfs-tools: upgrade to upstream revision.

2013-08-04 Thread Yevhen Kyriukha
OK, I'll fix it and send v3 of this patch. Best regards, Yevhen 2013/8/3 Saul Wold s...@linux.intel.com: On 08/03/2013 08:30 AM, Yevhen Kyriukha wrote: 2013/8/2 Saul Wold s...@linux.intel.com: Please add an explanation of why the patches are removed and a Signed-off-by: in the commit

[OE-core] [PATCH v3] btrfs-tools: upgrade to upstream revision.

2013-08-04 Thread Yevhen Kyriukha
Two patches were removed because changes that they provide are already exist. Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- ...ix_race_condition_with_multithreaded_make.patch | 36 -- .../btrfs-tools/btrfs-tools/fix_use_of_gcc.patch | 31

Re: [OE-core] [PATCH v1] btrfs-tools: upgrade to upstream revision.

2013-08-03 Thread Yevhen Kyriukha
2013/8/2 Saul Wold s...@linux.intel.com: Please add an explanation of why the patches are removed and a Signed-off-by: in the commit message. Thanks Sau! On 08/02/2013 12:41 PM, Yevhen Kyriukha wrote: --- ...ix_race_condition_with_multithreaded_make.patch | 36

[OE-core] [PATCH v2] btrfs-tools: upgrade to upstream revision.

2013-08-03 Thread Yevhen Kyriukha
Two patches were removed because changes that they provide are already exist. Signed-off-by: Yevhen Kyriukha kirg...@gmail.com --- ...ix_race_condition_with_multithreaded_make.patch | 36 -- .../btrfs-tools/btrfs-tools/fix_use_of_gcc.patch | 31

[OE-core] [PATCH v1] btrfs-tools: upgrade to upstream revision.

2013-08-02 Thread Yevhen Kyriukha
--- ...ix_race_condition_with_multithreaded_make.patch | 36 -- .../btrfs-tools/btrfs-tools/fix_use_of_gcc.patch | 31 --- .../btrfs-tools/btrfs-tools_git.bb | 13 +++- 3 files changed, 4 insertions(+), 76 deletions(-) delete mode 100644

[OE-core] Make package from initramfs image

2013-07-12 Thread Yevhen Kyriukha
Hi! I want to build package from initramfs image for putting it into /boot directory and have ability of its upgrade. The problem is do_install, do_package and other functions needed to create package are not called. How can I make it? Best regards, Yevhen

Re: [OE-core] [PATCH v8] systemd: added python-systemd package generation.

2013-07-10 Thread Yevhen Kyriukha
Ok, agree with you to have 2 recipes. But can you show me the way how to avoid building systemd twice (in systemd and python-systemd) while including python bindings in python-systemd. Best regards, Yevhen 2013/7/9 Burton, Ross ross.bur...@intel.com: On 5 July 2013 00:31, Yevhen Kyriukha kirg

[OE-core] [PATCH v8] systemd: added python-systemd package generation.

2013-07-04 Thread Yevhen Kyriukha
--- meta/recipes-core/systemd/systemd_204.bb | 24 +++- 1 file changed, 19 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_204.bb b/meta/recipes-core/systemd/systemd_204.bb index b8b1290..2a6ed0c 100644 ---

[OE-core] Create btrfs subvolume during image building

2013-07-02 Thread Yevhen Kyriukha
Hi! I'd like to create image with btrfs rootfs partition. I want to store all files on separate subvolume on btrfs partition. For this purpose I'm creating *.bbclass that simply extends IMAGE_CMD. The problem is that to create btrfs subvolume I need to mount it first, but only root can execute

[OE-core] Check if environment variable is empty

2013-06-29 Thread Yevhen Kyriukha
Hi! How do I check if environment variable is empty or not in *.bbclass. Best regards, Yevhen ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-core

[OE-core] [PATCH v7] systemd: added python-systemd package generation.

2013-06-26 Thread Yevhen Kyriukha
--- meta/recipes-core/systemd/systemd_204.bb | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_204.bb b/meta/recipes-core/systemd/systemd_204.bb index b8b1290..a12c6c9 100644 ---

Re: [OE-core] [PATCH v6] systemd: added python-systemd package generation.

2013-06-23 Thread Yevhen Kyriukha
+DEPENDS = kmod docbook-sgml-dtd-4.1-native intltool-native gperf-native acl readline dbus libcap libcgroup glib-2.0 qemu-native util-linux pythonnative python-dir This doesn't look right, did you want to inherit them? On Sun, Jun 23, 2013 at 3:36 AM, Yevhen Kyriukha kirg...@gmail.com wrote

[OE-core] Redefine variable in bbappend

2013-05-16 Thread Yevhen Kyriukha
Hi! I'm using base-files recipe but I don't want that /var/log be a symlink to temp directory. Therefore in my custom layer I created base-files bbappend file with following content: PRINC := ${@int(PRINC) + 1} dirs755_append += ${localstatedir}/log volatiles = run lock tmp In this recipe I

[OE-core] [PATCH v4] systemd: added python-systemd package generation.

2013-04-23 Thread Yevhen Kyriukha
--- meta/recipes-core/systemd/systemd_199.bb | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd/systemd_199.bb index 5240443..bbae6f8 100644 ---

Re: [OE-core] [PATCH v4] systemd: added python-systemd package generation.

2013-04-23 Thread Yevhen Kyriukha
2013/4/23 Richard Purdie richard.pur...@linuxfoundation.org: On Tue, 2013-04-23 at 14:41 +0100, Burton, Ross wrote: On 23 April 2013 10:13, Yevhen Kyriukha kirg...@gmail.com wrote: +inherit gtk-doc useradd pkgconfig autotools perlnative update-rc.d update-alternatives pythonnative python

Re: [OE-core] [PATCH v4] systemd: added python-systemd package generation.

2013-04-23 Thread Yevhen Kyriukha
OK, and what about -dbg? Best regards, Yevhen 2013/4/23 Burton, Ross ross.bur...@intel.com: On 23 April 2013 15:26, Yevhen Kyriukha kirg...@gmail.com wrote: It isn't a pure python package but a combination of C library and python therefore -dev and -dbg are needed. FILES_python-${PN}-dev

[OE-core] [PATCH v5] systemd: added python-systemd package generation.

2013-04-23 Thread Yevhen Kyriukha
--- meta/recipes-core/systemd/systemd_199.bb | 22 +- 1 file changed, 17 insertions(+), 5 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd/systemd_199.bb index 5240443..993c0a5 100644 ---

Re: [OE-core] [PATCH v4] systemd: added python-systemd package generation.

2013-04-23 Thread Yevhen Kyriukha
I'll send new patch without python in PACKAGECONFIG. Best regards, Yevhen 2013/4/23 Saul Wold s...@linux.intel.com: On 04/23/2013 02:13 AM, Yevhen Kyriukha wrote: --- meta/recipes-core/systemd/systemd_199.bb | 20 1 file changed, 16 insertions(+), 4 deletions

[OE-core] [PATCH v6] systemd: added python-systemd package generation.

2013-04-23 Thread Yevhen Kyriukha
--- meta/recipes-core/systemd/systemd_199.bb | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd/systemd_199.bb index 5240443..6a4e1a9 100644 ---

[OE-core] Embed initramfs into kernel

2013-04-22 Thread Yevhen Kyriukha
Hi! I have a custom kernel recipe and initramfs image recipe. How can I embed initramfs into kernel? Is there any example available? Best regards, Yevhen ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] Embed initramfs into kernel

2013-04-22 Thread Yevhen Kyriukha
to my kernel recipe. As far as I understand initramfs image depends on the kernel that depends on initramfs image. Best regards, Yevhen 2013/4/22 Bruce Ashfield bruce.ashfi...@gmail.com On Mon, Apr 22, 2013 at 9:14 AM, Yevhen Kyriukha kirg...@gmail.com wrote: Hi! I have a custom

Re: [OE-core] Embed initramfs into kernel

2013-04-22 Thread Yevhen Kyriukha
2013/4/22 Bruce Ashfield bruce.ashfi...@gmail.com On Mon, Apr 22, 2013 at 10:11 AM, Yevhen Kyriukha kirg...@gmail.com wrote: Thanks! I was trying to build the kernel and I got the following error: Aborted dependency loops search after 10 matches. I copied core-image-minimal-initramfs

[OE-core] [PATCH v3] systemd: added python-systemd package generation.

2013-04-22 Thread Yevhen Kyriukha
--- meta/recipes-core/systemd/systemd_199.bb | 19 +++ 1 file changed, 15 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd/systemd_199.bb index 5240443..9a68960 100644 --- a/meta/recipes-core/systemd/systemd_199.bb

[OE-core] Multiple *.bbappend files support

2013-04-15 Thread Yevhen Kyriukha
Is there a way to use multiple *.bbappend files in different layers? I'm using meta-raspberrypi and my own layer. Both extend base-files with *.bbappend and both have PRINC = 1. But only first of *.bbappend files applied (that is in meta-raspberrypi). PR of base-files also increments by one (not

Re: [OE-core] Multiple *.bbappend files support

2013-04-15 Thread Yevhen Kyriukha
Great, thanks! Best regards, Yevhen 2013/4/15 Koen Kooi k...@dominion.thruhere.net: Op 15 apr. 2013, om 12:26 heeft Yevhen Kyriukha kirg...@gmail.com het volgende geschreven: Is there a way to use multiple *.bbappend files in different layers? I'm using meta-raspberrypi and my own layer

Re: [OE-core] Multiple *.bbappend files support

2013-04-15 Thread Yevhen Kyriukha
2013/4/15 Richard Purdie richard.pur...@linuxfoundation.org: On Mon, 2013-04-15 at 13:37 +0300, Yevhen Kyriukha wrote: Great, thanks! Best regards, Yevhen 2013/4/15 Koen Kooi k...@dominion.thruhere.net: Op 15 apr. 2013, om 12:26 heeft Yevhen Kyriukha kirg...@gmail.com het volgende

[OE-core] psplash and systemd

2013-04-15 Thread Yevhen Kyriukha
Is there a way to display image with progress bar during boot (using psplash) with systemd? Best regards, Yevhen ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH v2] systemd: added python-systemd package generation.

2013-04-06 Thread Yevhen Kyriukha
2013/4/6 Koen Kooi k...@dominion.thruhere.net: Op 6 apr. 2013, om 00:38 heeft Yevhen Kyriukha kirg...@gmail.com het volgende geschreven: --- meta/recipes-core/systemd/systemd_199.bb | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/meta/recipes

[OE-core] [PATCH] systemd: added python-systemd package generation.

2013-04-05 Thread Yevhen Kyriukha
--- meta/recipes-core/systemd/systemd_199.bb | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd/systemd_199.bb index ba1d133..2a3d351 100644 ---

Re: [OE-core] [PATCH] systemd: added python-systemd package generation.

2013-04-05 Thread Yevhen Kyriukha
2013/4/6 Martin Jansa martin.ja...@gmail.com On Sat, Apr 06, 2013 at 12:13:00AM +0300, Yevhen Kyriukha wrote: --- meta/recipes-core/systemd/systemd_199.bb | 21 + 1 file changed, 17 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_199

[OE-core] [PATCH v2] systemd: added python-systemd package generation.

2013-04-05 Thread Yevhen Kyriukha
--- meta/recipes-core/systemd/systemd_199.bb | 20 1 file changed, 16 insertions(+), 4 deletions(-) diff --git a/meta/recipes-core/systemd/systemd_199.bb b/meta/recipes-core/systemd/systemd_199.bb index e574548..00daf99 100644 ---

[OE-core] systemd: add python-systemd package

2013-03-28 Thread Yevhen Kyriukha
Hi! It would be great if someone add changes to systemd recipe to generate python-systemd package ( http://www.freedesktop.org/software/systemd/python-systemd/). Best regards, Yevhen ___ Openembedded-core mailing list

[OE-core] Multiple systemd service packages for single recipe

2013-01-30 Thread Yevhen Kyriukha
How can I generate multiple systemd service packages for single recipe? I'm building connman with VPN support and I want to have connman-systemd and connman-vpn-systemd packages. I'm using following syntax for connman recipe but no connman-vpn-systemd is generated: SYSTEMD_PACKAGES +=

[OE-core] Do not build initramfs

2013-01-28 Thread Yevhen Kyriukha
I want to build an image (core-image-minimal for example) without initramfs support. How can I do it? When I run bibake core-image-minimal I'm getting 2 image types: the actual image with needed packages and initramfs image. ___ Openembedded-core

[OE-core] Failure building Yocto 3.0 kernel

2013-01-23 Thread Yevhen Kyriukha
Hi! When building linux-yocto_3.0 kernel for cedartrail, I'm getting numerous errors: SSE instruction set disabled, using 387 arithmetics [enabled by default] How can I fix it? P.S. I'm using following revisions of meta packages: meta =

[OE-core] Can't build Intel Cedartrail Linux kernel

2013-01-22 Thread Yevhen Kyriukha
Hi! When building kernel for cedartrail, I'm getting numerous warnings: SSE instruction set disabled, using 387 arithmetics [enabled by default] How can I fix it? P.S. I'm using following revisions of meta packages: meta = master:751c11e998431613389f094264f096fac5a1c1ae

[OE-core] List of installed ipk packages on image is empty

2012-12-25 Thread Yevhen Kyriukha
Hi! I built an image based on *.ipk packages. But when I booted with new image first time and executed command opkg list-installed I got nothing on output. Seems that opkg cache is empty. Recently I used *.deb packages and there were no such problems. -- Best regards, Yevhen

[OE-core] systemd

2012-12-14 Thread Yevhen Kyriukha
Hi! Is there any way to use systemd for starting system services in yocto v1.3? -- Best regards, Yevhen ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core