Re: [OE-core] [CONSOLIDATED PULL 053/113] eglibc: Only add eglibc-utils to PACKAGES if wchar is supported

2012-01-03 Thread Phil Blundell
On Mon, 2012-01-02 at 22:19 -0800, Saul Wold wrote: -PACKAGES = ${PN}-dbg ${PN} catchsegv${PKGSUFFIX} sln${PKGSUFFIX} nscd${PKGSUFFIX} ldd${PKGSUFFIX} ${PN}-utils eglibc-extra-nss${PKGSUFFIX} eglibc-thread-db${PKGSUFFIX} ${PN}-pic ${PN}-dev ${PN}-doc libcidn${PKGSUFFIX}

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible host and add eglibc-dbg in rdepends

2012-01-03 Thread Phil Blundell
On Thu, 2011-12-29 at 02:19 +, Luo Zhenhua-B19537 wrote: [Luo Zhenhua-B19537] The reason is that valgrind requires non-stripped libraries of glibc during running. What is the failure mode if you don't have them? p. ___ Openembedded-core

Re: [OE-core] [CONSOLIDATED PULL 061/113] wpa-supplicant - pulls GPLv3 license rpm in a non-GPLv3 build (libgnutls-extra)

2012-01-03 Thread Phil Blundell
On Mon, 2012-01-02 at 22:19 -0800, Saul Wold wrote: +def get_defconfig(bb, d): + if d.getVar('INCOMPATIBLE_LICENSE', 1) in [ 'GPLv3' ]: + return -nogplv3 + return Is this really the sort of thing we want to be doing? It seems like an abuse of INCOMPATIBLE_LICENSE to me.

Re: [OE-core] [CONSOLIDATED PULL 012/113] base.bbclass: Allow buildstats to be optionally supplied

2012-01-03 Thread Phil Blundell
On Mon, 2012-01-02 at 22:18 -0800, Saul Wold wrote: From: Mark Hatle mark.ha...@windriver.com Buildstats should be allowed to be optionally enabled. It's recommended that it be enabled via the USER_CLASSES setting. Alternatively it could be enabled via the INHERIT_DISTRO or similar

Re: [OE-core] [CONSOLIDATED PULL 083/113] procps: raise update-alternatives priority

2012-01-03 Thread Phil Blundell
On Mon, 2012-01-02 at 22:20 -0800, Saul Wold wrote: From: Koen Kooi k...@dominion.thruhere.net This fixes a problem with the uptime utility: root@beagleboneA3-0088:/var/lib/cloud9# busybox uptime 16:00:17 up 2 days, 6:46, load average: 0.14, 0.04, 0.05

Re: [OE-core] [CONSOLIDATED PULL 112/113] glib-2.0: disable glib due to host contamination

2012-01-03 Thread Phil Blundell
On Mon, 2012-01-02 at 22:20 -0800, Saul Wold wrote: -EXTRA_OECONF = --disable-debug --enable-included-printf=no +EXTRA_OECONF = --disable-debug --enable-included-printf=no --disable-dtrace I suppose you meant to say disable dtrace rather than disable glib in the subject line. Also, please add

[OE-core] [PATCH 3/3] distro-tracking-fields: update qt recipe info

2012-01-03 Thread Paul Eggleton
* Update for Qt 4.8.0 * qt4-tools-native was replaced with qt4-native some time ago Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 38 ++-- 1 files changed, 19 insertions(+), 19 deletions(-) diff --git

[OE-core] [PATCH 1/3] qt4: fix incorrect architecture for qt4 tools

2012-01-03 Thread Paul Eggleton
Don't install the native staging versions of the qt4 tools in the bin directory; we have been doing this for a very long time but it is no longer necessary since we specify them via the QMAKE_UIC, QMAKE_MOC etc. variables. Doing so was sometimes resulting in those executables being the ones that

[OE-core] [PATCH 2/3] qt4: add version 4.8.0

2012-01-03 Thread Paul Eggleton
Version 4.8.0 makes a few minor changes in the internal build system - the following issues had to be worked around: * The -qt-gif configure option has been removed. This is actually the default and has been for some time, so remove it from qt4.inc. * The mkspecs have been refactored requiring

[OE-core] [PATCH 0/3] Qt 4.8.0 upgrade, Qt 4.7.4 architecture fix

2012-01-03 Thread Paul Eggleton
This pull request fixes the architecture warnings for Qt 4.7.4 and adds recipes for building the recently released Qt 4.8.0 (with DEFAULT_PREFERENCE = -1). The following changes since commit de679a3036ebef1c7d7b8ee23f05590c95e498d9: pseudo: ensure libs are included in package (2012-01-03

Re: [OE-core] [PATCH] image_types: Ensure /init exists for cpio rootfs archives

2012-01-03 Thread Andrea Adami
On Sat, Dec 31, 2011 at 12:18 AM, Darren Hart dvh...@linux.intel.com wrote: On 12/30/2011 12:25 AM, Andrea Adami wrote: On Thu, Dec 29, 2011 at 12:54 AM, Darren Hart darren.h...@intel.com wrote: I sent this to the yocto list by mistake, forwarding here for comment In order for the kernel to

Re: [OE-core] [PATCH] Alter order of file systems tried by mount

2012-01-03 Thread Gary Thomas
On 2011-11-30 05:19, Gary Thomas wrote: The file /etc/filesystems is used by busybox 'mount' when attempting to mount a file system when the type is not specified. This change alters the order so that more capable systems are tried first. Without this change, an EXT3 system will mount as EXT2

Re: [OE-core] [PATCH] libxml2: add shared library version info to libxml shared libraries

2012-01-03 Thread McClintock Matthew-B29882
On Mon, Jan 2, 2012 at 5:25 PM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Jan 03, 2012 at 12:22:28AM +0100, Martin Jansa wrote: On Mon, Jan 02, 2012 at 04:05:16PM -0600, Matthew McClintock wrote: This fixes an issue with RPM where it checks version imformation for binaries linked

[OE-core] [PATCH 0/1] Change POKY_*_INSTALL to COREIMAGE_*_INSTALL

2012-01-03 Thread Saul Wold
This will require a coordinated change with meta-qt3 and will cause issues with the Autobuilder for 1.1.1 builds since we will need to the AB tagging working. Sau! The following changes since commit de679a3036ebef1c7d7b8ee23f05590c95e498d9: pseudo: ensure libs are included in package

[OE-core] [PATCH 1/1] Rename references from POKY_*_INSTALL to COREIMAGE_*_INSTALL

2012-01-03 Thread Saul Wold
The names POKY_BASE_INSTALL and POKY_EXTRA_INSTALL have been renamed to COREIMAGE_BASE_INSTALL and COREIMAGE_EXTRA_INSTALL Based on Mark Hatle's original work. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/core-image.bbclass|8

Re: [OE-core] [PATCH 1/1] Rename references from POKY_*_INSTALL to COREIMAGE_*_INSTALL

2012-01-03 Thread Phil Blundell
On Tue, 2012-01-03 at 08:40 -0800, Saul Wold wrote: The names POKY_BASE_INSTALL and POKY_EXTRA_INSTALL have been renamed to COREIMAGE_BASE_INSTALL and COREIMAGE_EXTRA_INSTALL Actually, it seems that they haven't quite... -POKY_BASE_INSTALL = '\ +COERIMAGE_BASE_INSTALL = '\

Re: [OE-core] [RFC] LICENSE Standards

2012-01-03 Thread Mark Hatle
On 12/28/11 5:39 AM, Paul Eggleton wrote: On Friday 23 December 2011 11:05:01 Mark Hatle wrote: On Tuesday 20 December 2011 08:17:22 Flanagan, Elizabeth wrote: - In most cases, LICENSE is set for the recipe, however, a recipe that contains multiple packages, all of whom may have a distinct

Re: [OE-core] [PATCH] libxml2: add shared library version info to libxml shared libraries

2012-01-03 Thread Martin Jansa
On Tue, Jan 03, 2012 at 04:21:16PM +, McClintock Matthew-B29882 wrote: On Mon, Jan 2, 2012 at 5:25 PM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Jan 03, 2012 at 12:22:28AM +0100, Martin Jansa wrote: On Mon, Jan 02, 2012 at 04:05:16PM -0600, Matthew McClintock wrote: This fixes

[OE-core] [PATCH] python-native: correct prefix handling for oe-core sysroot layout

2012-01-03 Thread Phil Blundell
Don't try to guess a path based on ${HOST_SYS} since this is not where the files in the sysroot are likely to be. Instead, just use the plat_specific approach of taking STAGING_INCDIR and knocking off the trailing /include for all cases. This is still evidently suboptimal but does at least seem

Re: [OE-core] [PATCH] python-native: correct prefix handling for oe-core sysroot layout

2012-01-03 Thread Martin Jansa
On Tue, Jan 03, 2012 at 05:39:35PM +, Phil Blundell wrote: Don't try to guess a path based on ${HOST_SYS} since this is not where the files in the sysroot are likely to be. Instead, just use the plat_specific approach of taking STAGING_INCDIR and knocking off the trailing /include for all

[OE-core] [PATCH 1/1] Rename references from POKY_*_INSTALL to COREIMAGE_*_INSTALL

2012-01-03 Thread Saul Wold
The names POKY_BASE_INSTALL and POKY_EXTRA_INSTALL have been renamed to COREIMAGE_BASE_INSTALL and COREIMAGE_EXTRA_INSTALL Based on Mark Hatle's original work. Signed-off-by: Saul Wold s...@linux.intel.com --- meta/classes/core-image.bbclass|8

[OE-core] [PATCH 0/1] v2 - POKY - COREIMAGE

2012-01-03 Thread Saul Wold
Thanks to Phil for pointing out my Dyslexic COER Sau! The following changes since commit de679a3036ebef1c7d7b8ee23f05590c95e498d9: pseudo: ensure libs are included in package (2012-01-03 12:10:59 +) are available in the git repository at:

Re: [OE-core] [PATCH] Alter order of file systems tried by mount

2012-01-03 Thread Saul Wold
On 01/03/2012 08:13 AM, Gary Thomas wrote: On 2011-11-30 05:19, Gary Thomas wrote: The file /etc/filesystems is used by busybox 'mount' when attempting to mount a file system when the type is not specified. This change alters the order so that more capable systems are tried first. Without this

Re: [OE-core] [PATCH] python-native: correct prefix handling for oe-core sysroot layout

2012-01-03 Thread Phil Blundell
On Tue, 2012-01-03 at 18:47 +0100, Martin Jansa wrote: Where did you get python-native_2.6.6? That was removed with 2.7.2 upgrade in commit b284e9a512860b8a8380be80f96cebce6b92ff80 Author: Nitin A Kamble nitin.a.kam...@intel.com Date: Fri Oct 14 07:06:13 2011 + Cheers, Ah yes,

Re: [OE-core] [CONSOLIDATED PULL 012/113] base.bbclass: Allow buildstats to be optionally supplied

2012-01-03 Thread Mark Hatle
On 1/3/12 6:14 AM, Phil Blundell wrote: On Mon, 2012-01-02 at 22:18 -0800, Saul Wold wrote: From: Mark Hatlemark.ha...@windriver.com Buildstats should be allowed to be optionally enabled. It's recommended that it be enabled via the USER_CLASSES setting. Alternatively it could be enabled via

Re: [OE-core] [PATCH] Alter order of file systems tried by mount

2012-01-03 Thread Gary Thomas
On 2012-01-03 11:00, Saul Wold wrote: On 01/03/2012 08:13 AM, Gary Thomas wrote: On 2011-11-30 05:19, Gary Thomas wrote: The file /etc/filesystems is used by busybox 'mount' when attempting to mount a file system when the type is not specified. This change alters the order so that more capable

Re: [OE-core] [PATCH 0/1] v2 - POKY - COREIMAGE

2012-01-03 Thread Saul Wold
On 01/03/2012 09:57 AM, Saul Wold wrote: Thanks to Phil for pointing out my Dyslexic COER Sau! Please hold off on this patch until we get 1.1.1 completed, due to issue with the Autobuilder that will take longer to deal with. Sau! The following changes since commit

Re: [OE-core] [PATCH] busybox: rename syslog.conf to syslog-startup.conf

2012-01-03 Thread Anders Darander
On 2 jan 2012, at 22:51, Joshua Lock j...@linux.intel.com wrote: Busybox 1.19 introduced basic support for an rsyslog inspired syslog.conf whereas we've been shipping syslog.conf as a file to be sourced by the syslog init script in order to configure which options busybox's syslog is

Re: [OE-core] [PATCH] libxml2: add shared library version info to libxml shared libraries

2012-01-03 Thread McClintock Matthew-B29882
On Tue, Jan 3, 2012 at 11:31 AM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Jan 03, 2012 at 04:21:16PM +, McClintock Matthew-B29882 wrote: On Mon, Jan 2, 2012 at 5:25 PM, Martin Jansa martin.ja...@gmail.com wrote: On Tue, Jan 03, 2012 at 12:22:28AM +0100, Martin Jansa wrote: On

Re: [OE-core] [PATCH 0/4] self-hosted-image: Add mini X

2012-01-03 Thread Saul Wold
On 12/22/2011 04:16 AM, edwin.z...@intel.com wrote: From: Zhai Edwinedwin.z...@intel.com This is the new version modified according to Paul and Saul's comments: Use mini-x-session, change script name, and more accurate license. The following changes since commit

Re: [OE-core] [PATCH 0/1] Fix buildhistory issue with recommends and RPM

2012-01-03 Thread Saul Wold
On 12/22/2011 09:20 AM, Paul Eggleton wrote: The following changes since commit db446421933d640528328e46a29f828a36d6649b: multilib.conf: Enable shadow-sysroot and libffi (2011-12-21 17:24:37 +) are available in the git repository at:

Re: [OE-core] [PATCH 0/4] linux-yocto: consolidated pull request

2012-01-03 Thread Saul Wold
On 12/22/2011 10:05 AM, Bruce Ashfield wrote: Richard/Saul, Here's a consolidated pull request that adds the cedartrail, and updates some remaining reference platforms to 3.0.x, including updated -rt support. There are also a couple of minor bug fixes that I found when working on M2

Re: [OE-core] [PATCH] kernel.bbclass: fix pkg_postinst and pkg_postrm

2012-01-03 Thread Saul Wold
On 12/22/2011 03:46 PM, Andrea Adami wrote: * Symptom: kernel symlink in /boot is not created. * Rename in order to create the expected files: * /var/lib/opkg/info/kernel-3.1.4.postinst * /var/lib/opkg/info/kernel-3.1.4.postrm Signed-off-by: Andrea Adamiandrea.ad...@gmail.com ---

Re: [OE-core] [PATCH] buildhistory: avoid quoting issues with the layer list for build-id

2012-01-03 Thread Saul Wold
On 12/23/2011 08:23 AM, Christopher Larson wrote: The layer list is multiline, and includes quotes, so including it within quotes is problematic, particularly if the revision includes characters which are not valid outside of a quoted string in shell. To reproduce this failure: do a build with

Re: [OE-core] [PATCH v2 00/15] recipe Upgrades Fixes

2012-01-03 Thread Saul Wold
On 01/02/2012 12:38 PM, nitin.a.kam...@intel.com wrote: From: Nitin A Kamblenitin.a.kam...@intel.com This is version 2 of pull request with following changes. The commit of automake is redone to fix the styling. The commit of quilt is redone to avoid packaging warnings. A new commit for

Re: [OE-core] [PATCH] procps: raise update-alternatives priority

2012-01-03 Thread Saul Wold
On 12/31/2011 08:04 AM, Koen Kooi wrote: This fixes a problem with the uptime utility: root@beagleboneA3-0088:/var/lib/cloud9# busybox uptime 16:00:17 up 2 days, 6:46, load average: 0.14, 0.04, 0.05 root@beagleboneA3-0088:/var/lib/cloud9# uptime.procps 16:00:22 up 2 days, 6:46, 1 user,

[OE-core] [PATCH 1/2] prelink: also look at nonstandard lib paths

2012-01-03 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Prelinking for x32 image showed that it was ignoring libraries located at locations like /usr/libx32. Like that mips n32 has library locations set as lib32 This commit modifies prelink.conf to look at libraries also located at libx32 lib32

[OE-core] [PATCH 0/2] prelink vte fixes

2012-01-03 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The vte commit is redone to avoid adding introspection package in DEPENDS. Thanks, Nitin The following changes since commit 0ff1d667dc23b0cc903c18f1b5e032c2b6630aae: distro: Add poky-tiny distro definition (2012-01-03 21:33:15 +) are

[OE-core] [PATCH 2/2] vte: upgrade from 0.24.3 to 0.28.2

2012-01-03 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a patch to add introspection.m4 to avoid the following configure error: | src/Makefile.am:168: HAVE_INTROSPECTION does not appear in AM_CONDITIONAL | autoreconf: automake failed with exit status: 1 | ERROR: autoreconf execution failed. NOTE:

Re: [OE-core] [PATCH] patch.bbclass: abstract out logic that determines patches to apply

2012-01-03 Thread Saul Wold
On 12/27/2011 07:18 PM, Christopher Larson wrote: Pushed an updated version of the patch-refactor commit that should fix this. -- Christopher Larson On Tuesday, December 27, 2011 at 1:38 PM, Chris Larson wrote: On Tue, Dec 27, 2011 at 1:33 PM, Saul Wold s...@linux.intel.com

Re: [OE-core] [RFC PATCH 0/1] Locale package installation

2012-01-03 Thread Saul Wold
On 12/28/2011 05:43 AM, Paul Eggleton wrote: Implement locale package installation as we had in OE-Classic; please review. In particular I'm not sure of the naming of rootfs_check_package_exists() (since it resolves the package to a filename in the case of RPM). Note that because of the default

Re: [OE-core] [PATCH 0/2] Bug fixes

2012-01-03 Thread Saul Wold
On 12/29/2011 12:09 AM, edwin.z...@intel.com wrote: From: Zhai Edwinedwin.z...@intel.com All, Patch of gnome-keyring to fix gsettings-data-convert seg fault, modified according to Saul's comments. Another patch of matchbox-wm to remove the dependence between window manager and X session. The

Re: [OE-core] [PATCH] wpa-supplicant - pulls GPLv3 license rpm in a non-GPLv3 build (libgnutls-extra)

2012-01-03 Thread Saul Wold
On 12/29/2011 02:22 AM, Andrei Gherzan wrote: From: Andrei Gherzanandrei.gher...@windriver.com Two different defconfigs are chosen, one for with GPLv3 build and one for without. In this way, libgnutls-extra is not pulled in a non-GPLv3 build. [YOCTO #1845] Signed-off-by: Andrei

Re: [OE-core] [PATCH 0/2] Upgrade chrpath and libevent

2012-01-03 Thread Saul Wold
On 12/23/2011 09:31 AM, Scott Garman wrote: Hello, This pull request upgrades the chrpath and libevent recipes. It has been build-tested on all 5 of our qemu architectures. Scott The following changes since commit c38693f78c968ab5f4bb557c20d1c8c55393ed6b: opkg: Fix installation order in

Re: [OE-core] [PATCH v2] elfutils: fix for dso link change in recent ld

2012-01-03 Thread Saul Wold
On 12/29/2011 02:14 PM, Christopher Larson wrote: From: Christopher Larsonchris_lar...@mentor.com This patch makes the link to the dependencies of libdw explicit, as recent ld no longer implicitly links them. See http://lists.fedoraproject.org/pipermail/devel/2010-March/133601.html as a similar

Re: [OE-core] [PATCH 0/1] scripts/rpm2cpio.sh fix

2012-01-03 Thread Saul Wold
On 12/29/2011 05:29 PM, tom.zanu...@intel.com wrote: From: Tom Zanussitom.zanu...@intel.com When running rpm2cpio.sh on an xz-compressed rpm, it failed with the error: tmp/sysroots/x86_64-linux/usr/bin/unlzma: (stdin): File format not recognized This is due to the script demanding lowercase

Re: [OE-core] [PATCH 0/3] Package upgrade, Dec30, 2011

2012-01-03 Thread Saul Wold
On 12/30/2011 12:11 AM, edwin.z...@intel.com wrote: From: Zhai Edwinedwin.z...@intel.com Packages upgrade for lighttpd, libassuan and apr-util. Thanks, Edwin The following changes since commit 429d3c9adae8b4bb166df22e70cc29aba41d6867: matchbox-wm: Remove x-session-manager handling

Re: [OE-core] [PATCH 0/6] upgrading from Dexuan: Dec 30, 2011

2012-01-03 Thread Saul Wold
On 12/30/2011 12:53 AM, Dexuan Cui wrote: The following changes since commit 9fc755cdb528f0913baf1f2d86ef62ee4cae92f2: Add Upstream-Status to patches (2011-12-29 13:58:12 -0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/stage/master_under_test

Re: [OE-core] [PATCH 0/1] buildhistory: improve git commit robustness

2012-01-03 Thread Saul Wold
On 12/30/2011 05:36 AM, Paul Eggleton wrote: The following change since commit 8f348ccad083d6c02c200652ff6295e701e88f0d: coreutils: ensure --color works so DEPEND on libcap (2011-12-24 10:05:35 +) is available in the git repository at:

Re: [OE-core] [PATCH] image_types: Ensure /init exists for cpio rootfs archives

2012-01-03 Thread Saul Wold
On 12/28/2011 03:54 PM, Darren Hart wrote: I sent this to the yocto list by mistake, forwarding here for comment In order for the kernel to accept an initramfs as a rootfs, it must have /init - even if it is an empty file. Touch /init to ensure it exists for cpio and cpio.gz image types. When

Re: [OE-core] [PATCH v2 1/2] u-boot: improved DESCRIPTION, fixed HOMEPAGE

2012-01-03 Thread Saul Wold
On 12/28/2011 12:43 AM, Frans Meulenbroeks wrote: HOMEPAGE pointed to an sf.net page that said that the page did not exist any more and after that it redirected to the denx.de page; updated HOMEPAGE to point to that page Also improved the description to use the official capitalisation

Re: [OE-core] [PATCH 00/13] [V3] Upgrade Packages, Dec 26, 2011

2012-01-03 Thread Saul Wold
On 12/26/2011 06:56 AM, Shane Wang wrote: This is version 3. All, These are recipe upgrading for polkit, gst-plugins-ugly, gst-plugins-bad, gst-fluendo-mp3, gst-fluendo-mpegdemux, gst-ffmpeg, glib-2.0, mtd-utils, valgrind, telepathy-glib, ofono, and libpcap. Please review and pull. Changes

Re: [OE-core] [PATCH 00/14] [RESEND V2] Upgrade 12 more packages, Dec 30, 2011

2012-01-03 Thread Saul Wold
On 12/30/2011 06:33 AM, Shane Wang wrote: This is the second version of the patch set which I sent out with the title [V1] Upgrade 4 more packages, Dec 27, 2011, I upgrade 8 more packages. So, totally 12 for this round, it includes freetype, minicom, libical, libsamplerate0, hdparm,

Re: [OE-core] [PATCH 0/4] Fixes for tiny distros and linux-yocto-tiny

2012-01-03 Thread Saul Wold
On 12/28/2011 03:38 PM, Darren Hart wrote: In preparation for defining a poky-tiny distribution for meta-yocto, I found I needed the following patches. They mostly enable finer grained configuration of dependencies and allow for building without widechar support. The linux-yocVto-tiny recipe

Re: [OE-core] [RFC PATCH 0/2] Add alsa-state from OE Classic

2012-01-03 Thread Saul Wold
On 01/02/2012 06:26 PM, Joshua Lock wrote: Please review the following changes for suitability for inclusion. If you have any objections or suggestions for improvement, please respond to the patches. If you agree with the changes, please provide your Acked-by. The small series following

Re: [OE-core] [CONSOLIDATED PULL 012/113] base.bbclass: Allow buildstats to be optionally supplied

2012-01-03 Thread Saul Wold
On 01/03/2012 10:06 AM, Mark Hatle wrote: On 1/3/12 6:14 AM, Phil Blundell wrote: On Mon, 2012-01-02 at 22:18 -0800, Saul Wold wrote: From: Mark Hatlemark.ha...@windriver.com Buildstats should be allowed to be optionally enabled. It's recommended that it be enabled via the USER_CLASSES

Re: [OE-core] [RFC PATCH 0/1] Locale package installation

2012-01-03 Thread Paul Eggleton
On Tuesday 03 January 2012 15:54:12 Saul Wold wrote: On 12/28/2011 05:43 AM, Paul Eggleton wrote: Implement locale package installation as we had in OE-Classic; please review. In particular I'm not sure of the naming of rootfs_check_package_exists() (since it resolves the package to a

Re: [OE-core] [PATCH 01/16] qt4-graphics-system: add

2012-01-03 Thread Otavio Salvador
On Mon, Jan 2, 2012 at 16:38, Martin Jansa martin.ja...@gmail.com wrote: We don't have an xserver-common in oe-core, what does it provide? that's x11-common equivalent in meta-oe, VIRTUAL_RUNTIME should be used here like in meta/recipes-sato/tasks/task-core-x11.bb # xserver-common,

Re: [OE-core] [PATCH 0/2] Bug fixes

2012-01-03 Thread Zhai, Edwin
On 01/04/2012 07:56 AM, Saul Wold wrote: On 12/29/2011 12:09 AM, edwin.z...@intel.com wrote: From: Zhai Edwinedwin.z...@intel.com All, Patch of gnome-keyring to fix gsettings-data-convert seg fault, modified according to Saul's comments. Another patch of matchbox-wm to remove the dependence

Re: [OE-core] [RFC PATCH 0/2] Add alsa-state from OE Classic

2012-01-03 Thread Joshua Lock
On 03/01/12 16:43, Saul Wold wrote: On 01/02/2012 06:26 PM, Joshua Lock wrote: Please review the following changes for suitability for inclusion. If you have any objections or suggestions for improvement, please respond to the patches. If you agree with the changes, please provide your

[OE-core] [PATCH 2/2] cogl: ensure we can build on armv4

2012-01-03 Thread Joshua Lock
Without this patch cogl will not build for armv4 as it uses an unsupported instruction. This changeset adds a patch from Wolfgang Denk to add an extra guard around armv5 or above code. Signed-off-by: Joshua Lock j...@linux.intel.com --- .../clutter/cogl/build_for_armv4t.patch| 23

[OE-core] [PATCH 1/2] linux-tools: add binutils to perf DEPENDS

2012-01-03 Thread Joshua Lock
We have witnessed non-deterministic failures of perf for some platforms whilst looking for bfd.h, a header provided by binutils. Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/recipes-kernel/linux/linux-tools.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git

[OE-core] [PATCH 0/2] Minor fixes

2012-01-03 Thread Joshua Lock
A couple of small patches created in the course of putting together a point release for Yocto 1.1. Cheers, Joshua The following changes since commit de679a3036ebef1c7d7b8ee23f05590c95e498d9: pseudo: ensure libs are included in package (2012-01-03 12:10:59 +) are available in the git

Re: [OE-core] [poky] [PATCH] flex/bison: Don't hardcode M4 path

2012-01-03 Thread Colin Walters
On Tue, 2012-01-03 at 16:53 -0800, Saul Wold wrote: The flex and bison configure scripts use AC_PATH_PROG to get a full path to m4 and embed this in config.h (and then to the generated binary), but this blows up when the m4 binary is in a temporary staging directory. Since we are

Re: [OE-core] [PATCH v2 oe-core] valgrind: add powerpc to the compatible host and add ${TCLIBC}-dbg in RRECOMMENDS

2012-01-03 Thread Luo Zhenhua-B19537
Since valgrind has been upgraded to 3.7.0, a new patch to add powerpc support will be submitted, please ignore this one. Best Regards, Zhenhua -Original Message- From: Luo Zhenhua-B19537 Sent: Thursday, December 29, 2011 10:39 AM To: openembedded-core@lists.openembedded.org Cc:

[OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible host and add ${TCLIBC}-dbg in RRECOMMENDS

2012-01-03 Thread b19537
From: Zhenhua Luo b19...@freescale.com 1. add powerpc into the compatible host list 2. valgrind requires the non-stripped libraries of ${TCLIBC}, so add ${TCLIBC}-dbg into RRECOMMENDS_valgrind Signed-off-by: Zhenhua Luo b19...@freescale.com ---

[OE-core] [PATCH 1/7] ncurses: move libraries to base_libdir

2012-01-03 Thread Scott Garman
Various utilities (including bash and the util-linux programs) located in base_bindir (/bin) or base_sbindir (/sbin) dynamically link against many of the ncurses libraries. So move these libraries from libdir (/usr/lib) to base_libdir (/lib). Signed-off-by: Scott Garman scott.a.gar...@intel.com

[OE-core] [PATCH 0/7] New QA tests for unsafe references to exec_prefix [v2]

2012-01-03 Thread Scott Garman
Hello, This is a P2 feature for Yocto 1.2. It adds two new QA tests to check files in base_bindir, base_sbindir, and base_libdir for references to files under exec_prefix (e.g, dynamic linking for binaries and references to exec_prefix in scripts). The reason for these tests is that exec_prefix

[OE-core] [PATCH 3/7] util-linux: move libraries to base_libdir

2012-01-03 Thread Scott Garman
Various util-linux programs in base_sbindir (/sbin) linked to libraries located under exec_prefix (/usr). Since this is not safe, move these libraries from libdir (/usr/lib) to base_libdir (/lib). Signed-off-by: Scott Garman scott.a.gar...@intel.com ---

[OE-core] [PATCH 4/7] e2fsprogs: move libraries to base_libdir

2012-01-03 Thread Scott Garman
The e2fsprogs utilities are installed into base_sbindir (/sbin) and should not link to libraries under exec_prefix (/usr). So move these libraries from libdir (/usr/lib) to base_libdir (/lib). Signed-off-by: Scott Garman scott.a.gar...@intel.com --- .../e2fsprogs/e2fsprogs_1.41.14.bb

[OE-core] [PATCH 5/7] libusb1: move libraries to base_libdir

2012-01-03 Thread Scott Garman
udev links to libusb1, and so these libraries need to be in base_libdir (/lib) instead of libdir (/usr/lib). Signed-off-by: Scott Garman scott.a.gar...@intel.com --- meta/recipes-support/libusb/libusb1_1.0.8.bb | 16 ++-- 1 files changed, 14 insertions(+), 2 deletions(-) diff

[OE-core] [PATCH 6/7] libusb-compat: move libraries to base_libdir

2012-01-03 Thread Scott Garman
udev links to libusb-compat, and so this library needs to be in base_libdir (/lib) instead of libdir (/usr/lib). Signed-off-by: Scott Garman scott.a.gar...@intel.com --- meta/recipes-support/libusb/libusb-compat_0.1.3.bb | 12 +++- 1 files changed, 11 insertions(+), 1 deletions(-)

[OE-core] [PATCH 7/7] insane.bbclass: add QA tests for unsafe references to exec_prefix

2012-01-03 Thread Scott Garman
Files under exec_prefix (commonly /usr) may not be available during system recovery. exec_prefix may also be kept on a separate partition that is mounted late in the boot process. This QA test throws an warning if a binary in base_[bindir|sbindir|libdir] is dynamically linked to a file under

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible host and add eglibc-dbg in rdepends

2012-01-03 Thread McClintock Matthew-B29882
On Tue, Jan 3, 2012 at 9:52 PM, Garg Vakul-B16394 b16...@freescale.com wrote: Hi Valgrind's requirements from packaging are listed at: http://valgrind.org/docs/manual/dist.readme-packagers.html It recommends to have at least debuginfo pkg of ld.so installed. On some targets such as

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible host and add eglibc-dbg in rdepends

2012-01-03 Thread McClintock Matthew-B29882
On Tue, Jan 3, 2012 at 10:16 PM, Garg Vakul-B16394 b16...@freescale.com wrote: Hi Matthew Are you proposing to add 'debuginfo pkg of ld.so'? What provides ld.so? That package should provide a ${PKGNAME}-dbg which contains the debug version. This work should already be done, in theory at least.

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible host and add eglibc-dbg in rdepends

2012-01-03 Thread McClintock Matthew-B29882
On Tue, Jan 3, 2012 at 10:31 PM, Garg Vakul-B16394 b16...@freescale.com wrote: Hi Matthew I am not sure if I understood your point fully. I am suggesting to do below mentioned as suggested on valgrind page. http://valgrind.org/docs/manual/dist.readme-packagers.html If you don't want to

Re: [OE-core] [PATCH oe-core] valgrind: add powerpc to the compatible host and add eglibc-dbg in rdepends

2012-01-03 Thread Khem Raj
On (04/01/12 04:39), McClintock Matthew-B29882 wrote: On Tue, Jan 3, 2012 at 10:31 PM, Garg Vakul-B16394 b16...@freescale.com wrote: Hi Matthew I am not sure if I understood your point fully. I am suggesting to do below mentioned as suggested on valgrind page.

[OE-core] Recent xserver-kdrive failure and util-macros update

2012-01-03 Thread Saul Wold
We seem to have a relatively new failure in xserver-kdrive, which appeared in the last set of change. I tried to run though a bisect but was not able to find the problem. The problem seems to be related to configure.ac setting of XSERVER_CFLAGS='$(CWARNFLAGS)' and then using