Re: [OE-core] [PATCH 4/4] oprofile: use dynamic root home directory

2012-12-19 Thread Kang Kai
On 2012年12月20日 09:44, Kang Kai wrote: On 2012年12月19日 19:06, Martin Jansa wrote: On Wed, Dec 19, 2012 at 05:39:39PM +0800, Kang Kai wrote: Use stub "ROOTHOME" to replace "/home/root" in oprofile-root.patch, then we can substitute it with configured root home directory. Signed-off-by: Kang Kai

[OE-core] [oe-core][PATCH] eglibc: run libm-err-tab.pl with specific dirs in ${S}

2012-12-19 Thread b28495
From: Ting Liu libm-err-tab.pl will parse all the files named "libm-test-ulps" in the given dir recursively. To avoid parsing the one in ${S}/.pc/ (it does exist after eglibc adds aarch64 support, ${S}/.pc/aarch64-0001-glibc-fsf-v1-eaf6f205.patch/ports/sysdeps/ aarch64/libm-test-ulps), run libm-e

Re: [OE-core] [PATCH 4/4] oprofile: use dynamic root home directory

2012-12-19 Thread Kang Kai
On 2012年12月19日 19:06, Martin Jansa wrote: On Wed, Dec 19, 2012 at 05:39:39PM +0800, Kang Kai wrote: Use stub "ROOTHOME" to replace "/home/root" in oprofile-root.patch, then we can substitute it with configured root home directory. Signed-off-by: Kang Kai --- meta/recipes-kernel/oprofile/oprof

Re: [OE-core] RFC: systemd integration

2012-12-19 Thread Yi Qingliang
GREAT!!! I have asked systemd status in yocto, maybe I can use your branch instead! THANKS! On Wednesday, December 19, 2012 07:20:45 PM Radu Moisan wrote: Hi guys, I have prepared a branch on poky-contrib (rmoisan/systemd) where I pulled systemd from meta-openembedded. The goal is to merg

Re: [OE-core] RFC: systemd integration

2012-12-19 Thread Eric Bénard
Le Wed, 19 Dec 2012 15:21:14 -0200, Otavio Salvador a écrit : > On Wed, Dec 19, 2012 at 3:20 PM, Radu Moisan wrote: > > Hi guys, > > I have prepared a branch on poky-contrib (rmoisan/systemd) where I > > pulled systemd from meta-openembedded. The goal is to merge this into > > oe-core, so pl

[OE-core] [PATCH] [OE-CORE] udev: make sure udev-utils package always contains udevadm

2012-12-19 Thread dromede
From: Marko Katic Default installation path of udevadm was changed from ${base_sbindir} to ${bindir} in udev v176. Also, udevinfo and udevtest no longer exist in current (v182) udev sources. This can break udev-utils packaging since udev-utils package expects udevadm only in ${base_sbindir}. An

[OE-core] [PATCH 1/1] cmake-native: add checksums

2012-12-19 Thread tom . zanussi
From: Tom Zanussi commit 771d08 (cmake: Update to 2.8.10.2) removed the checksums from cmake.inc, and added them to cmake, but forgot to add them to cmake-native - this adds them. Signed-off-by: Tom Zanussi --- .../cmake/cmake-native_2.8.10.2.bb |3 +++ 1 files changed, 3 i

[OE-core] [PATCH 0/1] cmake build fix

2012-12-19 Thread tom . zanussi
From: Tom Zanussi After a fresh pull from master, I got the following build error: ERROR: Fetcher failure for URL: 'http://www.cmake.org/files/v2.8/cmake-2.8.10.2\ .tar.gz'. No checksum specified for /home/trz/work/sandbox/build/downloads/cmak\ e-2.8.10.2.tar.gz, please add at least one to the r

Re: [OE-core] RFC: systemd integration

2012-12-19 Thread Eric Bénard
Hi, Le Wed, 19 Dec 2012 19:20:45 +0200, Radu Moisan a écrit : > I have prepared a branch on poky-contrib (rmoisan/systemd) where I > pulled systemd from meta-openembedded. The goal is to merge this into > oe-core, so please take a look and give me your feedback on stuff that > needs work

Re: [OE-core] [for-denzil] bitbake: command: add error to return of runCommand

2012-12-19 Thread McClintock Matthew-B29882
On Tue, Dec 18, 2012 at 3:28 PM, Richard Purdie wrote: > On Tue, 2012-12-18 at 11:18 -0600, Matthew McClintock wrote: >> From: Christopher Larson >> >> Currently, command.py can return an error message from runCommand, due to >> being unable to run the command, yet few of our UIs (just hob) can h

[OE-core] [PATCH] pango: have postinstalls run at do_rootfs time

2012-12-19 Thread Laurentiu Palcu
Since pango-native is built anyway and all the modules are in the native sysroot, create the cache file by scanning those files instead of the target files. The latter will fail because the shared objects wouldn't be from the same ELF class. [YOCTO #3600] Signed-off-by: Laurentiu Palcu --- meta

[OE-core] [PATCH v2] gtk-immodules-cache.bbclass: allow for offline cache generation

2012-12-19 Thread Laurentiu Palcu
In order to support a RO rootfs, the cache generation during postinstall has to be done on host. However, gtk-query-immodules application will only be able to parse shared objects from the same ELF class. In order not to have a native package for all the recipes providing an input method, so we can

Re: [OE-core] [CONSOLIDATED PULL v2 00/56] More Updates & Fixes

2012-12-19 Thread Richard Purdie
Hi Saul, I merged this apart from two commits: On Wed, 2012-12-19 at 00:03 -0800, Saul Wold wrote: > The following changes since commit 26bf8f6a047ccc0f73eaa40093afddabfce8ea1b: > > gst-openmax: fix build with newer GLib (2012-12-17 17:53:33 +) > > are available in the git repository at:

Re: [OE-core] [PATCH 1/2] gtk-immodules-cache.bbclass: allow for offline cache generation

2012-12-19 Thread Burton, Ross
On 19 December 2012 16:02, Laurentiu Palcu wrote: > +DYNAMIC_LOADER=$D$(readelf -a > $D${bindir}/gtk-query-immodules-$maj_ver.0 |\ "readelf -l" means less output which is always good. I'd like to see some of that logic separated out into a bbclass so it can be easily re-used. Ross ___

Re: [OE-core] [PATCH 4/5] Add ptest for dbus.

2012-12-19 Thread Marcin Juszkiewicz
W dniu 19.12.2012 17:18, Björn Stenberg pisze: > This patch adds a new recipe dbus-test to build and package the dbus test > suite. The reason for a separate recipe is that the dbus test suite depends > on dbus-glib, so it cannot be compiled at the same time as dbus. Failed here: 18:33 hrw@puchat

Re: [OE-core] [PATCH 2/2] matchbox-keyboard: use the gtk-immodules-cache.bbclass

2012-12-19 Thread Burton, Ross
On 19 December 2012 16:02, Laurentiu Palcu wrote: > Since the class was already present, use it. Also, this will have the > postinstalls run on host, at do_rootfs time. > > [YOCTO #3602] > > Signed-off-by: Laurentiu Palcu Signed-off-by: Ross Burton Ross ___

Re: [OE-core] RFC: systemd integration

2012-12-19 Thread Otavio Salvador
On Wed, Dec 19, 2012 at 3:20 PM, Radu Moisan wrote: > Hi guys, > I have prepared a branch on poky-contrib (rmoisan/systemd) where I > pulled systemd from meta-openembedded. The goal is to merge this into > oe-core, so please take a look and give me your feedback on stuff that needs > work or t

[OE-core] RFC: systemd integration

2012-12-19 Thread Radu Moisan
Hi guys, I have prepared a branch on poky-contrib (rmoisan/systemd) where I pulled systemd from meta-openembedded. The goal is to merge this into oe-core, so please take a look and give me your feedback on stuff that needs work or things that I might have done wrong, so that I can prepare

[OE-core] [PATCH 2/5] New package: ptest-runner

2012-12-19 Thread Björn Stenberg
This package contains a simple shell script which searches for all installed ptests on the rootfs and runs each test in sequence. Signed-off-by: Björn Stenberg --- .../ptest-runner/files/ptest-runner| 16 .../ptest-runner/ptest-runner_1.0.bb | 1

[OE-core] [PATCH 5/5] Add ptest for bash.

2012-12-19 Thread Björn Stenberg
Signed-off-by: Björn Stenberg --- .../bash/bash-4.2/build-tests.patch| 48 meta/recipes-extended/bash/bash-4.2/run-ptest |2 + .../bash/bash-4.2/test-output.patch| 25 ++ meta/recipes-extended/bash/bash.inc|

[OE-core] [PATCH 0/5] ptest update

2012-12-19 Thread Björn Stenberg
Here is an update of the ptest patch set. The variables are now moved from bitbake.conf to a new ptest.bbclass, which packages inherit to create a ptest package. I have added patches for bash in this set, so it now includes ptest for glib, dbus and bash. The do_install bits are also much cleaner

[OE-core] [PATCH 3/5] Add ptest for glib.

2012-12-19 Thread Björn Stenberg
Signed-off-by: Björn Stenberg --- .../glib-2.0/glib-2.0/Makefile-ptest.patch | 61 meta/recipes-core/glib-2.0/glib-2.0/run-ptest |3 + meta/recipes-core/glib-2.0/glib-2.0_2.34.3.bb | 25 +++- meta/recipes-core/glib-2.0/glib.inc|

[OE-core] [PATCH 1/5] Add a new distro feature "ptest".

2012-12-19 Thread Björn Stenberg
This patch creates a new distro feature "ptest", which creates -ptest packages containing the test suite of the package for running on the target. Test files are installed in /usr/lib//ptest. The patch also includes a change to automake, splitting the "make check" target into separate steps for bu

[OE-core] [PATCH 4/5] Add ptest for dbus.

2012-12-19 Thread Björn Stenberg
This patch adds a new recipe dbus-test to build and package the dbus test suite. The reason for a separate recipe is that the dbus test suite depends on dbus-glib, so it cannot be compiled at the same time as dbus. Signed-off-by: Björn Stenberg --- meta/recipes-core/dbus/dbus-1.6.4/ptest.patch

Re: [OE-core] [PATCH 1/2] gtk-immodules-cache.bbclass: allow for offline cache generation

2012-12-19 Thread Phil Blundell
On Wed, 2012-12-19 at 18:02 +0200, Laurentiu Palcu wrote: > +EMULATOR=qemu-$(echo ${TARGET_ARCH}| \ > +sed -e 's/i[3-6]86/i386/' -e 's/x86[_-]64/x86_64/' \ > +-e 's/powerpc/ppc/') Maybe you could use ${@qemu_target_binary()} for that. p.

[OE-core] [PATCH 2/2] matchbox-keyboard: use the gtk-immodules-cache.bbclass

2012-12-19 Thread Laurentiu Palcu
Since the class was already present, use it. Also, this will have the postinstalls run on host, at do_rootfs time. [YOCTO #3602] Signed-off-by: Laurentiu Palcu --- .../matchbox-keyboard/matchbox-keyboard_git.bb | 18 ++ 1 file changed, 2 insertions(+), 16 deletions(-) dif

[OE-core] [PATCH 0/2] have input method modules cached at do-rootfs time

2012-12-19 Thread Laurentiu Palcu
Hi, This patchset will change the postinstall routine in gtk-immodules-cache.bbclass, so it can run at do_rootfs time, and changes matchbox-keyboard recipe to use the class. Thanks, Laurentiu Laurentiu Palcu (2): gtk-immodules-cache.bbclass: allow for offline cache generation matchbox-keybo

[OE-core] [PATCH 1/2] gtk-immodules-cache.bbclass: allow for offline cache generation

2012-12-19 Thread Laurentiu Palcu
In order to support a RO rootfs, the cache generation during postinstall has to be done on host. However, gtk-query-immodules application will only be able to parse shared objects from the same ELF class. In order not to have a native package for all the recipes providing an input method, so we can

[OE-core] [PATCH] rootfs_rpm.bbclass: remove debug code

2012-12-19 Thread Mark Hatle
Debugging code was accidently left in the previous commit. Remove the code as it prevents multiple concurrent bitbake builds. Signed-off-by: Mark Hatle --- meta/classes/rootfs_rpm.bbclass |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/rootfs_rpm.bbcla

Re: [OE-core] [PATCH 1/2] easyinstall: class to create and extend the easyinstall.pth file

2012-12-19 Thread Burton, Ross
Hi Lukas, On 19 December 2012 12:18, Lukas Bulwahn wrote: > From your description I could not find the version of python-mako that uses > the --s-v-e-m option. > Where can I find this version of the file? Maybe I was just looking at the > wrong repository... The patch isn't in meta-oe yet, it's

Re: [OE-core] [PATCH 1/2] easyinstall: class to create and extend the easyinstall.pth file

2012-12-19 Thread Lukas Bulwahn
On 12/18/2012 03:55 PM, Burton, Ross wrote: On 18 December 2012 13:58, Lukas Bulwahn wrote: When installing python packages that are installed with python's easyinstall, the installation creates easyinstall.pth files. This file must exist in the root filesystem so that python 2.7 can locate an

Re: [OE-core] [PATCH 4/4] oprofile: use dynamic root home directory

2012-12-19 Thread Martin Jansa
On Wed, Dec 19, 2012 at 05:39:39PM +0800, Kang Kai wrote: > Use stub "ROOTHOME" to replace "/home/root" in oprofile-root.patch, then > we can substitute it with configured root home directory. > > Signed-off-by: Kang Kai > --- > meta/recipes-kernel/oprofile/oprofile.inc |1 + > .../

Re: [OE-core] gcc-4.7.inc wrong FILESPATH setting?

2012-12-19 Thread Paul Eggleton
On Monday 17 December 2012 14:51:59 Giuseppe Condorelli wrote: > 2012/12/14 Robert P. J. Day > > > On Fri, 14 Dec 2012, Giuseppe Condorelli wrote: > > > 2012/12/14 Robert P. J. Day > > > > > > On Fri, 14 Dec 2012, Marko Katić wrote: > > > > On Fri, 2012-12-14 at 17:41 +0100, Giusepp

[OE-core] [PATCH 4/4] oprofile: use dynamic root home directory

2012-12-19 Thread Kang Kai
Use stub "ROOTHOME" to replace "/home/root" in oprofile-root.patch, then we can substitute it with configured root home directory. Signed-off-by: Kang Kai --- meta/recipes-kernel/oprofile/oprofile.inc |1 + .../oprofile/oprofile/oprofile-root.patch | 23 --

[OE-core] [PATCH 1/4] bitbake.conf: import var ROOT_HOME

2012-12-19 Thread Kang Kai
Import var ROOT_HOME to configure root home directory dynamically. [Yocto 2683] Signed-off-by: Kang Kai --- meta/conf/bitbake.conf |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index be3bfc2..983b3c0 100644 --- a/meta/

[OE-core] [PATCH 3/4] base-passwd: use configurable root home directory

2012-12-19 Thread Kang Kai
Use configurable variable ROOT_HOME as root home directory. Drop root-home.patch because it is not needed any more. Signed-off-by: Kang Kai --- .../base-passwd/base-passwd-3.5.26/root-home.patch | 16 .../recipes-core/base-passwd/base-passwd_3.5.26.bb |4 ++-- 2 files chan

[OE-core] [PATCH 2/4] base-files: use dynamic root home directory

2012-12-19 Thread Kang Kai
Use var ROOT_HOME to configure root home directory dynamically. Signed-off-by: Kang Kai --- meta/recipes-core/base-files/base-files/profile |2 +- meta/recipes-core/base-files/base-files_3.0.14.bb |3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-core/

[OE-core] [PATCH 0/4] Use dynamic root home directory

2012-12-19 Thread Kang Kai
Import variable ROOT_HOME which can be configured. Update base-files, base-passwd, oprofile to use the dynamic root home directory. The following changes since commit 2a9c574fd8b0800199b6569b6abf02634801013d: gst-openmax: fix build with newer GLib (2012-12-17 17:53:52 +) are available in

[OE-core] [CONSOLIDATED PULL v2 00/56] More Updates & Fixes

2012-12-19 Thread Saul Wold
Richard, >From v1: Richard, Updated a bunch of packages from various folks, this includes the ICU Upgrade which will fix the webkit-gtk issue in master. v2: more fixes, ICU: based on v1 icu investigated what was really needed Multilib fixes more SMART patches *** biggest patch that might cause