[OE-core] [PATCH v2 0/1] GDB Enhancements for device threaded core support

2013-11-01 Thread blloyd
core file generation can create a broken core file when threading is used in the application. This change provides updates to the gdb package so multi-threaded applications debugging from failures works properly from end devices that include gdb. The following changes since commit

[OE-core] [CONSOLIDATED PULL 00/17] Updated from this morning

2013-11-01 Thread Saul Wold
Richard, This version has gone through the Autobuilder and with the exceoption of the Mesa Update which will require updates in minnow and fsl branch for bbappend files, it is looking good. Blloyd has an interesting extenstion to devshell which I think looks OK, but might warrant a second

[OE-core] [PATCH] eglibc-locale: Does not create {localedir} if the toolchain has no files under it

2013-11-01 Thread rongqing.li
From: Roy Li rongqing...@windriver.com This will kill the not shipped Error: ERROR: QA Issue: eglibc-locale: Files/directories were installed but not shipped /usr/lib/locale Signed-off-by: Roy Li rongqing...@windriver.com --- meta/recipes-core/eglibc/eglibc-locale.inc |3 ++- 1

[OE-core] [PATCH v2] bluez: declaration of virtual/bluez and VIRTUAL-RUNTIME_bluez

2013-11-01 Thread rongqing.li
From: Roy Li rongqing...@windriver.com We have two version bluez, declare virtual/bluez and VIRTUAL-RUNTIME_bluez to switch them easily, and set the preferred provider for bluez as bluez4 Signed-off-by: Roy Li rongqing...@windriver.com --- meta/conf/distro/include/default-providers.inc

[OE-core] [PATCH 0/1] iproute2: de-bash its scripts to remove the bash dependency

2013-11-01 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit 523f2a9ea970713fb775bc48f84b67420b1106a0: cross-canadian: Improve comment (2013-10-30 18:01:34 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib ChenQi/iproute2

[OE-core] [PATCH 1/1] iproute2: de-bash its scripts to remove the bash dependency

2013-11-01 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com If we build a minimal image with iproute2 installed, the following error will appear during rootfs. error: Can't install iproute2-3.10.0-r0.0@i586: no package provides /bin/bash The problem is that iproute2 has an implicit dependency on 'bash'. This

Re: [OE-core] [PATCH 1/1] qemu: use PACKAGECONFIG to address nss dependencies

2013-11-01 Thread Richard Purdie
On Thu, 2013-10-31 at 19:50 +0800, Hongxu Jia wrote: On 10/31/2013 06:41 PM, Martin Jansa wrote: On Thu, Oct 31, 2013 at 06:23:01PM +0800, Hongxu Jia wrote: Use PACKAGECONFIG to explicitly address nss dependencies rather than tested by configure. It avoided potential errors while

[OE-core] [PATCH 1/2] sanity.bbclass: move check_path_length(TMPDIR) to check_sanity_everybuild

2013-11-01 Thread Robert Yang
We may change the TMPDIR in different builds, so that the check_path_length(TMPDIR) should be in check_sanity_everybuild(). [YOCTO #5442] Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/classes/sanity.bbclass | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git

[OE-core] [PATCH 0/2] sanity.bbclass: check that TMPDIR is not located on nfs

2013-11-01 Thread Robert Yang
The following changes since commit 523f2a9ea970713fb775bc48f84b67420b1106a0: cross-canadian: Improve comment (2013-10-30 18:01:34 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib rbty/nfs_check

[OE-core] [PATCH 2/2] sanity.bbclass: check that TMPDIR is not located on nfs

2013-11-01 Thread Robert Yang
There would be some unexpected errors when the whole TMPDIR is located on nfs, so add a test for it in sanity.bbclass. Note: The better way to get the filesystem id should be get f_fsid from struct statvfs, but there is no f_fsid in os.stat() or os.statvfs(), so we use 'stat -f -c %t' here.

Re: [OE-core] [PATCH v2] bluez: declaration of virtual/bluez and VIRTUAL-RUNTIME_bluez

2013-11-01 Thread Martin Jansa
On Fri, Nov 01, 2013 at 04:09:28PM +0800, rongqing...@windriver.com wrote: From: Roy Li rongqing...@windriver.com We have two version bluez, declare virtual/bluez and VIRTUAL-RUNTIME_bluez to switch them easily, and set the preferred provider for bluez as bluez4 +1 I agree that some apps

Re: [OE-core] [PATCH 1/1] qemu: use PACKAGECONFIG to address nss dependencies

2013-11-01 Thread Martin Jansa
On Fri, Nov 01, 2013 at 08:50:56AM +, Richard Purdie wrote: On Thu, 2013-10-31 at 19:50 +0800, Hongxu Jia wrote: On 10/31/2013 06:41 PM, Martin Jansa wrote: On Thu, Oct 31, 2013 at 06:23:01PM +0800, Hongxu Jia wrote: Use PACKAGECONFIG to explicitly address nss dependencies rather than

Re: [OE-core] [PATCH 1/2] sanity.bbclass: move check_path_length(TMPDIR) to check_sanity_everybuild

2013-11-01 Thread Richard Purdie
On Sat, 2013-11-02 at 01:26 +0800, Robert Yang wrote: We may change the TMPDIR in different builds, so that the check_path_length(TMPDIR) should be in check_sanity_everybuild(). [YOCTO #5442] Signed-off-by: Robert Yang liezhi.y...@windriver.com --- meta/classes/sanity.bbclass | 6 +++---

Re: [OE-core] [PATCH 2/2] sanity.bbclass: check that TMPDIR is not located on nfs

2013-11-01 Thread Richard Purdie
On Sat, 2013-11-02 at 01:26 +0800, Robert Yang wrote: There would be some unexpected errors when the whole TMPDIR is located on nfs, so add a test for it in sanity.bbclass. Note: The better way to get the filesystem id should be get f_fsid from struct statvfs, but there is no f_fsid in

Re: [OE-core] [PATCH V2 1/1] sysvinit: fix missing of boot log

2013-11-01 Thread Richard Purdie
On Tue, 2013-10-29 at 20:33 +0800, ChenQi wrote: ping Any comment on this one? Yes, shouldn't the boot ordering be tweaked to ensure the tmpfs is available rather than force mounting it within this init script? This looks like a hack around the problem rather than fixing a real issue. The -c

Re: [OE-core] [PATCH 1/1] qemu: use PACKAGECONFIG to address nss dependencies

2013-11-01 Thread Richard Purdie
On Fri, 2013-11-01 at 10:39 +0100, Martin Jansa wrote: On Fri, Nov 01, 2013 at 08:50:56AM +, Richard Purdie wrote: On Thu, 2013-10-31 at 19:50 +0800, Hongxu Jia wrote: On 10/31/2013 06:41 PM, Martin Jansa wrote: On Thu, Oct 31, 2013 at 06:23:01PM +0800, Hongxu Jia wrote: Use

Re: [OE-core] [PATCH 1/2] Allow passthrough of important placement variables when using devshell

2013-11-01 Thread Richard Purdie
On Thu, 2013-10-31 at 03:02 -0500, blloyd wrote: The environment is very well sanitized when using the shell. However, when using devshell developers are typically interested in sources and build artifacts. The variables B S and D control this but are cleaned from the environment when a

Re: [OE-core] [PATCH 1/1] Enhancements to allow core file debugging to work properly from devices

2013-11-01 Thread Burton, Ross
On 31 October 2013 06:54, blloyd bll...@familyhonor.net wrote: +FILES_gcore = ${bindir}/gcore Why can't this script just be added to the gdb package? Ross ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org

Re: [OE-core] [PATCH V2] Mesa: upgrade to 9.2.2

2013-11-01 Thread Valentin Popa
Updated mesa patch: On 10/30/2013 12:27 PM, Valentin Popa wrote: * License is still MIT * removed patches were already merged or another solution was backported. Signed-off-by: Valentin Popa valentin.p...@intel.com --- ...ate-NativeDisplayType-depending-on-config.patch | 362

Re: [OE-core] [PATCH] bluez: declaration of virtual/bluez

2013-11-01 Thread Burton, Ross
On 31 October 2013 12:14, Rongqing Li rongqing...@windriver.com wrote: connman can detect whether Bluez 4.x or Bluez 5.x is running, so both versions are ok for it. I think all packages should have the capability to detect which bluez version is used. Whereas the GNOME platform has (last

Re: [OE-core] [PATCH] systemd-compat-units: run-postinsts fix script link

2013-11-01 Thread Burton, Ross
On 29 October 2013 18:42, Andreas Müller schnitzelt...@googlemail.com wrote: and to make it clear: commit 75a14923da1ba91eddde47f0907345c19c82d6f0 is a poky commit. So runtime postinst is broken for non-poky-boys. Thanks for taking care Remember that every commit in poky comes from oe-core,

[OE-core] [PATCH] xuser-account: Drop allarch inherit

2013-11-01 Thread Martin Jansa
* has build time dependency on TUNE_PKGARCH recipes: bitbake-diffsigs sstate-diff/1383303628/*/all*/xuser-account/*do_configure* Hash for dependent task base-passwd_3.5.26.bb.do_populate_sysroot changed from 09b3168865b6212269d4e5512a963b9e to ffa22dc51e42a164a7392ec719151629 Hash for

Re: [OE-core] [PATCH 1/1] qemu: use PACKAGECONFIG to address nss dependencies

2013-11-01 Thread Martin Jansa
On Fri, Nov 01, 2013 at 07:42:16PM +0800, Hongxu Jia wrote: On 11/01/2013 06:52 PM, Richard Purdie wrote: On Fri, 2013-11-01 at 10:39 +0100, Martin Jansa wrote: On Fri, Nov 01, 2013 at 08:50:56AM +, Richard Purdie wrote: On Thu, 2013-10-31 at 19:50 +0800, Hongxu Jia wrote: On

Re: [OE-core] [PATCH V2] Mesa: upgrade to 9.2.2

2013-11-01 Thread Martin Jansa
On Fri, Nov 01, 2013 at 02:01:00PM +0200, Valentin Popa wrote: Updated mesa patch: It was already merged, so if there are some changes you'll need to rebase and send smaller diff. On 10/30/2013 12:27 PM, Valentin Popa wrote: * License is still MIT * removed patches were already merged or

Re: [OE-core] [PATCH V2] Mesa: upgrade to 9.2.2

2013-11-01 Thread Valentin Popa
On 11/01/2013 02:27 PM, Martin Jansa wrote: On Fri, Nov 01, 2013 at 02:01:00PM +0200, Valentin Popa wrote: Updated mesa patch: It was already merged, so if there are some changes you'll need to rebase and send smaller diff. It's the same patch as the one merged. Please ignore!

[OE-core] [PATCH 2/2] lttng-modules: Backport fixes to allow use with 3.12 kernels

2013-11-01 Thread Otavio Salvador
The 2.3 lttng-modules has support up to 3.11 kernels and the upcoming 3.12 had some API changes which need adjustments. This has been done in the 2.4 development branch and this patch backports those. Signed-off-by: Otavio Salvador ota...@ossystems.com.br ---

[OE-core] [PATCH 1/2] lttng-modules: Update revision to grab last bugfix releases

2013-11-01 Thread Otavio Salvador
This updates lttng-modules for 2.3.2 and also includes a bugfix imported from 3.4 kernel. The changes included are: 6c26b01 Blacklist Linux kernels 3.10+ b97d469 LTTng trace-clock: shrink kernel blacklist 7d40f8e Version 2.3.1 2aecb9b Blacklist kernels 3.10.13 and 3.11.2 4f1217f Version 2.3.2

Re: [OE-core] [RFC][PATCH] packagegroup.bbclass: Drop build-time dependencies

2013-11-01 Thread Paul Eggleton
Hi Martin, On Friday 01 November 2013 13:12:12 Martin Jansa wrote: * RFC because: packagegroup.bbclass inherits allarch and by default sets PACKAGE_ARCH = all, but then it has runtime-dependency on TUNE_PKGARCH packages and different signatures, so instead of setting

Re: [OE-core] Patch file search order in DORA (1.5)

2013-11-01 Thread Richard Purdie
On Fri, 2013-11-01 at 15:57 +0200, Janis Coders wrote: Hi, I am working on Freescale's BSP with my custom layer which overrides (appends) the Linux kernel's recipe. In version 1.4 my custom recipe's defconfig had priority over the 'original' layer's defconfig, but in 1.5 the priority has

Re: [OE-core] [PATCH 1/1] Enhancements to allow core file debugging to work properly from devices

2013-11-01 Thread Richard Purdie
On Thu, 2013-10-31 at 01:54 -0500, blloyd wrote: gdb includes a script to make generating core files trivial. Add a package to allow inclusion of this script in images. GDB also requires symbols that are usually stripped from the threads library to properly generate a core dump.

Re: [OE-core] SRC_URI computing order

2013-11-01 Thread Eric Bénard
Hi, Le Mon, 28 Oct 2013 15:10:04 +0100, Eric Bénard e...@eukrea.com a écrit : I saw your patch fixing FILESPATH's and Kergoth's one fixing PACKAGECONFIG processing order and I think I'm also facing an order problem when SRC_URI is computed. So when building SRC_URI when two layers have

Re: [OE-core] Patch file search order in DORA (1.5)

2013-11-01 Thread Otavio Salvador
On Fri, Nov 1, 2013 at 12:36 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Fri, 2013-11-01 at 15:57 +0200, Janis Coders wrote: Hi, I am working on Freescale's BSP with my custom layer which overrides (appends) the Linux kernel's recipe. In version 1.4 my custom recipe's

[OE-core] [PATCH 1/2] documentation.conf: update contents

2013-11-01 Thread Paul Eggleton
From: Belen Barros Pena belen.barros.p...@intel.com This patch updates descriptions and brings more info for the variable configurations as documented in the OE-Core manual. This file is used by Toaster to display help for the configuration variables. Signed-off-by: Alexandru DAMIAN

[OE-core] [PATCH 0/2] Toaster-related improvements

2013-11-01 Thread Paul Eggleton
Adds a class that allows Toaster (the new web-based UI for analysing build output) to receive information about packages and image files, and updates documentation.conf (which is used by Toaster to display descriptions in the variable listing). The following changes since commit

Re: [OE-core] [PATCH 1/1] Enhancements to allow core file debugging to work properly from devices

2013-11-01 Thread Khem Raj
On Friday, November 1, 2013, Burton, Ross wrote: On 31 October 2013 06:54, blloyd bll...@familyhonor.net javascript:; wrote: +FILES_gcore = ${bindir}/gcore Why can't this script just be added to the gdb package? actually if we have it as a separate package then all those new rrcommends

[OE-core] [PATCH] Modify buildstats to be merged inside buildhistory

2013-11-01 Thread Corneliu Stoicescu
- added buildstats inheritance inside buildhistory - reworked the buildstats directory structure not to contain the build name(read: the build start date). Now it only contains the target name and machine. This is usefull in order to reduce git noise. - because builds are no longer separated by

Re: [OE-core] [PATCH] Modify buildstats to be merged inside buildhistory

2013-11-01 Thread Richard Purdie
On Fri, 2013-11-01 at 19:03 +0100, Corneliu Stoicescu wrote: - added buildstats inheritance inside buildhistory - reworked the buildstats directory structure not to contain the build name(read: the build start date). Now it only contains the target name and machine. This is usefull in order

Re: [OE-core] [RFC][PATCH] packagegroup.bbclass: Drop build-time dependencies

2013-11-01 Thread Richard Purdie
On Fri, 2013-11-01 at 13:37 +, Paul Eggleton wrote: Hi Martin, On Friday 01 November 2013 13:12:12 Martin Jansa wrote: * RFC because: packagegroup.bbclass inherits allarch and by default sets PACKAGE_ARCH = all, but then it has runtime-dependency on TUNE_PKGARCH packages and

Re: [OE-core] SRC_URI computing order

2013-11-01 Thread Richard Purdie
On Fri, 2013-11-01 at 16:36 +0100, Eric Bénard wrote: Hi, Le Mon, 28 Oct 2013 15:10:04 +0100, Eric Bénard e...@eukrea.com a écrit : I saw your patch fixing FILESPATH's and Kergoth's one fixing PACKAGECONFIG processing order and I think I'm also facing an order problem when SRC_URI is

Re: [OE-core] [RFC][PATCH] packagegroup.bbclass: Drop build-time dependencies

2013-11-01 Thread Paul Eggleton
On Friday 01 November 2013 18:14:03 Richard Purdie wrote: On Fri, 2013-11-01 at 13:37 +, Paul Eggleton wrote: On Friday 01 November 2013 13:12:12 Martin Jansa wrote: * RFC because: packagegroup.bbclass inherits allarch and by default sets PACKAGE_ARCH = all, but then it has

Re: [OE-core] [PATCH v2 1/1] Enhancements to let multi-threaded debugging function correctly on devices

2013-11-01 Thread Saul Wold
On 10/31/2013 11:24 PM, blloyd wrote: gdb includes a script to make generating core files trivial. Add a package to allow inclusion of this script in images. GDB also requires symbols that are usually stripped from the threads library to properly generate a core dump. Therefore, ensure

Re: [OE-core] [PATCH] runtime package management: ipk/opk

2013-11-01 Thread Saul Wold
On 10/31/2013 09:45 AM, Trevor Woerner wrote: Place the on-target feed configuration into the base-feeds.conf file instead of the opkg.conf file. This says what you are doing, but the question is why is the change needed? It might be obvious to you, but not to others. The base-feeds.conf

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

2013-11-01 Thread Saul Wold
On 10/23/2013 12:34 AM, Li Zhijian wrote: From: Li Zhijian lizhij...@cn.fujitsu.com If systemd_postinst is installed as a delayed package scriptlet (installed to /etc/rpm-postints/${PN}) which would be executed at the first time of OS startup. And then this script would block when it is

[OE-core] [PATCH] wipe-sysroot: explain what is being deleted and require confirmation

2013-11-01 Thread Ross Burton
Instead of rushing into deleting entire directory trees without any warning, print the directories and files that will be deleted and require confirmation from the user (via --force) that they want files to be deleted. [ YOCTO #5423 ] Signed-off-by: Ross Burton ross.bur...@intel.com ---

Re: [OE-core] [PATCH] wipe-sysroot: explain what is being deleted and require confirmation

2013-11-01 Thread Phil Blundell
On Fri, 2013-11-01 at 19:47 +, Ross Burton wrote: Instead of rushing into deleting entire directory trees without any warning, print the directories and files that will be deleted and require confirmation from the user (via --force) that they want files to be deleted. --force seems like a

Re: [OE-core] [PATCH] wipe-sysroot: explain what is being deleted and require confirmation

2013-11-01 Thread Burton, Ross
On 1 November 2013 21:04, Phil Blundell p...@pbcl.net wrote: On Fri, 2013-11-01 at 19:47 +, Ross Burton wrote: Instead of rushing into deleting entire directory trees without any warning, print the directories and files that will be deleted and require confirmation from the user (via

Re: [OE-core] [PATCH 1/2] apt: Upgrade from 0.9.9.4 to 0.9.11.4

2013-11-01 Thread Saul Wold
On 10/23/2013 04:59 AM, Marius Avram wrote: - no-ko-translation.patch respects new structure of po/LINGUAS file - replaces configure.in to configure.ac inside multiple patches - adds libapt-private installation Seems they have moved to 0.9.12.1 already, and the 0.9.11.4 tarball is gone. Sau!

[OE-core] [PATCH V3] expect: Add recipe

2013-11-01 Thread Khem Raj
From: Mihaela Sendrea mihaela.send...@enea.com Nedeed for gcc-runtime tests. Fixed build on multilib and add patch to remove !/depot/path/expect -f which caused rpm to puke on rfs generation Signed-off-by: Mihaela Sendrea mihaela.send...@enea.com Signed-off-by: Khem Raj k...@juniper.net ---

Re: [OE-core] [PATCH V2 1/1] sysvinit: fix missing of boot log

2013-11-01 Thread ChenQi
On 11/01/2013 06:44 PM, Richard Purdie wrote: On Tue, 2013-10-29 at 20:33 +0800, ChenQi wrote: ping Any comment on this one? Yes, shouldn't the boot ordering be tweaked to ensure the tmpfs is available rather than force mounting it within this init script? This looks like a hack around the

[OE-core] [PATCH 0/2] sysvinit: adjust the boot sequence and fix missing of boot log

2013-11-01 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com The following changes since commit f3541226b8b1187e79dec0f6f9f3c58cedf9ac9b: bitbake: hob: do not display the Package list may be incomplete! dialog (2013-11-01 17:59:31 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [PATCH 1/2] bootlogd: create log file if not present

2013-11-01 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Previously, our system had no boot log even if the bootlogd daemon was started correctly. The root cause is that the log file doesn't exist when starting the bootlogd. Add '-c' option to bootlogd so that it will create the boot log if it doesn't exist. [YOCTO

[OE-core] [PATCH 2/2] sysvinit: adjust boot sequence and remove hack from udev

2013-11-01 Thread Qi.Chen
From: Chen Qi qi.c...@windriver.com Adjust the boot sequence in sysvinit based systems. The mountall.sh (mounting the local file system) needs to be started before udev and bootlogd. This patch makes mountall.sh start before udev and removes the hack of mounting tmpfs in the udev init script.