Re: [OE-core] [PATCHv2 1/2] Add wic support to generate rootfs image for uboot

2014-06-12 Thread Adrian Calianu
Hi Otavio, First step was to add support in wic to generate rootfs images only from packages out of bitbake environment. To test this functionality was chosen to generate ramdisk images for now. We have plans to extend the U-Boot plugin in order to generate other types of rootfs

[OE-core] [PATCH 0/1] busybox: handle syslog related files properly

2014-06-12 Thread Chen Qi
The following changes since commit d20d3476157b7c949b0077cad0ab1e8716d6162a: rpm: Fix cpio 32 bit overflow issues on 64 bit inode filesystems (2014-06-12 17:45:48 +0100) are available in the git repository at: git://git.openembedded.org/openembedded-core-contrib ChenQi/busybox-syslog htt

[OE-core] [PATCH 1/1] busybox: handle syslog related files properly

2014-06-12 Thread Chen Qi
If CONFIG_SYSLOGD is not enabled, then the related service file should not be installed as it will always fail at system start-up. The error message is as following. [FAILED] Failed to start System Logging Service. The same logic applies to CONFIG_KLOGD. So we should first check the conf

Re: [OE-core] [PATCH] initrdscripts: add $CMDLINE to init-live switch_root

2014-06-12 Thread ChenQi
On 05/15/2014 02:29 PM, ChenQi wrote: On 01/15/2014 07:27 PM, krzysztof.m.syw...@intel.com wrote: From: Krzysztof Sywula init-live.sh: $CMDLINE variable should be provided to switch_root to let user specify runlevel on grub command line. Feeding with -c /dev/console as well as busybox switch_r

Re: [OE-core] State of bitbake world, test-dependencies 2014-06-12

2014-06-12 Thread akuster
On Thu, 2014-06-12 at 19:41 +0200, Martin Jansa wrote: > This time it was "incremental" and it's not really complete because > there is still a lot of failing recipes in "world" (see my other "State" > e-mails). > > Complete logs: > http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.2

[OE-core] [PATCH] bluez5: Force obex.service in /usr/lib

2014-06-12 Thread Drew Moseley
Upstream bluez installs the obex.service file into /usr/lib regardless of the multilib settings as does the current systemd recipe. Make sure it gets packaged properly. Signed-off-by: Drew Moseley --- meta/recipes-connectivity/bluez5/bluez5.inc |2 +- 1 file changed, 1 insertion(+), 1 delet

Re: [OE-core] State of bitbake world, test-dependencies 2014-06-12

2014-06-12 Thread Martin Jansa
On Thu, Jun 12, 2014 at 07:41:47PM +0200, Martin Jansa wrote: > This time it was "incremental" and it's not really complete because > there is still a lot of failing recipes in "world" (see my other "State" > e-mails). > > Complete logs: > http://logs.nslu2-linux.org/buildlogs/oe/world/log.depende

[OE-core] State of bitbake world, test-dependencies 2014-06-12

2014-06-12 Thread Martin Jansa
This time it was "incremental" and it's not really complete because there is still a lot of failing recipes in "world" (see my other "State" e-mails). Complete logs: http://logs.nslu2-linux.org/buildlogs/oe/world/log.dependencies.20140611_213746.log/ failed recipes: abiword:ERROR: Task 333 (meta

[OE-core] [PATCH] curl: control ipv6 support based on DISTRO feature

2014-06-12 Thread Andre McCurdy
By default ipv6 is auto detected for native builds but disabled when cross compiling. This commit adds a PACKAGECONFIG option, unconditionally enabled for native and nativesdk builds and controlled by the ipv6 DISTRO feature for target builds. Signed-off-by: Andre McCurdy --- meta/recipes-suppo

Re: [OE-core] [PATCH] powertop: upgrade from 2.5 to 2.6.1

2014-06-12 Thread Saul Wold
On 06/06/2014 05:33 AM, Tobias Klauser wrote: Upgrade powertop from 2.5 to 2.6.1. Also adjust to the new upstream download URL. Signed-off-by: Tobias Klauser --- .../{powertop_2.5.bb => powertop_2.6.1.bb} |6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) rename meta/re

Re: [OE-core] [PATCH] openssl: install files in ${libdir}, not in ${base_libdir}

2014-06-12 Thread Robert Yang
On 06/12/2014 09:36 PM, Enrico Scholz wrote: ${base_libdir} is not in the search path of -native binaries and they will try to pick the wrong openssl libraries. Hello, I don't quite understand this, why it doesn't search ${base_libdir}, please ? // Robert Signed-off-by: Enrico Scholz ---

[OE-core] [PATCH] native.bbclass: Properly define directories

2014-06-12 Thread Matthieu Crapet
For most users this commit will have no effect. But if you come across the idea of giving different names for paths, you'll get some troubles. When a recipe inherit native, properly define bindir, sbindir, includedir, sysconfdir, datadir (using xxxdir_native definitions from meta/conf/bitbake.co

Re: [OE-core] [RFC - WIP v2 01/10] conf-files: New recipe to create single recipe for config files

2014-06-12 Thread Otavio Salvador
On Thu, Jun 12, 2014 at 2:56 AM, Saul Wold wrote: > This recipe will create 1 package for config files, we could optionally add > a bbclass file to ensure consistency with RRECOMMENDS_ = =conf > > This is a work in progress, the do_install might even beable to automagically > generated. We don't

Re: [OE-core] [PATCH] dbus: disable usage of dbus-glib explicitly

2014-06-12 Thread Burton, Ross
Good catch. Acked-by: Ross Burton On 12 June 2014 14:32, Enrico Scholz wrote: > on rebuilds, dbus-native can detect an already existing dbus-glib and > tries to link some tests against it. As files were unstaged and due > to libtool insanities this fails with: > > | /usr/bin/grep: .../sysroo

Re: [OE-core] [PATCHv2 1/2] Add wic support to generate rootfs image for uboot

2014-06-12 Thread Otavio Salvador
Hello, On Thu, Jun 12, 2014 at 5:43 AM, wrote: > From: Adrian Calianu > > Add support in wic to build ramdisk uboot images from list of packages or > from an existing rootfs folder. > > Providing the list of packages starting with XXX-core-boot package(into wks > file) > will generate an rootf

[OE-core] [PATCH] dbus: disable usage of dbus-glib explicitly

2014-06-12 Thread Enrico Scholz
on rebuilds, dbus-native can detect an already existing dbus-glib and tries to link some tests against it. As files were unstaged and due to libtool insanities this fails with: | /usr/bin/grep: .../sysroots/x86_64-oe-linux/usr/lib/libdbus-1.la: No such file or directory | sed: can't read .../sys

[OE-core] [PATCH] dbus: fixed mode if systemd service file

2014-06-12 Thread Enrico Scholz
systemd complains with | Configuration file /lib/systemd/system/dbus.socket is marked executable. Please remove executable permission bits. Proceeding anyway. | Configuration file /lib/systemd/system/dbus.service is marked executable. Please remove executable permission bits. Proceeding anyway

[OE-core] [PATCH] openssl: install files in ${libdir}, not in ${base_libdir}

2014-06-12 Thread Enrico Scholz
${base_libdir} is not in the search path of -native binaries and they will try to pick the wrong openssl libraries. Signed-off-by: Enrico Scholz --- meta/recipes-connectivity/openssl/openssl.inc | 4 1 file changed, 4 insertions(+) diff --git a/meta/recipes-connectivity/openssl/openssl.inc

Re: [OE-core] [PATCH 1/1] gstreamer1.0-rtsp-server: depends on libcgroup

2014-06-12 Thread Robert Yang
Updated it a little, it also needs depend on gstreamer1.0-plugins-base: git://git.pokylinux.org/poky-contrib rbt/gst diff --git a/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc b/meta/recipes-multimedia/gstreamer/gstreamer1.0-rtsp-server.inc index 6917d41..28a9420 100644 ---

Re: [OE-core] [PATCH] relocate_sdk.py: fix lib path error

2014-06-12 Thread Laurentiu Palcu
On Thu, Jun 12, 2014 at 06:14:46PM +0800, yzhu1 wrote: > On 06/06/2014 08:22 PM, Khem Raj wrote: > > > > On Friday, June 6, 2014, wrote: > > From: yzhu1 > > In centos 5.9 32bit, ld lib does not contain some flags, so ld > lib is not parsed. So correct lib path is

Re: [OE-core] State of bitbake world, Failed tasks 2014-06-02

2014-06-12 Thread Richard Purdie
On Tue, 2014-06-10 at 13:40 +0200, Martin Jansa wrote: > On Tue, Jun 10, 2014 at 12:07:22PM +0200, Martin Jansa wrote: > > On Mon, Jun 02, 2014 at 10:49:50AM +0200, Martin Jansa wrote: > > > This build still contains huge patch setting B = S or inherit for > > > autotools-brokensep for all recipes

Re: [OE-core] [PATCH] relocate_sdk.py: fix lib path error

2014-06-12 Thread yzhu1
On 06/06/2014 08:22 PM, Khem Raj wrote: On Friday, June 6, 2014, > wrote: From: yzhu1 > In centos 5.9 32bit, ld lib does not contain some flags, so ld lib is not parsed. So correct lib path is not got from ld lib. Can you explain with examples

[OE-core] [PATCH 0/1] gstreamer1.0-rtsp-server: depends on libcgroup

2014-06-12 Thread Robert Yang
The following changes since commit e0a3495d44ddeee674768f50a1acf0d2164222eb: Revert "fontconfig: enable 64 bit file support" (2014-06-10 17:35:33 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbt/gst http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?

[OE-core] [PATCH 1/1] gstreamer1.0-rtsp-server: depends on libcgroup

2014-06-12 Thread Robert Yang
Otherwise may do_compile error: test-cgroups.c:43:23:: fatal error: libcgroup.h: No such file or directory Signed-off-by: Robert Yang --- .../gstreamer/gstreamer1.0-rtsp-server.inc |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-multimedia/gstreamer/gs

[OE-core] [PATCHv2 1/2] Add wic support to generate rootfs image for uboot

2014-06-12 Thread y
From: Adrian Calianu Add support in wic to build ramdisk uboot images from list of packages or from an existing rootfs folder. Providing the list of packages starting with XXX-core-boot package(into wks file) will generate an rootfs image for uboot out of bitbake. There is also possible to comb

[OE-core] [PATCHv2 0/2] wic: Add wic support to generate rootfs image for uboot

2014-06-12 Thread y
From: Adrian Calianu v2 Fix upstream compatibility with latest on master. v1 Hi, We tried to extend existing wic tool to generates rootfs images for U-Boot. This will be possible from cooked mode(existing build folder) and from raw mode where you have to provide a list of packages to be insta