[OE-core] SRC_URI and latest HEAD revision with git

2013-07-22 Thread Steffen Sledz
After being OE abstinent for some months i'd like to ask what is the current suggested method for recipes building from the HEAD revision of a git repository (we need this for continuous integration). I read some RFC's in the ml about PKGV/PKGR stuff, but i miss a final decision, documentation

[OE-core] [PATCH 1/1] webkit-gtk: fix 'Memory exhausted' error

2013-07-22 Thread Kai Kang
Build webkit-gtk occupies lot of memory and fails on some host: | ...tmp/sysroots/i686-linux/usr/libexec/x86_64-wrs-linux/gcc/x86_64-wrs-linux/4.8.1/ld: failed to set dynamic section sizes: Memory exhausted | collect2: error: ld returned 1 exit status | make[1]: *** [libwebkitgtk-1.0.la] Error 1

[OE-core] [PATCH 0/1] Fix webkit-gtk 'Memory Exhaust' issue

2013-07-22 Thread Kai Kang
The following changes since commit 31e6eee860b5f9f4ac9ef0889bcff5648de6e3f9: poky-tiny.conf: blacklist core-image-weston option (2013-07-18 21:26:58 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib kangkai/webkit-gtk

[OE-core] [PATCH 1/2] dbus: remove build host test in configure script

2013-07-22 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com The dbus build tests the build host to detect what initscript environment it expects. Remove the test and set it to redhat unconditionally as the oe-core initscript has a redhat-style pid file path. Signed-off-by: Andy Ross andy.r...@windriver.com

[OE-core] [PATCH 0/2] dbus: fix two issues

2013-07-22 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com Test info: MACHINE = qemux86-64 $ bitbake core-image-sato $ runqemu qemux86-64 core-image-sato ext3 nographic root@qemux86-64:~# /etc/init.d/dbus-1 stop Stopping system message bus: dbus. root@qemux86-64:~# /etc/init.d/dbus-1 restart Stopping system

[OE-core] [PATCH 2/2] dbus: add -o option into start-stop-daemon arguments

2013-07-22 Thread jackie.huang
From: Jackie Huang jackie.hu...@windriver.com /etc/init.d/dbus-1 use set -e to let the script exit when any command failes. This will cause dbus-1 restart command can't start dbus when dbus is stopped. so add --oknodo option to let start-stop-daemon exit with friendly return value. Then commands

Re: [OE-core] [PATCH 1/1] webkit-gtk: fix 'Memory exhausted' error

2013-07-22 Thread André Draszik
Hi, Instead of penalising everybody, would it be possible to make this change dependent on the build machine (ram + swap)? Or to only add -Wl,--no-keep-memory if the build failed without it? Not sure if it would make any difference, but do you see this only with full debug enabled (-ggdb)? If

Re: [OE-core] SRC_URI and latest HEAD revision with git

2013-07-22 Thread Nicolas Dechesne
On Mon, Jul 22, 2013 at 8:21 AM, Steffen Sledz sl...@dresearch-fe.dewrote: After being OE abstinent for some months i'd like to ask what is the current suggested method for recipes building from the HEAD revision of a git repository (we need this for continuous integration). I read some

Re: [OE-core] [CONSOLIDATED PULL 00/36] Please review and ACK

2013-07-22 Thread Paul Eggleton
On Sunday 21 July 2013 22:28:08 Saul Wold wrote: Paul, Ross: Please review this set, I know Ross might be travelling today, so this may be delayed until the end of the day or tomorrow. NOTE TO BSP Maintainers: This will require a mesa bbappend sync when pulled * I will send

[OE-core] [PATCH] dmidecode: add aarch64 and arm to compatible host

2013-07-22 Thread Fathi Boudra
Signed-off-by: Fathi Boudra fathi.bou...@linaro.org --- meta/recipes-devtools/dmidecode/dmidecode_2.12.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb b/meta/recipes-devtools/dmidecode/dmidecode_2.12.bb index

[OE-core] [PATCH 1/2] readline: fix importing readline in python with probably escape sequence output

2013-07-22 Thread Hongxu Jia
While imports readline in python, if TERM in terminfo is available and it contains the variable 'km' and 'smm', the readline initialization will output the value of 'smm' which is the escape sequence '\E[?1034h'. The issue is caused by gnu readline library which is used by python readline module.

[OE-core] [PATCH V3 0/2] readline: fix importing readline in python with probably escape sequence output

2013-07-22 Thread Hongxu Jia
Change from V2: Backport to gnu readline library 6.2 rather than modify python to fix this issue. //Hongxu The following changes since commit 3dee534f1e25109e0bdb681de0746c336f4b8840: lib/oeqa: fix dependecy check (2013-07-16 10:04:17 +0100) are available in the git

[OE-core] [PATCH 2/2] python-native: remove unused and duplicated sitecustomize.py

2013-07-22 Thread Hongxu Jia
python-native doesn't use sitecustomize.py and there is another duplicated one in meta/recipes-devtools/python/python. [YOCTO #4889] Signed-off-by: Hongxu Jia hongxu@windriver.com --- .../python/python-native/sitecustomize.py | 45 -- 1 file changed, 45

Re: [OE-core] SRC_URI and latest HEAD revision with git

2013-07-22 Thread Steffen Sledz
On 22.07.2013 11:01, Nicolas Dechesne wrote: On Mon, Jul 22, 2013 at 8:21 AM, Steffen Sledz sl...@dresearch-fe.de mailto:sl...@dresearch-fe.de wrote: After being OE abstinent for some months i'd like to ask what is the current suggested method for recipes building from the HEAD revision of a

Re: [OE-core] [PATCH 1/1] webkit-gtk: fix 'Memory exhausted' error

2013-07-22 Thread Phil Blundell
Agreed, I think this sort of thing belongs in site.conf or some such place, not in the recipe. p. On Mon, 2013-07-22 at 09:22 +0100, André Draszik wrote: Hi, Instead of penalising everybody, would it be possible to make this change dependent on the build machine (ram + swap)? Or to only add

Re: [OE-core] SRC_URI and latest HEAD revision with git

2013-07-22 Thread Paul Eggleton
On Monday 22 July 2013 11:46:23 Steffen Sledz wrote: On 22.07.2013 11:01, Nicolas Dechesne wrote: On Mon, Jul 22, 2013 at 8:21 AM, Steffen Sledz sl...@dresearch-fe.de mailto:sl...@dresearch-fe.de wrote: After being OE abstinent for some months i'd like to ask what is the current suggested

Re: [OE-core] [PATCH] boot-directdisk: use awk instead of echo -ne for dash compatibility

2013-07-22 Thread Iorga, Cristian
ACK. -Original Message- From: openembedded-core-boun...@lists.openembedded.org [mailto:openembedded-core-boun...@lists.openembedded.org] On Behalf Of Jonathan Liu Sent: Saturday, July 20, 2013 3:11 PM To: openembedded-core@lists.openembedded.org Subject: [OE-core] [PATCH]

Re: [OE-core] SRC_URI and latest HEAD revision with git

2013-07-22 Thread Steffen Sledz
On 22.07.2013 11:51, Paul Eggleton wrote: On Monday 22 July 2013 11:46:23 Steffen Sledz wrote: On 22.07.2013 11:01, Nicolas Dechesne wrote: On Mon, Jul 22, 2013 at 8:21 AM, Steffen Sledz sl...@dresearch-fe.de mailto:sl...@dresearch-fe.de wrote: After being OE abstinent for some months i'd

Re: [OE-core] [PATCH] bash: Add ptest

2013-07-22 Thread Muhammad Shakeel
On 07/05/2013 12:23 PM, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com ptest support was already added for v4.2 but for the distros using GPLv2 version of bash (3.2.48) this update is required. Signed-off-by: Muhammad Shakeel muhammad_shak...@mentor.com ---

Re: [OE-core] SRC_URI and latest HEAD revision with git

2013-07-22 Thread Paul Eggleton
On Monday 22 July 2013 12:30:53 Steffen Sledz wrote: On 22.07.2013 11:51, Paul Eggleton wrote: On Monday 22 July 2013 11:46:23 Steffen Sledz wrote: On 22.07.2013 11:01, Nicolas Dechesne wrote: On Mon, Jul 22, 2013 at 8:21 AM, Steffen Sledz sl...@dresearch-fe.de

[OE-core] Handle of kernels which need dtc_cpp use

2013-07-22 Thread Otavio Salvador
Hello, I need to use one kernel which uses dtc_cpp. So for now I ended duplicating all linux-dtc.inc file for it. Does someone have a better option? -- Otavio Salvador O.S. Systems http://www.ossystems.com.brhttp://projetos.ossystems.com.br Mobile: +55 (53)

Re: [OE-core] Handle of kernels which need dtc_cpp use

2013-07-22 Thread André Draszik
Hi, I am using the attached. To use DTC+CPP, instead of giving the full path arch/${ARCH}/boot/dts/filename, you only have to specify filename in KERNEL_DEVICETREE. This was done to stay compatible with existing build rules, but I don't know if this would work for the case ${ARCH} != arm

Re: [OE-core] Handle of kernels which need dtc_cpp use

2013-07-22 Thread Otavio Salvador
On Mon, Jul 22, 2013 at 9:29 AM, André Draszik andre.dras...@linaro.org wrote: Hi, I am using the attached. To use DTC+CPP, instead of giving the full path arch/${ARCH}/boot/dts/filename, you only have to specify filename in KERNEL_DEVICETREE. This was done to stay compatible with

Re: [OE-core] Handle of kernels which need dtc_cpp use

2013-07-22 Thread André Draszik
Attached, but untested, as I'm not in a position to test master at the moment. Cheers, Andre' On Mon, 2013-07-22 at 09:34 -0300, Otavio Salvador wrote: On Mon, Jul 22, 2013 at 9:29 AM, André Draszik andre.dras...@linaro.org wrote: Hi, I am using the attached. To use DTC+CPP, instead

Re: [OE-core] [PATCH 6/8] gst-plugins-bad: add few more PACKAGECONFIGs

2013-07-22 Thread Martin Jansa
On Sat, Jul 20, 2013 at 04:57:23PM +0200, Martin Jansa wrote: Signed-off-by: Martin Jansa martin.ja...@gmail.com --- meta/recipes-multimedia/gstreamer/gst-plugins-bad_0.10.23.bb | 8 1 file changed, 8 insertions(+) diff --git

[OE-core] [PATCH 0/1] elfutils: fix backends' Makefile.am

2013-07-22 Thread Laurentiu Palcu
The following changes since commit 31e6eee860b5f9f4ac9ef0889bcff5648de6e3f9: poky-tiny.conf: blacklist core-image-weston option (2013-07-18 21:26:58 +0100) are available in the git repository at: git://git.yoctoproject.org/poky-contrib lpalcu/b4849_install_toolchain_errors

[OE-core] [PATCH 1/1] elfutils: fix backends' Makefile.am

2013-07-22 Thread Laurentiu Palcu
The mips, m68k and parisc backend libraries were not generated. This patch fixes that. [YOCTO #4849] Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../elfutils/elfutils-0.155/hppa_backend.diff | 15 ++- .../elfutils/elfutils-0.155/m68k_backend.diff | 12

Re: [OE-core] Handle of kernels which need dtc_cpp use

2013-07-22 Thread Otavio Salvador
On Mon, Jul 22, 2013 at 9:39 AM, André Draszik andre.dras...@linaro.org wrote: Attached, but untested, as I'm not in a position to test master at the moment. If I change the machine to have the filename.dtb, without the fullpath, it works fine. Can you send this for review? I think it'd be

Re: [OE-core] [PATCH] gcc-4.8: fix compiling GCC when /usr/lib/libstdc++.so is present

2013-07-22 Thread Jonathan Liu
On 22/07/2013 2:12 AM, Khem Raj wrote: On Jul 21, 2013, at 3:07 AM, Jonathan Liu net...@gmail.com wrote: libtool is picking up libstdc++.so from /usr/lib when trying to link libasan due to libstdc++.la containing libdir=/usr/lib. If compiling Can you also see if this change works on target

[OE-core] [PATCH v4 0/1] xinput-calibrator: move it from meta-oe to oe-core (cover letter only)

2013-07-22 Thread Laurentiu Palcu
Changes in v4: * restore original PR for both recipes; Changes in v3: * do not install pointercal.xinput if it's the default one; Changes in v2: * run calibration through xsession file; * allow normal user to write his calibration data to ~/.pointercal/pointercal.xinput and then use it

[OE-core] [PATCH] package.bbclass: avoid packing debug sources from other packages

2013-07-22 Thread Andreas Müller
The error case was gcc-dbg packing files from libgcc-dbg reported in [1] [1] http://lists.openembedded.org/pipermail/openembedded-core/2013-July/080728.html Signed-off-by: Andreas Müller schnitzelt...@googlemail.com --- meta/classes/package.bbclass |2 +- 1 files changed, 1 insertions(+),

Re: [OE-core] [PATCH] linux-dtb: allow to build dtb using support from kernel

2013-07-22 Thread Bruce Ashfield
On Mon, Jul 22, 2013 at 10:02 AM, André Draszik andre.dras...@linaro.org wrote: Currently, OE is unable to use the linux kernel's built-in support to generate a device tree blob (dtb). This is an issue for device tree source (dts) files that need to be run through CPP (dtsp). It's not clear

Re: [OE-core] [PATCH] linux-dtb: allow to build dtb using support from kernel

2013-07-22 Thread Otavio Salvador
On Mon, Jul 22, 2013 at 11:52 AM, Bruce Ashfield bruce.ashfi...@gmail.com wrote: On Mon, Jul 22, 2013 at 10:02 AM, André Draszik andre.dras...@linaro.org wrote: Currently, OE is unable to use the linux kernel's built-in support to generate a device tree blob (dtb). This is an issue for device

[OE-core] OE Changelog since 2013-07-14 until 2013-07-21

2013-07-22 Thread cliff . brake
Changelog since 2013-07-14 until 2013-07-21. Projects included in this report: bitbake: git://git.openembedded.org/bitbake openembedded-core: git://git.openembedded.org/openembedded-core meta-openembedded: git://git.openembedded.org/meta-openembedded meta-angstrom:

[OE-core] [dylan][PATCH v2] mesa: fix EGL compilation without X11 headers

2013-07-22 Thread Nicolas Dechesne
Extracted from d7033f4 mesa: upgrade to 9.1.3, already merged in master. Add EGL-Mutate-NativeDisplayType-depending-on-config.patch to build correctly in a non-X11 environment, it replaces fix-egl-compilation-without-x11-headers.patch. The new patch fixes compilation issues for components that

Re: [OE-core] [PATCH] gcc-4.8: fix compiling GCC when /usr/lib/libstdc++.so is present

2013-07-22 Thread Jonathan Liu
On 22/07/2013 11:56 PM, Jonathan Liu wrote: On 22/07/2013 2:12 AM, Khem Raj wrote: On Jul 21, 2013, at 3:07 AM, Jonathan Liu net...@gmail.com wrote: libtool is picking up libstdc++.so from /usr/lib when trying to link libasan due to libstdc++.la containing libdir=/usr/lib. If compiling Can

Re: [OE-core] [PATCH] bash: Add ptest

2013-07-22 Thread Saul Wold
On 07/22/2013 03:40 AM, Muhammad Shakeel wrote: On 07/05/2013 12:23 PM, Shakeel, Muhammad wrote: From: Muhammad Shakeel muhammad_shak...@mentor.com ptest support was already added for v4.2 but for the distros using GPLv2 version of bash (3.2.48) this update is required. Signed-off-by:

Re: [OE-core] [CONSOLIDATED PULL 00/27] Ready for Pull after final ACK

2013-07-22 Thread Paul Eggleton
On Monday 22 July 2013 10:12:19 Saul Wold wrote: Richard, This has been trimmed and reviewed, please wait for Paul and Ross (traveling) final ACKs. ** Reminder to BSP Maintainers - Please update your mesa .bbappends *** ** I will send email when RP has pulled, please keep me posted on

Re: [OE-core] [CONSOLIDATED PULL 00/27] Ready for Pull after final ACK

2013-07-22 Thread Otavio Salvador
On Mon, Jul 22, 2013 at 2:12 PM, Saul Wold s...@linux.intel.com wrote: Richard, This has been trimmed and reviewed, please wait for Paul and Ross (traveling) final ACKs. ** Reminder to BSP Maintainers - Please update your mesa .bbappends *** ** I will send email when RP has pulled, please

[OE-core] [CONSOLIDATED PULL 00/27] Ready for Pull after final ACK

2013-07-22 Thread Saul Wold
Richard, This has been trimmed and reviewed, please wait for Paul and Ross (traveling) final ACKs. ** Reminder to BSP Maintainers - Please update your mesa .bbappends *** ** I will send email when RP has pulled, please keep me posted on your branches ** Thanks Sau! The following

Re: [OE-core] [PATCH 1/2] dbus: remove build host test in configure script

2013-07-22 Thread Saul Wold
On 07/22/2013 01:14 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com The dbus build tests the build host to detect what initscript environment it expects. Remove the test and set it to redhat unconditionally as the oe-core initscript has a redhat-style pid

Re: [OE-core] [PATCH 1/3] rpm: remove the obsolete rpm-postinsts.bb

2013-07-22 Thread Saul Wold
On 07/19/2013 02:39 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Now that the postinsts of rpm, deb and ipk are all handled in the one central place, run-postinsts.bb, the rpm-postinsts.bb recipe is actually obsolete now. Remove this recipe to avoid confusion. There

Re: [OE-core] [PATCH V3] util-linux: replace += with _append to EXTRA_OECONF_class-native

2013-07-22 Thread Ming Liu
On 07/22/2013 11:48 AM, Saul Wold wrote: On 07/17/2013 06:54 PM, Ming Liu wrote: The native/nativesdk overrides of EXTRA_OECONF should take effect before append operator, otherwise, it will cause EXTRA_OECONF be overridden instead of be appended at native/nativesdk build time. Signed-off-by:

Re: [OE-core] [PATCH 1/3] rpm: remove the obsolete rpm-postinsts.bb

2013-07-22 Thread ChenQi
On 07/23/2013 07:49 AM, Saul Wold wrote: On 07/19/2013 02:39 AM, qi.c...@windriver.com wrote: From: Chen Qi qi.c...@windriver.com Now that the postinsts of rpm, deb and ipk are all handled in the one central place, run-postinsts.bb, the rpm-postinsts.bb recipe is actually obsolete now. Remove

Re: [OE-core] [PATCH 1/2] dbus: remove build host test in configure script

2013-07-22 Thread jhuang0
On 7/23/2013 2:01 AM, Saul Wold wrote: On 07/22/2013 01:14 AM, jackie.hu...@windriver.com wrote: From: Jackie Huang jackie.hu...@windriver.com The dbus build tests the build host to detect what initscript environment it expects. Remove the test and set it to redhat unconditionally as the