Re: [OE-core] [PATCH 0/3] perf-scripting/perf-tui features, v2

2012-07-09 Thread Saul Wold
On 07/07/2012 10:18 PM, Tom Zanussi wrote: On Fri, 2012-07-06 at 15:29 -0500, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com This patchset adds perf-scriping and perf-tui features as a per-arch thing rather than per-machine, as suggested by Richard Purdie. I just started

Re: [OE-core] fetcher protocols not worth documenting?

2012-07-09 Thread Burton, Ross
Hi, On 7 July 2012 11:06, Robert P. J. Day rpj...@crashcourse.ca wrote: currently summarizing the variations of fetch protocols and a brief search of oe-core shows no apparent uses of any of: * cvs * bzr * hg * osc * perforce * ssh * svk so, under the circumstances, i'm just going

Re: [OE-core] setting EXTRA_IMAGE_FEATURES explicitly in .bb file can screw things up

2012-07-09 Thread Andrei Gherzan
On Sat, Jul 7, 2012 at 9:52 PM, Robert P. J. Day rpj...@crashcourse.cawrote: a while back, i whined about the inconsistent usage of EXTRA_IMAGE_FEATURES, like this as a snippet: meta/recipes-sato/images/core-image-sato-sdk.bb:EXTRA_IMAGE_FEATURES += tools-debug tools-profile

Re: [OE-core] more pedantry -- looking to clarify layers definition, BBPATH, BBFILES, etc.

2012-07-09 Thread Andrei Gherzan
On Sun, Jul 8, 2012 at 8:59 PM, Robert P. J. Day rpj...@crashcourse.cawrote: (most of this is sort of self-evident but it's not documented as well as it could be so i just want to make sure i have it exactly right.) snippets of some layer.conf files: oe-core: BBPATH .= :${LAYERDIR}

Re: [OE-core] [PATCH 2/5] bluez4: update to ver. 4.101

2012-07-09 Thread Stefan Herbrechtsmeier
Am 04.07.2012 13:34, schrieb Cristian Iorga: Signed-off-by: Cristian Iorga cristian.io...@intel.com --- .../{bluez4-4.99 = bluez4-4.101}/bluetooth.conf |0 .../{bluez4-4.99 = bluez4-4.101}/sbc_mmx.patch|0 .../bluez/{bluez4_4.99.bb = bluez4_4.101.bb} |9 - 3

Re: [OE-core] more pedantry -- looking to clarify layers definition, BBPATH, BBFILES, etc.

2012-07-09 Thread Martin Jansa
On Sun, Jul 08, 2012 at 01:59:48PM -0400, Robert P. J. Day wrote: (most of this is sort of self-evident but it's not documented as well as it could be so i just want to make sure i have it exactly right.) snippets of some layer.conf files: oe-core: BBPATH .= :${LAYERDIR} BBFILES

Re: [OE-core] tcf-agent, matchbox-wm-2: Correct proto=git to protocol=git.

2012-07-09 Thread Andrei Gherzan
On Sat, Jul 7, 2012 at 1:54 PM, Robert P. J. Day rpj...@crashcourse.cawrote: proto=git is not a valid parameter for the git fetcher. NOTE: package matchbox-wm-2-0.1+git1+01fa5465743c9ee43d040350f4405d35293e4869-r1: task do_fetch: Succeeded Anyway, in the git.py, code is searching for

Re: [OE-core] more pedantry -- looking to clarify layers definition, BBPATH, BBFILES, etc.

2012-07-09 Thread Martin Jansa
On Mon, Jul 09, 2012 at 11:23:32AM +0200, Martin Jansa wrote: On Sun, Jul 08, 2012 at 01:59:48PM -0400, Robert P. J. Day wrote: (most of this is sort of self-evident but it's not documented as well as it could be so i just want to make sure i have it exactly right.) snippets of

Re: [OE-core] [PATCH V2 00/14] eglibc 2.16

2012-07-09 Thread Martin Jansa
On Sun, Jul 08, 2012 at 09:26:12PM -0700, Khem Raj wrote: On Sun, Jul 8, 2012 at 9:10 AM, Khem Raj raj.k...@gmail.com wrote: V2: Additionally, changed gcc to use git fetcher update E5500/E6500 patches for gcc and binutils (backported from mainline) images form p5020ds 32/64 bit built

Re: [OE-core] [PATCH 2/3] multilib: Enable multilib remapping for SDK generation

2012-07-09 Thread Mark Hatle
On 7/9/12 5:39 AM, Richard Purdie wrote: On Fri, 2012-07-06 at 14:14 -0500, Mark Hatle wrote: Enable the remapping for SDK generation, this is required to be able to create an SDK that targets an alternative multilib. Note, this work does not finish SDK/multilib support, but it is one more

Re: [OE-core] [PATCH 0/3] perf-scripting/perf-tui features, v2

2012-07-09 Thread Tom Zanussi
On Mon, 2012-07-09 at 00:55 -0700, Saul Wold wrote: On 07/07/2012 10:18 PM, Tom Zanussi wrote: On Fri, 2012-07-06 at 15:29 -0500, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com This patchset adds perf-scriping and perf-tui features as a per-arch thing rather than

Re: [OE-core] [PATCH 0/3] perf-scripting/perf-tui features, v2

2012-07-09 Thread Bruce Ashfield
On Mon, Jul 9, 2012 at 9:47 AM, Tom Zanussi tom.zanu...@intel.com wrote: On Mon, 2012-07-09 at 00:55 -0700, Saul Wold wrote: On 07/07/2012 10:18 PM, Tom Zanussi wrote: On Fri, 2012-07-06 at 15:29 -0500, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com This patchset

Re: [OE-core] [PATCH] ccache: Ensure CCACHE_DIR is cleaned by do_clean task

2012-07-09 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/9/2012 4:55 AM, Richard Purdie wrote: This ensures a rebuild does really build from scratch when ccache is in use. [YOCTO #2696] Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git

Re: [OE-core] [PATCH] ccache: Ensure CCACHE_DIR is cleaned by do_clean task

2012-07-09 Thread Mark Hatle
On 7/9/12 9:16 AM, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/9/2012 4:55 AM, Richard Purdie wrote: This ensures a rebuild does really build from scratch when ccache is in use. [YOCTO #2696] Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff

Re: [OE-core] [PATCH] ccache: Ensure CCACHE_DIR is cleaned by do_clean task

2012-07-09 Thread Richard Purdie
On Mon, 2012-07-09 at 07:16 -0700, Khem Raj wrote: On 7/9/2012 4:55 AM, Richard Purdie wrote: This ensures a rebuild does really build from scratch when ccache is in use. [YOCTO #2696] Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git

Re: [OE-core] [PATCH] ccache: Ensure CCACHE_DIR is cleaned by do_clean task

2012-07-09 Thread Mark Hatle
On 7/9/12 9:27 AM, Richard Purdie wrote: On Mon, 2012-07-09 at 07:16 -0700, Khem Raj wrote: On 7/9/2012 4:55 AM, Richard Purdie wrote: This ensures a rebuild does really build from scratch when ccache is in use. [YOCTO #2696] Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org

Re: [OE-core] [PATCH] ccache: Ensure CCACHE_DIR is cleaned by do_clean task

2012-07-09 Thread Richard Purdie
On Mon, 2012-07-09 at 09:25 -0500, Mark Hatle wrote: On 7/9/12 9:16 AM, Khem Raj wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/9/2012 4:55 AM, Richard Purdie wrote: This ensures a rebuild does really build from scratch when ccache is in use. [YOCTO #2696]

Re: [OE-core] [PATCH] ccache: Ensure CCACHE_DIR is cleaned by do_clean task

2012-07-09 Thread Richard Purdie
On Mon, 2012-07-09 at 09:31 -0500, Mark Hatle wrote: On 7/9/12 9:27 AM, Richard Purdie wrote: On Mon, 2012-07-09 at 07:16 -0700, Khem Raj wrote: On 7/9/2012 4:55 AM, Richard Purdie wrote: This ensures a rebuild does really build from scratch when ccache is in use. [YOCTO #2696]

[OE-core] [PATCH 0/1] Image/SDK multilib fixes [resend]

2012-07-09 Thread Mark Hatle
This is a rebased/resend of the multilib: Enable multilib remapping for SDK generation fix There have been no changes other then a rebase or current origin/master. --Mark The following changes since commit 68ea7d827710ae7c5cf402887d4c12319038e064: package_rpm: Avoid duplicate package

[OE-core] [PATCH 1/1] multilib: Enable multilib remapping for SDK generation

2012-07-09 Thread Mark Hatle
Enable the remapping for SDK generation, this is required to be able to create an SDK that targets an alternative multilib. Note, this work does not finish SDK/multilib support, but it is one more step toward making it work properly. Signed-off-by: Mark Hatle mark.ha...@windriver.com ---

[OE-core] [PATCH] psplash - Update to latest psplash version. LIC_CHKSUM Tweak

2012-07-09 Thread Franklin S Cooper Jr
* Update psplash to the latest version. * Change the license checksum to use the lines in the psplash.h that contains license information instead of doing a checksum on the entire file. Signed-off-by: Franklin S Cooper Jr fcoo...@ti.com --- meta/recipes-core/psplash/psplash_git.bb |6

Re: [OE-core] setting EXTRA_IMAGE_FEATURES explicitly in .bb file can screw things up

2012-07-09 Thread Robert P. J. Day
On Mon, 9 Jul 2012, Andrei Gherzan wrote: On Sat, Jul 7, 2012 at 9:52 PM, Robert P. J. Day rpj...@crashcourse.ca wrote:   a while back, i whined about the inconsistent usage of EXTRA_IMAGE_FEATURES, like this as a snippet:

Re: [OE-core] setting EXTRA_IMAGE_FEATURES explicitly in .bb file can screw things up

2012-07-09 Thread Paul Eggleton
On Monday 09 July 2012 11:24:27 Robert P. J. Day wrote: On Mon, 9 Jul 2012, Andrei Gherzan wrote: So IMHO the EXTRA_IMAGE_FEATURES variable in the image should be merged in the IMAGE_FEATURES above. I don't see the meaning of it. yup, that was precisely the point i was making. so given

[OE-core] [CONSOLIDATED PULL 02/41] directfb-examples: upgrade to 1.6.0

2012-07-09 Thread Saul Wold
From: Laurentiu Palcu laurentiu.pa...@intel.com Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...xamples_1.5.3.bb = directfb-examples_1.6.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/directfb/{directfb-examples_1.5.3.bb =

[OE-core] [CONSOLIDATED PULL 01/41] directfb: upgrade to 1.6.1

2012-07-09 Thread Saul Wold
From: Laurentiu Palcu laurentiu.pa...@intel.com Removed two backported patches that already exist in the current version and fixed a compilation issue when zlib is used. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- meta/recipes-graphics/directfb/directfb.inc|4 ++-

[OE-core] [CONSOLIDATED PULL 03/41] libx11: upgrade to 1.5.0

2012-07-09 Thread Saul Wold
From: Laurentiu Palcu laurentiu.pa...@intel.com Removed one backported patch. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- ...quest-as-substitute-for-GetReq-GetReqExtr.patch | 137 .../keysymdef_include.patch|0

[OE-core] [CONSOLIDATED PULL 00/41] Fixes and Updates

2012-07-09 Thread Saul Wold
Richard, This set contains a 2 patches that will fix multilib and non-gplv3 build issues, along with some other patches and updates. Sau! The following changes since commit 8f16811a8d51982a8b3d70e6087aef4a41926840: bootimg: Use STAGING_KERNEL_DIR (2012-07-06 09:38:17 +0100) are available in

[OE-core] [CONSOLIDATED PULL 04/41] libx11-trim: upgrade to 1.5.0

2012-07-09 Thread Saul Wold
From: Laurentiu Palcu laurentiu.pa...@intel.com Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../keysymdef_include.patch|0 .../makekeys_crosscompile.patch|0 .../x11_disable_makekeys.patch | 13

[OE-core] [CONSOLIDATED PULL 05/41] libx11-diet: upgrade to 1.5.0

2012-07-09 Thread Saul Wold
From: Laurentiu Palcu laurentiu.pa...@intel.com The X18NCMSstubs.diff was modified to please the -Werror=return-type compiler option. Otherwise, it will throw an error. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../X18NCMSstubs.diff |2 +-

[OE-core] [CONSOLIDATED PULL 06/41] libxi: upgrade to 1.6.1

2012-07-09 Thread Saul Wold
From: Laurentiu Palcu laurentiu.pa...@intel.com --- .../xorg-lib/{libxi_1.4.5.bb = libxi_1.6.1.bb}|4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-lib/{libxi_1.4.5.bb = libxi_1.6.1.bb} (82%) diff --git

[OE-core] [CONSOLIDATED PULL 07/41] xinput: upgrade to 1.6.0

2012-07-09 Thread Saul Wold
From: Laurentiu Palcu laurentiu.pa...@intel.com Licence file changed, an entire part has been removed. See diff below: TORTIOUS ACTION, ARISINGOUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE. - -Copyright 2007 Peter Hutterer - -Permission to use, copy, modify,

[OE-core] [CONSOLIDATED PULL 08/41] pixman: upgrade to 0.26.2

2012-07-09 Thread Saul Wold
From: Laurentiu Palcu laurentiu.pa...@intel.com Also, disable Loongson MMI for now because Pixman's build system will autodetect a Loongson2f architecture revision and the build will fail. Signed-off-by: Laurentiu Palcu laurentiu.pa...@intel.com --- .../{pixman_0.25.2.bb = pixman_0.26.2.bb}

[OE-core] [CONSOLIDATED PULL 09/41] recipes.txt: Add entries for recipes-rt and recipes-support

2012-07-09 Thread Saul Wold
From: Robert P. J. Day rpj...@crashcourse.ca Signed-off-by: Robert P. J. Day rpj...@crashcourse.ca --- meta/recipes.txt |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/recipes.txt b/meta/recipes.txt index bf7f19e..c3aa018 100644 --- a/meta/recipes.txt +++

[OE-core] [CONSOLIDATED PULL 10/41] gcc-common: Don't use is for comparing strings, use ==

2012-07-09 Thread Saul Wold
From: Kartik Mohta kartikmo...@gmail.com Needed because the equality check was failing here even though upon printing the LHS and RHS were the same. As per http://stackoverflow.com/a/2987975/64537, using is compares the memory addresses of the two objects which is not what we want here. We just

[OE-core] [CONSOLIDATED PULL 11/41] gthumb: run make install in parallel

2012-07-09 Thread Saul Wold
From: Ross Burton ross.bur...@intel.com We used to disable parallel make install because it was live-locking. I've since fixed a bug in gconf.bbclass that could have caused this, where gconftool was incorrectly running in make install. It's certainly been seen to crash when attempting a buggy

[OE-core] [CONSOLIDATED PULL 12/41] curl: upgrade to 7.26.0

2012-07-09 Thread Saul Wold
From: Alexandru DAMIAN alexandru.dam...@intel.com Config system changed from 7.24.0 and the noldlibpatch is no longer needed, thus deleted. Signed-off-by: Alexandru DAMIAN alexandru.dam...@intel.com --- meta/recipes-support/curl/curl/noldlibpath.patch | 76

[OE-core] [CONSOLIDATED PULL 13/41] apt 0.7.14: runtime error: filename too long (tmpdir length)

2012-07-09 Thread Saul Wold
From: Robert Yang liezhi.y...@windriver.com when the tmpdir dir is longer than 220, there is no files saved in tmp/sysroots/x86_64-linux/var/lib/apt/lists/ after run apt-get update, this is because apt-get uses the path as the file name, but the file name can't be longer than 255 according to

[OE-core] [CONSOLIDATED PULL 16/41] startup-notification: bump PR because libxcb-util soname was changed

2012-07-09 Thread Saul Wold
From: Martin Jansa martin.ja...@gmail.com Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../startup-notification_0.12.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-graphics/startup-notification/startup-notification_0.12.bb

[OE-core] [CONSOLIDATED PULL 17/41] matchbox-panel-2: bump PR because libxcb-util soname was changed

2012-07-09 Thread Saul Wold
From: Martin Jansa martin.ja...@gmail.com Signed-off-by: Martin Jansa martin.ja...@gmail.com --- .../matchbox-panel-2/matchbox-panel-2_git.bb |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-sato/matchbox-panel-2/matchbox-panel-2_git.bb

[OE-core] [CONSOLIDATED PULL 14/41] apt 0.7.14: runtime error: Method file has died unexpectedly

2012-07-09 Thread Saul Wold
From: Robert Yang liezhi.y...@windriver.com When the length of the tmpdir is longer than 400, there is an error when run apt-get update: Method file has died unexpectedly! This is because the char S[1024] is not enough for long URI, S[2048] would be enough. [YOCTO #2689] Signed-off-by: Robert

[OE-core] [CONSOLIDATED PULL 15/41] sanity.bbclass: the tmpdir can't be longer than 410

2012-07-09 Thread Saul Wold
From: Robert Yang liezhi.y...@windriver.com There will be errors when the length of the tmpdir is longer than 410: 1) Longer than 420: Can't exec /bin/sh: Argument list too long at /usr/lib/perl/5.10/IO/File.pm line 66. This error happens on both Ubuntu 10.04 and 10.10 when the pkg needs run

[OE-core] [CONSOLIDATED PULL 18/41] runqemu: fix usage() help for MACHINE setting

2012-07-09 Thread Saul Wold
From: Scott Garman scott.a.gar...@intel.com Signed-off-by: Scott Garman scott.a.gar...@intel.com --- scripts/runqemu |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index 9fdbd54..328b6af 100755 --- a/scripts/runqemu +++

[OE-core] [CONSOLIDATED PULL 19/41] runqemu: fix support for ext4 rootfs images

2012-07-09 Thread Saul Wold
From: Scott Garman scott.a.gar...@intel.com Signed-off-by: Scott Garman scott.a.gar...@intel.com --- scripts/runqemu |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index 328b6af..8d149a2 100755 --- a/scripts/runqemu +++

[OE-core] [CONSOLIDATED PULL 20/41] classes/license: fix manifest to work with deb

2012-07-09 Thread Saul Wold
From: Paul Eggleton paul.eggle...@linux.intel.com Prepend the license manifest creation call to ROOTFS_POSTPROCESS_COMMAND instead of appending to ROOTFS_POSTINSTALL_COMMAND. The latter is not implemented for the deb backend (and probably ought to just be removed completely), and by using

[OE-core] [CONSOLIDATED PULL 23/41] init-install: Clean up partition alignment

2012-07-09 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com The current partitioning scheme leaves a 1MB gap between all the generated partitions by adding a 1 to the end of the last partition to use as the start of the next. parted is smart enough to not overlap start and end positions of the same value. This

[OE-core] [CONSOLIDATED PULL 22/41] init-install: Correct ext2-ext3 typo in logging

2012-07-09 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com We create both the boot and root partitions as ext3 now, update the logging accordingly. Signed-off-by: Darren Hart dvh...@linux.intel.com --- .../initrdscripts/files/init-install.sh|2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[OE-core] [CONSOLIDATED PULL 27/41] libxml-parser-perl_2.41.bb: fix MakeMaker issues with using wrong CC/LD/etc

2012-07-09 Thread Saul Wold
From: Matthew McClintock m...@freescale.com MakeMaker has a bug where it does not propagate CC/LD/etc information down to subproject it generates Makefiles for... this recipe has has an Expat subproject which has issues building if we are using sstate-cache and it will reference the old sysroots

[OE-core] [CONSOLIDATED PULL 24/41] grub-efi: Do not use help2man

2012-07-09 Thread Saul Wold
From: Darren Hart dvh...@linux.intel.com Fixes [YOCTO #2527] Modify configure.ac and the generated configure script to avoid using help2man during the compilation process. For grub-efi we are only deploying the EFI payload and are not installing grub on the target root filesystem. Therefor, we

[OE-core] [CONSOLIDATED PULL 25/41] pseudo: Update to 1.3.1 (fixing chroot crash)

2012-07-09 Thread Saul Wold
From: Peter Seebach peter.seeb...@windriver.com Yocto bug #2639. If a chroot path was long, expanding absolute paths within the chroot path could overrun a buffer. Signed-off-by: Peter Seebach peter.seeb...@windriver.com --- meta/recipes-devtools/pseudo/pseudo_1.3.1.bb |8

[OE-core] [CONSOLIDATED PULL 30/41] multilib: Enable multilib remapping for SDK generation

2012-07-09 Thread Saul Wold
From: Mark Hatle mark.ha...@windriver.com Enable the remapping for SDK generation, this is required to be able to create an SDK that targets an alternative multilib. Note, this work does not finish SDK/multilib support, but it is one more step toward making it work properly. Signed-off-by: Mark

[OE-core] [CONSOLIDATED PULL 34/41] packagedata.py: Fix get_subpkgedata_fn for multilib

2012-07-09 Thread Saul Wold
From: Matthew McClintock m...@freescale.com This happens when tryng to add libgcc-dev to as a multilib package (e.g. IMAGE_INSTALL_append = lib32-libgcc-dev) | Processing task-core-boot... | Processing fman-ucode... | Processing dosfstools... | Processing lib32-libgcc-dev... | Unable to find

[OE-core] [CONSOLIDATED PULL 31/41] package_rpm: Avoid duplicate package generation failures

2012-07-09 Thread Saul Wold
From: Mark Hatle mark.ha...@windriver.com When constructing a multilib based image, it's possible to end up with the same package listed in multiple steps of the install. During resolution we use the --replacepkgs option to avoid errors, as the resulting install solution will be as expected.

[OE-core] [CONSOLIDATED PULL 28/41] gnutls: make sure native is patched for gettext version

2012-07-09 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-support/gnutls/gnutls_2.12.20.bb |9 + 1 files changed, 1 insertions(+), 8 deletions(-) diff --git a/meta/recipes-support/gnutls/gnutls_2.12.20.bb b/meta/recipes-support/gnutls/gnutls_2.12.20.bb index 248c90f..010f179

[OE-core] [CONSOLIDATED PULL 32/41] rpm: Fix PACKAGECONFIG dependencies

2012-07-09 Thread Saul Wold
From: Mark Hatle mark.ha...@windriver.com neon requires expat to be built first lua similarly requires expat if enabled selinux package name should be libselinux (from meta-selinux). Signed-off-by: Mark Hatle mark.ha...@windriver.com --- meta/recipes-devtools/rpm/rpm_5.4.9.bb |8

[OE-core] [CONSOLIDATED PULL 35/41] bluez4: fix packaging issue after update

2012-07-09 Thread Saul Wold
WARNING: QA Issue: bluez4: Files/directories were installed but not shipped /usr/share/dbus-1 /usr/share/dbus-1/system-services /usr/share/dbus-1/system-services/org.bluez.service Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-connectivity/bluez/bluez4_4.101.bb |4 ++--

[OE-core] [CONSOLIDATED PULL 36/41] ncurses: fix packaging issue in multilib build

2012-07-09 Thread Saul Wold
ERROR: QA Issue: lib32-ncurses: Files/directories were installed but not shipped /usr/bin/clear.ncurses /usr/bin/reset.ncurses Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-core/ncurses/ncurses.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git

[OE-core] [CONSOLIDATED PULL 38/41] connman: ship the empty plugins directory in the connman package

2012-07-09 Thread Saul Wold
From: Ross Burton ross.bur...@intel.com Otherwise we get a QA warning that /usr/lib/connman/packages isn't shipped. --- meta/recipes-connectivity/connman/connman.inc |5 +++-- 1 files changed, 3 insertions(+), 2 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc

[OE-core] [CONSOLIDATED PULL 40/41] initscripts: use update-alternative to handle file functions

2012-07-09 Thread Saul Wold
From: Kang Kai kai.k...@windriver.com lsb need a more abundant /etc/init.d/functions file to handle lsb test. Use update-alternative to install file funtions in package initscripts, when package lsbinitscripts installed the file functions of lsbinitscripts will be used. Signed-off-by: Kang Kai

Re: [OE-core] [CONSOLIDATED PULL 11/41] gthumb: run make install in parallel

2012-07-09 Thread Burton, Ross
On 9 July 2012 16:47, Saul Wold s...@linux.intel.com wrote: I can't replicate the live lock in my own testing (8-way). If it comes back we can revert this and have another look. RP managed to replicate this on demand and now I can too (outside of Poky on Debian too). Please don't merge this.

[OE-core] [CONSOLIDATED PULL 29/41] populate_sdk_rpm: Sync multilib configuration with rootfs_rpm

2012-07-09 Thread Saul Wold
From: Mark Hatle mark.ha...@windriver.com An anonymous python chunk configures some multilib settings for both populate_sdk_rpm and rootfs_rpm. The two classes should contain identical versions to ensure that the generated multilib configuration is the same for the SDK and the rootfs.

[OE-core] [CONSOLIDATED PULL 37/41] connman: remove some obviously wrong (circa early-GNOME 2?) directories from FILES

2012-07-09 Thread Saul Wold
From: Ross Burton ross.bur...@intel.com --- meta/recipes-connectivity/connman/connman.inc |5 + 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/meta/recipes-connectivity/connman/connman.inc b/meta/recipes-connectivity/connman/connman.inc index ae26689..73e7818 100644 ---

[OE-core] [CONSOLIDATED PULL 39/41] kernel.bbclass: add non-santized kernel provides

2012-07-09 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com If the kernel version string uses characters or symbols that need to be santized for the package name, we can end up with a mismatch between module requirements and what the kernel provides. The kernel version is pulled from utsrelease.h, which

[OE-core] [CONSOLIDATED PULL 26/41] utils.bbclass: add helper function to add all multilib variants of a specific package

2012-07-09 Thread Saul Wold
From: Richard Purdie richard.pur...@linuxfoundation.org This is useful for the scenario where we want to add 'gcc' to the root file system for all multilib variants Signed-off-by: Matthew McClintock m...@freescale.com --- meta/classes/utils.bbclass |9 + 1 files changed, 9

[OE-core] [CONSOLIDATED PULL 33/41] qemu-0.15.1: add patch to fix compilatation problems on powerpc

2012-07-09 Thread Saul Wold
From: Matthew McClintock m...@freescale.com ERROR: Function failed: do_compile (see /opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/qemu-0.15.1-r6/temp/log.do_compile.28447 for further information) ERROR: Logfile of failure stored in:

[OE-core] [CONSOLIDATED PULL 41/41] lsbinitscripts: increase ALTERNATIVE_PRIORITY

2012-07-09 Thread Saul Wold
From: Kang Kai kai.k...@windriver.com [YOCTO #2133] Increase ALTERNATIVE_PRIORITY of file functions to be higher than the value in package initscript. Then when lsbinitscripts installed, file functions provided by lsbinitscripts will be used. Signed-off-by: Kang Kai kai.k...@windriver.com ---

Re: [OE-core] [PATCHv2 0/3] u-boot recipe updates

2012-07-09 Thread Phil Blundell
On Thu, 2012-07-05 at 12:14 -0400, Paul Gortmaker wrote: On Wed, 2012-07-04 at 11:00 -0400, Paul Gortmaker wrote: On a related note, is it possible to fix the mailing list so that it does not strip To/Cc information and Message-ID strings? [I'd have to check -- maybe it is (also)

Re: [OE-core] [CONSOLIDATED PULL 00/41] Fixes and Updates

2012-07-09 Thread Richard Purdie
On Mon, 2012-07-09 at 08:47 -0700, Saul Wold wrote: Richard, This set contains a 2 patches that will fix multilib and non-gplv3 build issues, along with some other patches and updates. I'd already taken some of these individually. I've rebased and taken the rest. I did drop the gthumb patch

Re: [OE-core] [PATCH 0/2] V3: Fix lsbinitscripts link problem

2012-07-09 Thread Saul Wold
On 07/08/2012 07:26 PM, Kang Kai wrote: Hi Saul, As your comment, I remove the manual rename of file functions in both of lsbinitscripts and initscripts. Regards, Kai The following changes since commit 8ce8d25bcda0e2e0b62204d5ca5875dedcaacf7d: sanity.bbclass: Increase LAYER_CONF_VERSION

Re: [OE-core] [PATCH V2 00/14] eglibc 2.16

2012-07-09 Thread Richard Purdie
On Mon, 2012-07-09 at 11:56 +0200, Martin Jansa wrote: On Sun, Jul 08, 2012 at 09:26:12PM -0700, Khem Raj wrote: On Sun, Jul 8, 2012 at 9:10 AM, Khem Raj raj.k...@gmail.com wrote: V2: Additionally, changed gcc to use git fetcher update E5500/E6500 patches for gcc and binutils

Re: [OE-core] [PATCH] packagedata.py: Fix get_subpkgedata_fn for multilib

2012-07-09 Thread Saul Wold
On 07/06/2012 01:08 PM, Matthew McClintock wrote: This happens when tryng to add libgcc-dev to as a multilib package (e.g. IMAGE_INSTALL_append = lib32-libgcc-dev) | Processing task-core-boot... | Processing fman-ucode... | Processing dosfstools... | Processing lib32-libgcc-dev... | Unable to

Re: [OE-core] [PATCH 0/1] Image/SDK multilib fixes [resend]

2012-07-09 Thread Saul Wold
On 07/09/2012 08:11 AM, Mark Hatle wrote: This is a rebased/resend of the multilib: Enable multilib remapping for SDK generation fix There have been no changes other then a rebase or current origin/master. --Mark The following changes since commit 68ea7d827710ae7c5cf402887d4c12319038e064:

[OE-core] [PATCH 00/15] commits related to automake update to 1.12.1

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This work is based on 1.3_M1 branch to get a stable base. These commits build core-image-sato-sdk core-image-lsb images fine. -Nitin The following changes since commit 7f017cab0b3e4d5a4fc356eccd8eb8429b0531d0: connman: bump PR and add some

[OE-core] [PATCH 01/15] automake: upgrade from 1.11.3 to 1.12.1

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../automake/automake/path_prog_fixes.patch| 40 +++- .../{automake_1.11.3.bb = automake_1.12.1.bb} |5 +- 2 files changed, 8 insertions(+), 37 deletions(-)

[OE-core] [PATCH 02/15] jpeg: fix configure with automake 1.12.1

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Bring back earlier jpeg fix. upstream has removed the fix from earlier release. The support for automatic de-ANSI-fication has been deprecated in automake 1.11.2, and will be removed altogether in automake 1.12 This avoids this error: |

[OE-core] [PATCH 03/15] gnutls: Fix build with automake 1.12.1

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added new patches: avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch gnutls_fix_for_automake_1.12.1.patch more details in patch headers. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com ---

[OE-core] [PATCH 05/15] avahi: fix build with automake 1.12.1

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com added a new patch : fix_for_automake_1.12.x.patch More information in the patch header. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/recipes-connectivity/avahi/avahi.inc |3 +-

[OE-core] [PATCH 06/15] dates: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com ---

[OE-core] [PATCH 07/15] librsvg: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com ---

[OE-core] [PATCH 08/15] evolution-data-server: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added 2 patches: avoid_automake_errors.patch fix_for_automake-1.12.x.patch More information in the patch headers. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../avoid_automake_errors.patch| 83

[OE-core] [PATCH 10/15] libgcrypt: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x avoid this issue: | rmdir: failed to remove

[OE-core] [PATCH 13/15] xf86-video-vmware: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Fixes this build issue: | rmdir: failed to remove

[OE-core] [PATCH 11/15] gpgme: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x avoid this issue: | rmdir: failed to remove

[OE-core] [PATCH 12/15] telepathy-glib: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x avoid this issue: | rmdir: failed to remove

[OE-core] [PATCH 14/15] libfm: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Avoids this build issue: | rmdir: failed to remove

[OE-core] [PATCH 09/15] tar: fix build with automake 1.12.x

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com automake 1.12.x automatically deletes empty directories, so the additional rmdir from the do_install_append fails. cleanup the do_install_append for automake 1.12.x Avoid this error: | rmdir: failed to remove

[OE-core] [PATCH 15/15] pango: fix dependencies to avoid build issue

2012-07-09 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com this commit avoids this build issue: | /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.7.1/ld: cannot find -lelf | collect2: error: ld returned 1 exit status ... | make: *** [all] Error

Re: [OE-core] [PATCH] psplash - Update to latest psplash version. LIC_CHKSUM Tweak

2012-07-09 Thread Saul Wold
On 07/09/2012 08:27 AM, Franklin S Cooper Jr wrote: * Update psplash to the latest version. * Change the license checksum to use the lines in the psplash.h that contains license information instead of doing a checksum on the entire file. Signed-off-by: Franklin S Cooper Jr fcoo...@ti.com ---

Re: [OE-core] [PATCH 0/1] linux-yocto: update 3.4 SRCREVs (perf + unionfs fix)

2012-07-09 Thread Saul Wold
On 07/09/2012 07:59 AM, Bruce Ashfield wrote: Saul/Richard, I was waiting on the resend of Tom's perf series to send the updated kernel parts for this. That's out, and the kernel parts now need to be updated. I've also staged a unionfs build fix along with the perf updates. Cheers, Bruce

Re: [OE-core] [PATCH 0/1] Small RPM package fix

2012-07-09 Thread Saul Wold
On 07/06/2012 01:06 PM, Mark Hatle wrote: A couple of minor RPM fixes that affect non-default configurations. The following changes since commit 8f16811a8d51982a8b3d70e6087aef4a41926840: bootimg: Use STAGING_KERNEL_DIR (2012-07-06 09:38:17 +0100) are available in the git repository at:

Re: [OE-core] [PATCH 0/1] *** SUBJECT HERE *** (huh?)

2012-07-09 Thread Saul Wold
On 07/03/2012 06:37 PM, Peter Seebach wrote: Robert Yang identified a crash with chroot in long directories, which was a logic bug in the allocate-and-copy logic when expanding paths inside a base path. Fixed in upstream pseudo, along with a couple of other minor tweaks, since the crash is

[OE-core] [PATCH] bitbake.conf: Drop the old svn FETCH/UPDATE/RESUMECOMMAND variables

2012-07-09 Thread Richard Purdie
The svn fetcher converted to use FETCHCMD a long time ago. This drops several variables which are effectively useless. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 3453a86..846c6c3 100644 ---

Re: [OE-core] [PATCH] kernel.bbclass: add non-santized kernel provides

2012-07-09 Thread Saul Wold
On 07/06/2012 08:52 AM, Bruce Ashfield wrote: If the kernel version string uses characters or symbols that need to be santized for the package name, we can end up with a mismatch between module requirements and what the kernel provides. The kernel version is pulled from utsrelease.h, which

[OE-core] [PATCH] bitbake.conf: Add passive-ftp option to the default FETCHCMD_wget

2012-07-09 Thread Richard Purdie
This brings it into sync with the wget FETCHCOMMAND and RESUMECOMMAND variables. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 846c6c3..e700c93 100644 --- a/meta/conf/bitbake.conf +++

[OE-core] [PATCH] bitbake.conf: Drop the remainder of the FETCH/CHECK/RESUMECOMMAND variables

2012-07-09 Thread Richard Purdie
This completes the removal of these older variables and their replacement with FETCHCMD. This change requires the latest bitbake to operate optimally. Signed-off-by: Richard Purdie richard.pur...@linuxfoundation.org --- diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index

Re: [OE-core] [PATCH 0/2] Fix QA warnings from ConnMan

2012-07-09 Thread Saul Wold
On 07/06/2012 04:39 AM, Ross Burton wrote: ConnMan warns that /usr/lib/connman/plugins isn't shipped, so ship the empty directory in the main package. Whilst there, remove some entirely pointless entires in FILES. The following changes since commit 5051e9837fa698e03d0a7a8a918ee7aa98409ce1:

Re: [OE-core] [PATCH] utils.bbclass: add helper function to add all multilib variants of a specific package

2012-07-09 Thread Saul Wold
On 07/05/2012 12:23 PM, Matthew McClintock wrote: From: Richard Purdie richard.pur...@linuxfoundation.org This is useful for the scenario where we want to add 'gcc' to the root file system for all multilib variants Signed-off-by: Matthew McClintock m...@freescale.com --- RP was the author of

Re: [OE-core] FETCHCMD versus FETCHCOMMAND

2012-07-09 Thread Richard Purdie
On Sat, 2012-07-07 at 06:33 -0400, Robert P. J. Day wrote: just noticed the following as i was still poking around with fetchers: $ grep -r FETCHCMD * | grep -v pyc bitbake/lib/bb/fetch2/hg.py:basecmd = data.expand('${FETCHCMD_hg}', d) bitbake/lib/bb/fetch2/svn.py:ud.basecmd

Re: [OE-core] tcf-agent, matchbox-wm-2: Correct proto=git to protocol=git.

2012-07-09 Thread Richard Purdie
On Mon, 2012-07-09 at 12:27 +0300, Andrei Gherzan wrote: On Sat, Jul 7, 2012 at 1:54 PM, Robert P. J. Day rpj...@crashcourse.ca wrote: proto=git is not a valid parameter for the git fetcher. NOTE: package matchbox-wm-2-0.1+git1 +01fa5465743c9ee43d040350f4405d35293e4869-r1: task

Re: [OE-core] [PATCH] qemu-0.15.1: add patch to fix compilatation problems on powerpc

2012-07-09 Thread Saul Wold
On 07/06/2012 11:15 AM, Matthew McClintock wrote: ERROR: Function failed: do_compile (see /opt/yocto/cache-build/p5020ds-64b/build_p5020ds-64b_release/tmp/work/ppc64e5500-fsl-linux/qemu-0.15.1-r6/temp/log.do_compile.28447 for further information) ERROR: Logfile of failure stored in:

[OE-core] [PATCH 2/3] core-image-minimal-dev: base on core-image-minimal

2012-07-09 Thread Paul Eggleton
When core-image-minimal has been updated in the past, we have on several occasions missed applying those updates to this recipe, so let's just base it directly on core-image-minimal and completely avoid that problem in future. Signed-off-by: Paul Eggleton paul.eggle...@linux.intel.com ---

  1   2   >