[OE-core] [CONSOLIDATED PULL 01/29] sysprof: update to version 1.1.8

2011-09-28 Thread Saul Wold
From: Tom Zanussi Also removes unused SCR_URI checksums. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/sysprof/sysprof_git.bb |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recipes-kernel/sysprof/sysprof_

[OE-core] [CONSOLIDATED PULL 05/29] gcc: Fix two QA issues

2011-09-28 Thread Saul Wold
From: Richard Purdie a) There is a QA warning from a .so being present in a main package. In the case of the plugin library for gcc, this is allowed. b) Remove the unwanted libiberty.a file with the strange path. We don't need/want this and this removes an unpackaged file warning. Signed-o

[OE-core] [CONSOLIDATED PULL 04/29] linux-yocto/meta: eg20t and live boot config changes

2011-09-28 Thread Saul Wold
From: Bruce Ashfield Merging the following configuration changes: 67a46a6 meta/common-pc-64: enable live booting for common-pc-64 1010905 meta/common-pc: enable live booting for common-pc b3c5fa7 meta/atom-pc: enable live booting for atom-pc 41c090e meta: update boot live config and move it

[OE-core] [CONSOLIDATED PULL 00/29] Picking up patches from OE-Core list

2011-09-28 Thread Saul Wold
Richard, I have reviewed most of these changes, and the current autobuilder built all the changes except the last batch multilib changes since we don't have that setup. Please review the multi-lib change. There was an issue with the Autobuilder, Mips and Eglibc that I need to investgate further

[OE-core] [CONSOLIDATED PULL 03/29] avahi: fix avahi-systemd dependencies

2011-09-28 Thread Saul Wold
From: Koen Kooi During the avahi-ui split the RDEPENDS line got dropped leading to: http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/testlab/commit/?h=yocto&id=ae0db0eb51bde42f09b9513842c3b745c37c60d5 Signed-off-by: Koen Kooi --- meta/recipes-connectivity/avahi/avahi.inc |4 +++- 1 f

[OE-core] [CONSOLIDATED PULL 02/29] blktrace: update to version 1.0.3

2011-09-28 Thread Saul Wold
From: Tom Zanussi This also removes dso_linking_change_build_fix.patch since the same change has been made upstream. Also removes unused SRC_URI checksums. Signed-off-by: Tom Zanussi --- .../blktrace/dso_linking_change_build_fix.patch| 26 meta/recipes-kernel/blktra

[OE-core] [CONSOLIDATED PULL 06/29] grub: Fix insane/QA architecture warning

2011-09-28 Thread Saul Wold
From: Richard Purdie There is QA warning about this package for an architecture mismatch but this is inappropriate in this case since the bootloader needs 32 and 64 bit code. We therefore flag the QA check to be skipped. Signed-off-by: Richard Purdie --- meta/recipes-bsp/grub/grub_1.99.bb |

[OE-core] [CONSOLIDATED PULL 07/29] sqlite3: Fix nativesdk packaging/QA warnings

2011-09-28 Thread Saul Wold
From: Richard Purdie When building sqlite3-nativesdk, there was a warning about debug files in the main package. This was due to the order of items in PACKAGES with -dbg after the main package which breaks an assumption native.bbclass makes. Changing the order fixes the packaging problem with no

[OE-core] [CONSOLIDATED PULL 10/29] qt4-embedded: move qte.sh profile script into own package

2011-09-28 Thread Saul Wold
From: Simon Busch We don't want to pull the whole qt suite in our images when only installing a tiny setup which needs the profile script for several configuration issues. This moves the qte.sh profile script into a qt4-embedded-conf package which is automatically installed when an image depen

[OE-core] [CONSOLIDATED PULL 11/29] conf, recipes: Add new variable LINKER_HASH_STYLE

2011-09-28 Thread Saul Wold
From: Khem Raj LINKER_HASH_STYLE in OE is set to either 'sysv' or 'gnu' depending upon processor architecture e.g. mips does not support gnu hash style so is uses sysv besides 'sysv' and 'gnu' third option is to set it to 'both' we do not do that by default but user can still set it Signed-off-

[OE-core] [CONSOLIDATED PULL 12/29] gcc-4.6: Use --with-linker-hash-style configure option

2011-09-28 Thread Saul Wold
From: Khem Raj Depending upon what hash style is in use this uses the right flag for setting the hash style type. This fixes the QA errors about missing GNU hash style reported in gcc-runtime build particularly libgcc Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-4.6.inc

[OE-core] [CONSOLIDATED PULL 16/29] zypper & sat-solver: needs RDEPENDS on rpm-lib

2011-09-28 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-extended/libzypp/libzypp_git.bb |8 meta/recipes-extended/sat-solver/sat-solver_git.bb |4 +++- meta/recipes-extended/zypper/zypper_git.bb |6 -- 3 files changed, 11 insertions(+), 7 deletions(-) diff --git a/meta/r

[OE-core] [CONSOLIDATED PULL 15/29] rpm: ensure that magic file is relocatable

2011-09-28 Thread Saul Wold
rpm-native was reading from /usr/share/misc/magic which is wrong it needs to be set to read from the sysroot. This also adds wrappers to the rpm-build tools to ensure they know were to find the macros that point to the right directories. Fixes [YOCTO #1532] Signed-off-by: Saul Wold --- meta/re

[OE-core] [CONSOLIDATED PULL 08/29] pseudo: Fix QA warnings

2011-09-28 Thread Saul Wold
From: Richard Purdie This fixes two QA warnings: a) Debug files being contained in the main package (by adding an appropriate FILES expression) b) Stop hardcoding the RPATH in the nativesdk case since our path is on the loaders default search path Signed-off-by: Richard Purdie --- meta/

[OE-core] [CONSOLIDATED PULL 09/29] meta: qt4: fix postprocessing of pkg-config files

2011-09-28 Thread Saul Wold
From: Simon Busch When building qt4-embedded the generated and cleaned pkg-config files for qt are wrong. The Cflags variable contains something like ${includedir}/qtopia/QtCore where ${includedir} is already /usr/include/qtopia/QtCore. This patch reverts the fix up of the Cflags variable imple

[OE-core] [CONSOLIDATED PULL 14/29] gcc-4.6: Update to tip of FSF gcc-4_6-branch

2011-09-28 Thread Saul Wold
From: Khem Raj Signed-off-by: Khem Raj --- meta/recipes-devtools/gcc/gcc-4.6.inc |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-devtools/gcc/gcc-4.6.inc b/meta/recipes-devtools/gcc/gcc-4.6.inc index eef0ef0..a352e36 100644 --- a/meta/recipes-devtools

[OE-core] [CONSOLIDATED PULL 13/29] eglibc: Add recipes for 2.14

2011-09-28 Thread Saul Wold
From: Khem Raj Backport Fedora patch to enable sunrpc as it was in 2.13 Fix cross-localedef-native to be able to build from eglibc 2.14 branch Tested builds/boot of angstrom/console-image on qemu for arm,mips,ppc,i386,x86_64 Signed-off-by: Khem Raj --- .../eglibc/cross-localedef-native_2.14.

[OE-core] [CONSOLIDATED PULL 17/29] rpm: fix QA Warning on installed but not shipped staticdev filesw

2011-09-28 Thread Saul Wold
Signed-off-by: Saul Wold --- meta/recipes-devtools/rpm/rpm_5.4.0.bb | 17 ++--- 1 files changed, 10 insertions(+), 7 deletions(-) diff --git a/meta/recipes-devtools/rpm/rpm_5.4.0.bb b/meta/recipes-devtools/rpm/rpm_5.4.0.bb index 356512a..bbef0be 100644 --- a/meta/recipes-devtools/

[OE-core] [CONSOLIDATED PULL 18/29] ghostscript: disable check for time.h

2011-09-28 Thread Saul Wold
From: Joshua Lock ghostscript has it's own hacky check for time.h which hard-codes paths, this means in the native case it fails on systems such as Ubuntu 11.10 where the location of time.h has changed. Further it means the target build has had a host-intrusion issue. This patch disables the che

[OE-core] [CONSOLIDATED PULL 25/29] libc-package.bbclass: add MLPREFIX when set values to PACKAGES

2011-09-28 Thread Saul Wold
From: Dongxiao Xu There are some places that PACKAGES are dynamically set. To support multilib, we need to add MLPREFIX before the package name in those settings. Signed-off-by: Dongxiao Xu --- meta/classes/libc-package.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[OE-core] [CONSOLIDATED PULL 20/29] multilib.bbclass: map RDEPENDS and LINGUAS_INSTALL for image recipes

2011-09-28 Thread Saul Wold
From: Dongxiao Xu RDEPENDS of image type recipe needs to be mapped to make sure that the packages included in the image should be multilib version. Also add LINGUAS_INSTALL into MULTILIB_PACKAGE_INSTALL list. [YOCTO #1496] [YOCTO #1527] Signed-off-by: Dongxiao Xu --- meta/classes/multilib.bb

[OE-core] [CONSOLIDATED PULL 23/29] tune-i586: fix hardcoded TUNE_PKGARCH

2011-09-28 Thread Saul Wold
From: Dongxiao Xu Use TUNE_FEATURES to determine the setting to TUNE_PKGARCH, which fixes the wrong setting of PACKAGE_ARCH in multilib case. Signed-off-by: Dongxiao Xu --- meta/conf/machine/include/tune-i586.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/c

[OE-core] [CONSOLIDATED PULL 26/29] oprofileui: remove dependence on gnome-vfs

2011-09-28 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- meta/recipes-kernel/oprofile/oprofileui.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-kernel/oprofile/oprofileui.inc b/meta/recipes-kernel/oprofile/oprofileui.inc index 5170357..ab14c38 100644 --- a/met

[OE-core] [CONSOLIDATED PULL 21/29] multilib: remove the multilib handling to allarch

2011-09-28 Thread Saul Wold
From: Dongxiao Xu currently we have allarch type of recipes, which may still have architecture dependency, like x11-common. So we need to drop the handling to allarch in multilib case. Also remove the PV postfix in python-pygobject DEPENDS, since multilib code will treat a native package multili

[OE-core] [CONSOLIDATED PULL 27/29] libgsf: remove dependence on gnome-vfs

2011-09-28 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../recipes-gnome/libgsf/libgsf_1.14.5.bb |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git a/meta-demoapps/recipes-gnome/libgsf/libgsf_1.14.5.bb b/meta-demoapps/recipes-gnome/libgsf/libgsf_1.14.5.bb index 3ac7

[OE-core] [CONSOLIDATED PULL 24/29] package_rpm: combine normal and multilib solution manifest together

2011-09-28 Thread Saul Wold
From: Dongxiao Xu When RPM does the real install, if the first manifest file is empty, the installation will stop without handling the second manifest file. Merge the two manifest files together to fix this issue. Signed-off-by: Dongxiao Xu --- meta/classes/package_rpm.bbclass |5 +++-- 1

[OE-core] [CONSOLIDATED PULL 29/29] gnome-vfs: remove it as obsolete recipe in favor of GIO/GVFS

2011-09-28 Thread Saul Wold
From: Zhai Edwin Signed-off-by: Zhai Edwin --- .../conf/distro/include/distro_tracking_fields.inc | 11 meta/conf/multilib.conf|1 - .../gnome/gnome-vfs-2.24.4/gconftool-lossage.patch | 13 - .../gnome-vfs-2.24.4/gnome-vfs-no-kerberos.patch | 53

[OE-core] [CONSOLIDATED PULL 19/29] distro_tracking: Update Manual Upgrade Checks

2011-09-28 Thread Saul Wold
Signed-off-by: Saul Wold --- .../conf/distro/include/distro_tracking_fields.inc | 77 1 files changed, 46 insertions(+), 31 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf/distro/include/distro_tracking_fields.inc index c1f15e1..4

[OE-core] [CONSOLIDATED PULL 22/29] multilib: add MLPREFIX to deploy folder

2011-09-28 Thread Saul Wold
From: Dongxiao Xu Add MLPREFIX to multilib deploy forlder to avoid the confliction between multilib and normal package deploy directory. Signed-off-by: Dongxiao Xu --- meta/classes/multilib.bbclass|5 - meta/classes/package_rpm.bbclass | 10 -- meta/classes/rootfs_rpm.bbc

[OE-core] [CONSOLIDATED PULL 28/29] tables: remove it as obsolete recipe

2011-09-28 Thread Saul Wold
From: Zhai Edwin tables depends on obsolete gnome-vfs, and is not maintained in clutter git repo Signed-off-by: Zhai Edwin --- meta-demoapps/recipes-graphics/clutter/table.inc | 13 - .../recipes-graphics/clutter/table/fixes.patch | 16 .../recipes-graphi

Re: [OE-core] [PATCH 1/5] kernel.bbclass: blacklist 'perf-dbg' as well for the modules metapackage

2011-09-28 Thread Dmitry Eremin-Solenikov
Sorry to bother all of you, what about this patchset? -- With best wishes Dmitry ___ Openembedded-core mailing list Openembedded-core@lists.openembedded.org http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core

[OE-core] [PATCH 0/2] Fix TMPDIR usage in scripts

2011-09-28 Thread Paul Eggleton
Fix TMPDIR external environment variable usage within our scripts which is a problem on OpenSUSE within an X session (see Yocto bug #1530) by using OE_TMPDIR from the external environment instead. Note that this will require changes to autobuilder scripts that use a TMPDIR environment variable whe

[OE-core] [PATCH 1/2] scripts: use OE_TMPDIR instead of TMPDIR external variable

2011-09-28 Thread Paul Eggleton
On OpenSUSE within an X session, TMPDIR is set to the system temporary directory (/tmp) which is incorrect for these scripts. Thus, change runqemu and oe-setup-rpmrepo to use OE_TMPDIR from the external environment rather than TMPDIR. Fixes [YOCTO #1530] Signed-off-by: Paul Eggleton --- scripts

[OE-core] [PATCH 2/2] scripts/oe-setup-rpmrepo: use setup_tmpdir from runqemu

2011-09-28 Thread Paul Eggleton
Update the internal copy of setup_tmpdir in the oe-setup-rpmrepo script to be the same as the one in the runqemu script. Signed-off-by: Paul Eggleton --- scripts/oe-setup-rpmrepo | 27 ++- 1 files changed, 14 insertions(+), 13 deletions(-) diff --git a/scripts/oe-setup

[OE-core] [PATCH] qt4: Added support for QtMobility 1.2

2011-09-28 Thread Dmitry Cherukhin
The QtMobility is a Qt add-on which allows to include standard mobile functionality to Qt applications. For details, see http://qt.nokia.com/products/qt-addons/mobility/ The patch is intended to add support for the QtMobility 1.2 package to OE. Added two recipes: 1) qt-mobility-x11 builds the Q

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-28 Thread Paul Eggleton
Hi Eric, On Wednesday 21 September 2011 14:16:25 Eric Bénard wrote: > Le 21/09/2011 15:05, Koen Kooi a écrit : > > WARNING: For recipe qt4-x11-free, the following files were installed but > > not shipped in any package: > > WARNING: /usr/share/qt4/phrasebooks/swedish.qph > > WARNING: /usr/shar

Re: [OE-core] meta-micro problems

2011-09-28 Thread Paul Eggleton
Hi Dmitry, On Friday 16 September 2011 19:17:17 Dmitry Eremin-Solenikov wrote: > While trying to use a meta-micro, I've stumbled upon a problem. > Each run, bitbake keeps running all tasks over and over. Sometimes > this leads to failures (http://bugs.lumag.spb.ru/show_bug.cgi?id=33). > Sometimes

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-28 Thread Eric Bénard
Hi Paul, Le 28/09/2011 12:11, Paul Eggleton a écrit : On Wednesday 21 September 2011 14:16:25 Eric Bénard wrote: Le 21/09/2011 15:05, Koen Kooi a écrit : WARNING: For recipe qt4-x11-free, the following files were installed but not shipped in any package: WARNING: /usr/share/qt4/phrasebooks/s

[OE-core] RFC: bluez4: disable build of old daemons

2011-09-28 Thread Paul Eggleton
Hi all, Our current BlueZ recipes still enable hidd, dund and pand. As far as I am aware these have been deprecated and their functionality should already be fully provided within the single main bluetoothd daemon. Do we still actually need these to be built? Cheers, Paul -- Paul Eggleton I

Re: [OE-core] [CONSOLIDATED PULL 00/29] Picking up patches from OE-Core list

2011-09-28 Thread Richard Purdie
Hi Saul, On Wed, 2011-09-28 at 00:05 -0700, Saul Wold wrote: > I have reviewed most of these changes, and the current autobuilder built > all the changes except the last batch multilib changes since we don't have > that setup. > > Please review the multi-lib change. > > There was an issue with t

Re: [OE-core] [PATCH 4/4] gnome-vfs: remove it as obsolete recipe in favor of GIO/GVFS

2011-09-28 Thread Richard Purdie
On Wed, 2011-09-28 at 13:02 +0800, edwin.z...@intel.com wrote: > From: Zhai Edwin > > Signed-off-by: Zhai Edwin > --- > .../conf/distro/include/distro_tracking_fields.inc | 11 > meta/conf/multilib.conf|1 - > .../gnome/gnome-vfs-2.24.4/gconftool-lossage.p

Re: [OE-core] [PATCH 3/4] eglibc: Add recipes for 2.14

2011-09-28 Thread Richard Purdie
On Tue, 2011-09-27 at 18:13 -0700, Khem Raj wrote: > On Tue, Sep 27, 2011 at 6:02 PM, Saul Wold wrote: > > On 09/27/2011 05:17 PM, Khem Raj wrote: > >> > >> On Tue, Sep 27, 2011 at 4:07 PM, Saul Wold wrote: > >>> > >>> On 09/26/2011 08:39 PM, Khem Raj wrote: > > Backport Fedora patch to

Re: [OE-core] [PATCH 0/2] Fix TMPDIR usage in scripts

2011-09-28 Thread Richard Purdie
On Wed, 2011-09-28 at 10:26 +0100, Paul Eggleton wrote: > Fix TMPDIR external environment variable usage within our scripts which > is a problem on OpenSUSE within an X session (see Yocto bug #1530) by > using OE_TMPDIR from the external environment instead. > > Note that this will require changes

Re: [OE-core] [PATCH 0/2] Fix TMPDIR usage in scripts

2011-09-28 Thread Paul Eggleton
On Wednesday 28 September 2011 12:09:57 Richard Purdie wrote: > At the very least we need to fix the references in > scripts/qemuimage-testlib so the automated image testing doesn't break. OK, v2 on its way. The scripts that call qemuimage-testlib will still need to be updated to set OE_TMPDIR th

[OE-core] [PATCH 2/6] multilib: remove the multilib handling to allarch

2011-09-28 Thread Dongxiao Xu
currently we have allarch type of recipes, which may still have architecture dependency, like x11-common. So we need to drop the handling to allarch in multilib case. Also remove the PV postfix in python-pygobject DEPENDS, since multilib code will treat a native package multilib capable. [YOCTO #

[OE-core] [PATCH 3/6] multilib: add MLPREFIX to deploy folder

2011-09-28 Thread Dongxiao Xu
Add MLPREFIX to multilib deploy forlder to avoid the confliction between multilib and normal package deploy directory. Signed-off-by: Dongxiao Xu --- meta/classes/multilib.bbclass|5 - meta/classes/package_rpm.bbclass | 10 -- meta/classes/rootfs_rpm.bbclass |2 +- 3 f

[OE-core] [PATCH 0/6][PULL v2] multilib: bug fixes related with RPM backend

2011-09-28 Thread Dongxiao Xu
Hi Richard, This pull request is to fix several multilib bugs related with RPM backend, please help to review and pull. Changes from v1: - Add a patch to handle PACKAGES dynamic setting in libc-package.bbclass in multilib case. Otherwise IPK packaging logic will not find the correct locale-base-

[OE-core] [PATCH 5/6] package_rpm: combine normal and multilib solution manifest together

2011-09-28 Thread Dongxiao Xu
When RPM does the real install, if the first manifest file is empty, the installation will stop without handling the second manifest file. Merge the two manifest files together to fix this issue. Signed-off-by: Dongxiao Xu --- meta/classes/package_rpm.bbclass |5 +++-- 1 files changed, 3 in

[OE-core] [PATCH 4/6] tune-i586: fix hardcoded TUNE_PKGARCH

2011-09-28 Thread Dongxiao Xu
Use TUNE_FEATURES to determine the setting to TUNE_PKGARCH, which fixes the wrong setting of PACKAGE_ARCH in multilib case. Signed-off-by: Dongxiao Xu --- meta/conf/machine/include/tune-i586.inc |3 ++- 1 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine/include/

[OE-core] [PATCH 6/6] libc-package.bbclass: add MLPREFIX when set values to PACKAGES

2011-09-28 Thread Dongxiao Xu
There are some places that PACKAGES are dynamically set. To support multilib, we need to add MLPREFIX before the package name in those settings. Signed-off-by: Dongxiao Xu --- meta/classes/libc-package.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes

[OE-core] [PATCH 1/6] multilib.bbclass: map RDEPENDS and LINGUAS_INSTALL for image recipes

2011-09-28 Thread Dongxiao Xu
RDEPENDS of image type recipe needs to be mapped to make sure that the packages included in the image should be multilib version. Also add LINGUAS_INSTALL into MULTILIB_PACKAGE_INSTALL list. [YOCTO #1496] [YOCTO #1527] Signed-off-by: Dongxiao Xu --- meta/classes/multilib.bbclass |5 -

Re: [OE-core] [PATCH 0/2] Fix TMPDIR usage in scripts

2011-09-28 Thread Richard Purdie
On Wed, 2011-09-28 at 12:25 +0100, Paul Eggleton wrote: > On Wednesday 28 September 2011 12:09:57 Richard Purdie wrote: > > At the very least we need to fix the references in > > scripts/qemuimage-testlib so the automated image testing doesn't break. > > OK, v2 on its way. The scripts that call qe

[OE-core] [PATCH 0/2] Fix TMPDIR usage in scripts v2

2011-09-28 Thread Paul Eggleton
Fix TMPDIR external environment variable usage within our scripts which is a problem on OpenSUSE within an X session (see Yocto bug #1530) by using OE_TMPDIR from the external environment instead. Note that this will require changes to autobuilder scripts that use a TMPDIR environment variable whe

[OE-core] [PATCH 2/2] scripts/oe-setup-rpmrepo: use setup_tmpdir from runqemu

2011-09-28 Thread Paul Eggleton
Update the internal copy of setup_tmpdir in the oe-setup-rpmrepo script to be the same as the one in the runqemu script. Signed-off-by: Paul Eggleton --- scripts/oe-setup-rpmrepo | 27 ++- 1 files changed, 14 insertions(+), 13 deletions(-) diff --git a/scripts/oe-setup

[OE-core] [PATCH 1/2] scripts: use OE_TMPDIR instead of TMPDIR external variable

2011-09-28 Thread Paul Eggleton
On OpenSUSE within an X session, TMPDIR is set to the system temporary directory (/tmp) which is incorrect for these scripts. Thus, change runqemu and oe-setup-rpmrepo to use OE_TMPDIR from the external environment rather than TMPDIR. Fixes [YOCTO #1530] Signed-off-by: Paul Eggleton --- scripts

[OE-core] [PATCH] apmd: use ${HOST_SYS}-libtool

2011-09-28 Thread Andrew Gabbasov
libtool-cross uses ${HOST_SYS}- prefix while building and installing. In some cases that may be different from ${TARGET_PREFIX}, that is currently used in apmd recipe. It's better to have them consistent. Signed-off-by: Andrew Gabbasov --- meta/recipes-bsp/apmd/apmd_3.2.2-14.bb |2 +- 1 file

[OE-core] [PATCH] apr: use ${HOST_SYS}-libtool

2011-09-28 Thread Andrew Gabbasov
libtool-cross uses ${HOST_SYS}- prefix while building and installing. In some cases that may be different from ${TARGET_PREFIX}, that is currently used in apr recipe. It's better to have them consistent. Signed-off-by: Andrew Gabbasov --- meta/recipes-support/apr/apr_1.4.5.bb |2 +- 1 files

[OE-core] [PATCH] cmake.bbclass: adding extendable extra variable to root path

2011-09-28 Thread Andrew Gabbasov
Introducing a hook variable for various .conf files to add extra path elements to cmake. For example, it can be used in external toolchain conf file to add ${TOOLCHAIN_PATH} to cmake root path search. Signed-off-by: Andrew Gabbasov --- meta/classes/cmake.bbclass |3 ++- 1 files changed, 2 in

[OE-core] [PATCH] libpam: add flex-native to DEPENDS

2011-09-28 Thread Andrew Gabbasov
flex-native is required for building libpam. Although this dependency is now fulfilled indirectly through bison recipe, having an explicit one would be preferable. Signed-off-by: Andrew Gabbasov --- meta/recipes-extended/pam/libpam_1.1.4.bb |2 +- 1 files changed, 1 insertions(+), 1 deletion

Re: [OE-core] meta-micro problems

2011-09-28 Thread Dmitry Eremin-Solenikov
On 09/28/2011 02:16 PM, Paul Eggleton wrote: Hi Dmitry, On Friday 16 September 2011 19:17:17 Dmitry Eremin-Solenikov wrote: While trying to use a meta-micro, I've stumbled upon a problem. Each run, bitbake keeps running all tasks over and over. Sometimes this leads to failures (http://bugs.luma

Re: [OE-core] [PATCH] cmake.bbclass: adding extendable extra variable to root path

2011-09-28 Thread Otavio Salvador
On Wed, Sep 28, 2011 at 09:10, Andrew Gabbasov wrote: > Introducing a hook variable for various .conf files to add > extra path elements to cmake. For example, it can be used > in external toolchain conf file to add ${TOOLCHAIN_PATH} > to cmake root path search. > > Signed-off-by: Andrew Gabbasov

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-28 Thread Otavio Salvador
On Wed, Sep 28, 2011 at 07:23, Eric Bénard wrote: > I have the patch locally and I will (really) work on this tonight. > Sorry for the delay I've been overbusy since last wednesday. Now that this is going into master, I think we ought to update it directly instead of adding the newer version. --

Re: [OE-core] [PATCH 0/2] Fix TMPDIR usage in scripts v2

2011-09-28 Thread Paul Eggleton
On Wednesday 28 September 2011 12:39:39 Paul Eggleton wrote: > Fix TMPDIR external environment variable usage within our scripts which > is a problem on OpenSUSE within an X session (see Yocto bug #1530) by > using OE_TMPDIR from the external environment instead. > > Note that this will require ch

Re: [OE-core] meta-micro problems

2011-09-28 Thread Paul Eggleton
On Wednesday 28 September 2011 13:51:52 Dmitry Eremin-Solenikov wrote: > If you wish, I can retry this with smaller layer set. But if the bug > will still arise, I simply have no knowledge/time to look deeper into bb > without additional input/pointers from bb gurus. That's OK, I can spend time lo

Re: [OE-core] [PATCH] qt4: update to latest version 4.7.4

2011-09-28 Thread Richard Purdie
On Wed, 2011-09-28 at 10:11 -0300, Otavio Salvador wrote: > On Wed, Sep 28, 2011 at 07:23, Eric Bénard wrote: > > I have the patch locally and I will (really) work on this tonight. > > Sorry for the delay I've been overbusy since last wednesday. > > Now that this is going into master, I think we

Re: [OE-core] [PATCH 1/4] conf, recipes: Add new variable LINKER_HASH_STYLE

2011-09-28 Thread Richard Purdie
On Mon, 2011-09-26 at 20:39 -0700, Khem Raj wrote: > LINKER_HASH_STYLE in OE is set to either 'sysv' or 'gnu' > depending upon processor architecture e.g. mips does not support > gnu hash style so is uses sysv > > besides 'sysv' and 'gnu' third option is to set it to 'both' we do > not do that by

Re: [OE-core] [PATCH] qt4: Added support for QtMobility 1.2

2011-09-28 Thread Paul Eggleton
On Wednesday 28 September 2011 10:35:59 Dmitry Cherukhin wrote: > The QtMobility is a Qt add-on which allows to include standard mobile > functionality to Qt applications. For details, see >http://qt.nokia.com/products/qt-addons/mobility/ > The patch is intended to add support for the QtMobilit

Re: [OE-core] [PATCH 5/5] kernel.bbclass: remove unshipped files in do_install

2011-09-28 Thread Richard Purdie
On Sun, 2011-09-18 at 02:18 +0400, Dmitry Eremin-Solenikov wrote: > Drop two unsed files (modules.order and modules.builtin) in do_install > to stop the "unshipped files" warning. > > Signed-off-by: Dmitry Eremin-Solenikov > --- > meta/classes/kernel.bbclass |2 ++ > 1 files changed, 2 inser

Re: [OE-core] [PATCH 1/5] kernel.bbclass: blacklist 'perf-dbg' as well for the modules metapackage

2011-09-28 Thread Richard Purdie
On Sun, 2011-09-18 at 02:18 +0400, Dmitry Eremin-Solenikov wrote: > Signed-off-by: Koen Kooi > Signed-off-by: Dmitry Eremin-Solenikov > --- > meta/classes/kernel.bbclass |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/classes/kernel.bbclass b/meta/classes/ker

Re: [OE-core] [PATCH 4/5] kernel.bbclass: handle .cis firmware

2011-09-28 Thread Richard Purdie
On Sun, 2011-09-18 at 02:18 +0400, Dmitry Eremin-Solenikov wrote: > .cis firmware files are used by kernel to patch incorrect CIS fir PCMCIA > cards. Create respective packages. > > Signed-off-by: Dmitry Eremin-Solenikov > --- > meta/classes/kernel.bbclass |1 + > 1 files changed, 1 insertio

Re: [OE-core] [PATCH 1/5] kernel.bbclass: blacklist 'perf-dbg' as well for the modules metapackage

2011-09-28 Thread Richard Purdie
On Wed, 2011-09-28 at 12:47 +0400, Dmitry Eremin-Solenikov wrote: > Sorry to bother all of you, what about this patchset? I was waiting for Bruce to review them. I've taken three of them, the forth needs a better patch description as per Bruce's request. The MACHINE_PR one I have reservations ab

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-09-28 Thread Richard Purdie
On Tue, 2011-09-27 at 18:40 -0500, Koen Kooi wrote: > > Op 27 sep. 2011 om 08:52 heeft Bruce Ashfield het > volgende geschreven: > > > On Sat, Sep 17, 2011 at 6:18 PM, Dmitry Eremin-Solenikov > > wrote: > >> MACHINE_KERNEL_PR was introduced long ago in org.oe.dev. It's present in > >> meta-oe

Re: [OE-core] [PATCH 1/4] conf, recipes: Add new variable LINKER_HASH_STYLE

2011-09-28 Thread Khem Raj
On Wed, Sep 28, 2011 at 6:40 AM, Richard Purdie wrote: > On Mon, 2011-09-26 at 20:39 -0700, Khem Raj wrote: >> LINKER_HASH_STYLE in OE is set to either 'sysv' or 'gnu' >> depending upon processor architecture e.g. mips does not support >> gnu hash style so is uses sysv >> >> besides 'sysv' and 'gn

[OE-core] [PATCH 1/2] scripts: use OE_TMPDIR instead of TMPDIR external variable

2011-09-28 Thread Paul Eggleton
On OpenSUSE within an X session, TMPDIR is set to the system temporary directory (/tmp) which is incorrect for these scripts. Thus, change runqemu and oe-setup-rpmrepo to use OE_TMPDIR from the external environment rather than TMPDIR. Fixes [YOCTO #1530] Signed-off-by: Paul Eggleton --- meta/cl

[OE-core] [PATCH 0/2] Fix TMPDIR usage in scripts v3

2011-09-28 Thread Paul Eggleton
Fix TMPDIR external environment variable usage within our scripts which is a problem on OpenSUSE within an X session (see Yocto bug #1530) by using OE_TMPDIR from the external environment instead. Note that this will require changes to autobuilder scripts that use a TMPDIR environment variable whe

[OE-core] [PATCH 2/2] scripts/oe-setup-rpmrepo: use setup_tmpdir from runqemu

2011-09-28 Thread Paul Eggleton
Update the internal copy of setup_tmpdir in the oe-setup-rpmrepo script to be the same as the one in the runqemu script. Signed-off-by: Paul Eggleton --- scripts/oe-setup-rpmrepo | 27 ++- 1 files changed, 14 insertions(+), 13 deletions(-) diff --git a/scripts/oe-setup

Re: [OE-core] [PATCH 2/2] sysprof: update to version 1.1.8

2011-09-28 Thread Saul Wold
On 09/18/2011 08:35 PM, Tom Zanussi wrote: Also removes unused SCR_URI checksums. Signed-off-by: Tom Zanussi --- meta/recipes-kernel/sysprof/sysprof_git.bb |9 +++-- 1 files changed, 3 insertions(+), 6 deletions(-) diff --git a/meta/recipes-kernel/sysprof/sysprof_git.bb b/meta/recip

Re: [OE-core] [PATCH 1/2] blktrace: update to version 1.0.3

2011-09-28 Thread Saul Wold
On 09/18/2011 08:35 PM, Tom Zanussi wrote: This also removes dso_linking_change_build_fix.patch since the same change has been made upstream. Also removes unused SRC_URI checksums. Signed-off-by: Tom Zanussi --- .../blktrace/dso_linking_change_build_fix.patch| 26

Re: [OE-core] [PATCH] avahi: fix avahi-systemd dependencies

2011-09-28 Thread Saul Wold
On 09/21/2011 11:31 PM, Koen Kooi wrote: During the avahi-ui split the RDEPENDS line got dropped leading to: http://git.angstrom-distribution.org/cgi-bin/cgit.cgi/testlab/commit/?h=yocto&id=ae0db0eb51bde42f09b9513842c3b745c37c60d5 Signed-off-by: Koen Kooi --- meta/recipes-connectivity/avahi/a

Re: [OE-core] [PATCH 2/2] qt4-embedded: move qte.sh profile script into own package

2011-09-28 Thread Saul Wold
On 09/25/2011 05:57 AM, Simon Busch wrote: We don't want to pull the whole qt suite in our images when only installing a tiny setup which needs the profile script for several configuration issues. This moves the qte.sh profile script into a qt4-embedded-conf package which is automatically inst

Re: [OE-core] [PATCH 1/2] meta: qt4: fix postprocessing of pkg-config files

2011-09-28 Thread Saul Wold
On 09/25/2011 05:57 AM, Simon Busch wrote: When building qt4-embedded the generated and cleaned pkg-config files for qt are wrong. The Cflags variable contains something like ${includedir}/qtopia/QtCore where ${includedir} is already /usr/include/qtopia/QtCore. This patch reverts the fix up of

Re: [OE-core] [PATCH 0/1] linux-yocto: eg20t and live boot config changes

2011-09-28 Thread Saul Wold
On 09/26/2011 01:18 PM, Bruce Ashfield wrote: Richard/Saul, The patch really says it all for this one. This is one update from Tom to remove some obselete options and the other is just a re-org of the live boot options and then a re-use accross the 3 boards that we've been using for a month or s

Re: [OE-core] [PATCH 0/1] Fix building ghostcript variants on Ubuntu 11.10

2011-09-28 Thread Saul Wold
On 09/27/2011 02:12 PM, Joshua Lock wrote: Ubuntu 11.10 has moved sys/time.h such that the hard-coded test paths in ghostscripts configuration scripts fails. This patch works around that issue. Regards, Joshua The following changes since commit 684a4b517d13884c315688967fadd5e6a4845b71: lib

Re: [OE-core] [PATCH 0/4] Remove gnome-vfs completely

2011-09-28 Thread Saul Wold
On 09/27/2011 10:02 PM, edwin.z...@intel.com wrote: From: Zhai Edwin All, gnome-vfs need to be removed and taken place by gio. These patches remove the dependece on it, and obsolete recipes that need it. Pls. help to pull. Thanks, Edwin The following changes since commit e3c5d7a90ae179af0ac12

Re: [OE-core] [PATCH] intltool: inherit gettext to add missing dependency on gettext

2011-09-28 Thread Saul Wold
On 09/25/2011 05:22 PM, Khem Raj wrote: On Sun, Sep 25, 2011 at 10:16 AM, Richard Purdie wrote: On Sat, 2011-09-24 at 17:11 -0700, Khem Raj wrote: Fixes the error like below | configure: error: GNU gettext tools not found; required for intltool | + bbfatal 'oe_runconf failed' | + echo 'ERROR

Re: [OE-core] [PATCH 0/3] adding cortexa9 tune file and feature for arm socs whithout neon

2011-09-28 Thread Saul Wold
On 09/25/2011 12:37 PM, Henning Heinold wrote: Hi, the series adding the tune file for cortexa9 which is in pandaboard or tegra2. It also adds a feature for socs like the tegra2 which has no neon unit and enables it for cortexa8 and cortexa9 Bye Henning Henning Heinold (3): tune-cortexa9.in

Re: [OE-core] meta-micro problems

2011-09-28 Thread Dmitry Eremin-Solenikov
On 09/28/2011 05:32 PM, Paul Eggleton wrote: On Wednesday 28 September 2011 13:51:52 Dmitry Eremin-Solenikov wrote: If you wish, I can retry this with smaller layer set. But if the bug will still arise, I simply have no knowledge/time to look deeper into bb without additional input/pointers from

Re: [OE-core] [PATCH] intltool: inherit gettext to add missing dependency on gettext

2011-09-28 Thread Khem Raj
On 9/28/2011 10:17 AM, Saul Wold wrote: On 09/25/2011 05:22 PM, Khem Raj wrote: On Sun, Sep 25, 2011 at 10:16 AM, Richard Purdie wrote: On Sat, 2011-09-24 at 17:11 -0700, Khem Raj wrote: Fixes the error like below | configure: error: GNU gettext tools not found; required for intltool | + bbf

Re: [OE-core] [PATCH] intltool: inherit gettext to add missing dependency on gettext

2011-09-28 Thread Saul Wold
On 09/28/2011 10:29 AM, Khem Raj wrote: On 9/28/2011 10:17 AM, Saul Wold wrote: On 09/25/2011 05:22 PM, Khem Raj wrote: On Sun, Sep 25, 2011 at 10:16 AM, Richard Purdie wrote: On Sat, 2011-09-24 at 17:11 -0700, Khem Raj wrote: Fixes the error like below | configure: error: GNU gettext tools

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-09-28 Thread Koen Kooi
Op 28 sep. 2011 om 09:54 heeft Richard Purdie het volgende geschreven: > On Tue, 2011-09-27 at 18:40 -0500, Koen Kooi wrote: >> >> Op 27 sep. 2011 om 08:52 heeft Bruce Ashfield het >> volgende geschreven: >> >>> On Sat, Sep 17, 2011 at 6:18 PM, Dmitry Eremin-Solenikov >>> wrote: MACH

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-09-28 Thread Dmitry Eremin-Solenikov
On 9/28/11, Koen Kooi wrote: > > > Op 28 sep. 2011 om 09:54 heeft Richard Purdie > het volgende geschreven: > >> On Tue, 2011-09-27 at 18:40 -0500, Koen Kooi wrote: >>> >>> Op 27 sep. 2011 om 08:52 heeft Bruce Ashfield >>> het volgende geschreven: >>> On Sat, Sep 17, 2011 at 6:18 PM, Dmitry

Re: [OE-core] meta-micro problems

2011-09-28 Thread Dmitry Eremin-Solenikov
On 09/28/2011 05:32 PM, Paul Eggleton wrote: On Wednesday 28 September 2011 13:51:52 Dmitry Eremin-Solenikov wrote: If you wish, I can retry this with smaller layer set. But if the bug will still arise, I simply have no knowledge/time to look deeper into bb without additional input/pointers from

Re: [OE-core] [PATCH 1/4] conf, recipes: Add new variable LINKER_HASH_STYLE

2011-09-28 Thread Richard Purdie
On Thu, 2011-09-15 at 18:59 -0700, Khem Raj wrote: > LINKER_HASH_STYLE in OE is set to either 'sysv' or 'gnu' > depending upon processor architecture e.g. mips does not support > gnu hash style so is uses sysv > > besides 'sysv' and 'gnu' third option is to set it to 'both' we do > not do that by

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-09-28 Thread Richard Purdie
On Wed, 2011-09-28 at 13:42 -0500, Koen Kooi wrote: > > Op 28 sep. 2011 om 09:54 heeft Richard Purdie > het volgende geschreven: > > > On Tue, 2011-09-27 at 18:40 -0500, Koen Kooi wrote: > >> > >> Op 27 sep. 2011 om 08:52 heeft Bruce Ashfield > >> het volgende geschreven: > >> > >>> On Sat,

[OE-core] [PATCH] bitbake.conf: Fix reversed linker hash style logic

2011-09-28 Thread Richard Purdie
The logic in the linker hash patch was reversed, only setting the linker style in the non-gnu cases. Signed-off-by: Richard Purdie diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 618a57b..f18e35b 100644 --- a/meta/conf/bitbake.conf +++ b/meta/conf/bitbake.conf @@ -482,7 +482,

Re: [OE-core] [PATCH 2/5] kernel.bbclass: respect MACHINE_KERNEL_PR

2011-09-28 Thread Otavio Salvador
On Wed, Sep 28, 2011 at 16:50, Richard Purdie wrote: >> This patch improves the current situation and I don't foresee the >> autoPR code working soon > > Which is why we need to switch to that model and shake out the issues > sooner than later. Enough is enough with the PR madness and we need to >

[OE-core] [PATCH 1/1] Fixed a typo for setting up OECORE_ACLOCAL_OPTS for adt-installer case

2011-09-28 Thread Jessica Zhang
Signed-off-by: Jessica Zhang --- meta/classes/toolchain-scripts.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes/toolchain-scripts.bbclass b/meta/classes/toolchain-scripts.bbclass index 4a28e5f..875efed 100644 --- a/meta/classes/toolchain-scripts.bbc

[OE-core] [PATCH 0/1] Fix a type for setting up OECORE_ACLOCAL_OPTS for adt-installer, need go in edison

2011-09-28 Thread Jessica Zhang
The following changes since commit 7eb193fc4994b880ce115fc00fb52b4d9cda530e: Paul Eggleton (1): bitbake/lib/bb/msg.py: fix setting debug and verbosity levels are available in the git repository at: git://git.yoctoproject.org/poky-contrib jzhang/OECORE_ACLOCAL_OPTS http://git.yoctop

Re: [OE-core] [PATCH 1/1] Fixed a typo for setting up OECORE_ACLOCAL_OPTS for adt-installer case

2011-09-28 Thread Richard Purdie
On Wed, 2011-09-28 at 13:38 -0700, Jessica Zhang wrote: > Signed-off-by: Jessica Zhang > --- > meta/classes/toolchain-scripts.bbclass |2 +- > 1 files changed, 1 insertions(+), 1 deletions(-) > > diff --git a/meta/classes/toolchain-scripts.bbclass > b/meta/classes/toolchain-scripts.bbclass

Re: [OE-core] [PATCH 0/2] Fix TMPDIR usage in scripts v3

2011-09-28 Thread Richard Purdie
On Wed, 2011-09-28 at 16:28 +0100, Paul Eggleton wrote: > Fix TMPDIR external environment variable usage within our scripts which > is a problem on OpenSUSE within an X session (see Yocto bug #1530) by > using OE_TMPDIR from the external environment instead. > > Note that this will require changes

  1   2   >