Re: [OE-core] [PATCH] file: new file version 5.07

2011-08-17 Thread Saul Wold
On 08/16/2011 08:10 PM, Adrian Alonso wrote: * file version 5.07 also prevents magic file mistmatch in Fedora 15 * related to bug 1358. http://bugzilla.pokylinux.org/show_bug.cgi?id=1358 Signed-off-by: Adrian Alonsoaalons...@gmail.com Adrian, for OE-Core unless there is a reason to keep

[OE-core] [CONSOLIDATED PULL 00/27] Updates and various fixes

2011-08-17 Thread Saul Wold
Richard,t This address some issues with the x11 and bluez patches recently, it also has the latest kernel update. There is also a multi-lib change that needs your more detailed review. The ofono patch from Anders had a question from Koen, so we might want to hold on that one, otherwise it looks

[OE-core] [CONSOLIDATED PULL 01/27] cmake.bbclass, perlnative.bbclass: arrange for cmake to find perl-native

2011-08-17 Thread Saul Wold
From: Phil Blundell ph...@gnu.org When CMake is looking for perl, it only searches in the specific directories that it's told about and ignores ${PATH}. If perlnative is in use, ensure that the appropriate installation path is added to the list of places that cmake will look for perl, otherwise

[OE-core] [CONSOLIDATED PULL 02/27] libproxy: remove dependency on X libs

2011-08-17 Thread Saul Wold
From: Phil Blundell ph...@gnu.org Nothing in the source refers to libX11 or libXmu so there would appear to be no good reason for them to be in DEPENDS. It looks as though these are perhaps a relic from an earlier version which did need those libraries. Signed-off-by: Phil Blundell

[OE-core] [CONSOLIDATED PULL 03/27] libxcb: enable native/nativesdk builds as was done previously in meta-oe

2011-08-17 Thread Saul Wold
From: Dmitry Eremin-Solenikov dbarysh...@gmail.com Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta/recipes-graphics/xcb/libxcb.inc |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-graphics/xcb/libxcb.inc

[OE-core] [CONSOLIDATED PULL 06/27] package_rpm: enhance strip_multilib function

2011-08-17 Thread Saul Wold
From: Dongxiao Xu dongxiao...@intel.com The previous logic could only strip MLPREFIX from the first element in an array, take an example, strip_multilib the [lib32-a lib32-b lib32-c] will result in [a lib32-b lib32-c]. We need to strip prefix one by one. This commit change the logic to strip all

[OE-core] [CONSOLIDATED PULL 05/27] rootfs_rpm: Fix DEFAULTTUNE setting in multilib case

2011-08-17 Thread Saul Wold
From: Dongxiao Xu dongxiao...@intel.com virtclass-multilib is set to OVERRIDES in multilib.bbclass, remove the duplicated settings here. Besides, DEFAULTTUNE has overrided and it can be directly used. [YOCTO #1368] CC: Mark Hatle mark.ha...@windriver.com Signed-off-by: Dongxiao Xu

[OE-core] [CONSOLIDATED PULL 04/27] qemu: Make qemu buildable inside qemux86/qemuppc target

2011-08-17 Thread Saul Wold
From: Zhai Edwin edwin.z...@intel.com It requires libx11 and libGL(if enabled GL) for building, which introduce extra dependence in qemuppc target. Futhermore, qemu's GL code is x86-oriented, thus some hacks needed for building in qemupcc. For simplicity, just make qemu GL's code for native only,

[OE-core] [CONSOLIDATED PULL 17/27] util-macros: upgrade from 1.14.0 to the latest version 0.15.0

2011-08-17 Thread Saul Wold
From: Dexuan Cui dexuan@intel.com Signed-off-by: Dexuan Cui dexuan@intel.com --- ...util-macros_1.14.0.bb = util-macros_1.15.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-util/{util-macros_1.14.0.bb = util-macros_1.15.0.bb} (80%)

[OE-core] [CONSOLIDATED PULL 07/27] package_rpm: Fix package rename issue in multilib case

2011-08-17 Thread Saul Wold
From: Dongxiao Xu dongxiao...@intel.com do_package task will write information into pkgdata and do_package_write_rpm will read them out. Take lib32-dates as an example, one of its RDEPENDS is li32-gtk+, and PKG_lib32-gtk+ = libgtk-2.0, these info is stored at:

[OE-core] [CONSOLIDATED PULL 08/27] gtk-icon-cache: Adding MLPREFIX when dynamically set RDEPENDS

2011-08-17 Thread Saul Wold
From: Dongxiao Xu dongxiao...@intel.com When dynamically setting RDEPENDS, we need to add MLPREFIX to adapt multilib case. [YOCTO #1368] Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- meta/classes/gtk-icon-cache.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[OE-core] [CONSOLIDATED PULL 10/27] qemu: change default kernel to 3.0.x

2011-08-17 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com The explicit setting of version preference to 2.6.37 is no longer required. All of the qemu targets have been built and boot tested on 3.0.1 for core-image-minimal and core-image-sato and are safe for wider build/boot testing. Signed-off-by:

[OE-core] [CONSOLIDATED PULL 11/27] linux-yocto: meta SRCREV bump

2011-08-17 Thread Saul Wold
From: Bruce Ashfield bruce.ashfi...@windriver.com Bumping the linux-yocto meta SRCREV to pickup new target configurations and features. Signed-off-by: Bruce Ashfield bruce.ashfi...@windriver.com --- meta/recipes-kernel/linux/linux-yocto_3.0.bb |2 +- 1 files changed, 1 insertions(+), 1

[OE-core] [CONSOLIDATED PULL 18/27] freetype: upgrade from 2.4.4 to 2.4.6

2011-08-17 Thread Saul Wold
From: Dexuan Cui dexuan@intel.com freetype-2.4.6/docs/LICENSE.TXT changed a little to describe more clearly the compatibility about FreeTypeLicense and GPLv2+, but the actual license remains unchanged: it's still LICENSE = FreeTypeLicense | GPLv2+. Signed-off-by: Dexuan Cui

[OE-core] [CONSOLIDATED PULL 12/27] package(_ipk).bbclass: opkg using ALL_MULTILIB_PACKAGE_ARCHS

2011-08-17 Thread Saul Wold
From: Lianhao Lu lianhao...@intel.com [YOCTO #1345] The new variable ALL_MULTILIB_PACKAGE_ARCHS contains all the values of PACKAGE_ARCHS for each multilib variants. The opkg backend now uses this new value insteald of the PACKAGE_ARCHS to update the opkg indexes and to generate the opkg

[OE-core] [CONSOLIDATED PULL 14/27] tcf-agent: add openssl into DEPENDS

2011-08-17 Thread Saul Wold
From: Dexuan Cui dexuan@intel.com [YOCTO #1330] If tcf-agent's do_compile happens before openssl does populate_root, we'll get such a compilation failure: framework/channel_tcp.c:34:27: fatal error: openssl/ssl.h: No such file or directory Thanks Kumar Gala for reporting this!

[OE-core] [CONSOLIDATED PULL 15/27] cronie: upgrade from 1.4.7 to 1.4.8

2011-08-17 Thread Saul Wold
From: Dexuan Cui dexuan@intel.com Signed-off-by: Dexuan Cui dexuan@intel.com --- .../cronie/{cronie_1.4.7.bb = cronie_1.4.8.bb}|6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-extended/cronie/{cronie_1.4.7.bb = cronie_1.4.8.bb} (94%) diff --git

[OE-core] [CONSOLIDATED PULL 13/27] bluez-hcidump: upgrade from 2.0 to 2.1

2011-08-17 Thread Saul Wold
From: Dexuan Cui dexuan@intel.com [YOCTO #1371] Recently bluez4 was updated from 4.82 to 4.96 and bluez-hcidump can't build: src/hcidump.c:54:24: error: redefinition of 'ntoh64'. In 2.1 the duplicated definition of ntoh64 was removed. Signed-off-by: Dexuan Cui dexuan@intel.com ---

[OE-core] [CONSOLIDATED PULL 16/27] mdadm: upgrade mdadm from 3.2.1 to 3.2.2

2011-08-17 Thread Saul Wold
From: Dexuan Cui dexuan@intel.com Remove the patch since 3.2.2 has integrated it. Signed-off-by: Dexuan Cui dexuan@intel.com --- .../mdadm/fix_for_compilation_with_gcc-4.6.0.patch | 174 .../mdadm/{mdadm_3.2.1.bb = mdadm_3.2.2.bb} |9 +- 2 files changed,

[OE-core] [CONSOLIDATED PULL 20/27] glproto: upgrade from 1.4.13 to 1.4.14

2011-08-17 Thread Saul Wold
From: Dexuan Cui dexuan@intel.com The patch has been integrated into 1.4.14 so let's remove it. Signed-off-by: Dexuan Cui dexuan@intel.com --- .../restore_the_old_xGLXBufferSwapComplete.patch | 53 .../{glproto_1.4.13.bb = glproto_1.4.14.bb} |7 +-- 2

[OE-core] [CONSOLIDATED PULL 21/27] dri2proto: upgrade from 2.4 to 2.6

2011-08-17 Thread Saul Wold
From: Dexuan Cui dexuan@intel.com The patch has been integrated into 1.4.14 so let's remove it. Signed-off-by: Dexuan Cui dexuan@intel.com --- .../restore_to_old_xDRI2BufferSwapComplete.patch | 53 .../{dri2proto_2.4.bb = dri2proto_2.6.bb} |7 +-- 2

[OE-core] [CONSOLIDATED PULL 22/27] distro_tracking_fields.inc: update the info for the following recipes

2011-08-17 Thread Saul Wold
From: Dexuan Cui dexuan@intel.com cronie mdadm freetype xproto glproto dri2proto util-macros Signed-off-by: Dexuan Cui dexuan@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 56 ++-- 1 files changed, 28 insertions(+), 28 deletions(-) diff --git

[OE-core] [CONSOLIDATED PULL 23/27] qt4: allow a reduction in build time

2011-08-17 Thread Saul Wold
From: Anders Darander and...@chargestorm.se When reducing build time by adding QT_DISTRO_FLAGS from the set '-no-gui -nomake tools -nomake examples -nomake demos -nomake docs', build failure can occur, due to not building all tools. * Make rm not error out when removing one of the, possibly,

[OE-core] [CONSOLIDATED PULL 25/27] connman: use DISTRO_FEATURES to enable wifi and bluetooth

2011-08-17 Thread Saul Wold
From: Anders Darander and...@chargestorm.se As wifi and bluetooth is set in DISTRO_FEATURES, connman should respect this during configuring. Signed-off-by: Anders Darander and...@chargestorm.se --- meta/recipes-connectivity/connman/connman_0.75.bb |4 ++-- 1 files changed, 2 insertions(+),

[OE-core] [CONSOLIDATED PULL 24/27] qmake_base: add uclibceabi

2011-08-17 Thread Saul Wold
From: Anders Darander and...@chargestorm.se Partial sync of qmake_base from meta-oe. * Add a matching rule for *linux-uclibceabi-oe-g++, to make qmake_base.bbclase more similar to the version in meta-oe. Signed-off-by: Anders Darander and...@chargestorm.se --- meta/classes/qmake_base.bbclass |

[OE-core] [CONSOLIDATED PULL 26/27] ofono: conditionally enable bluetooth

2011-08-17 Thread Saul Wold
From: Anders Darander and...@chargestorm.se Use DISTRO_FEATURE to conditionally depend on bluez4, as well as enabling bluetooth. Signed-off-by: Anders Darander and...@chargestorm.se --- meta/recipes-connectivity/ofono/ofono.inc |3 ++- meta/recipes-connectivity/ofono/ofono_0.50.bb |

[OE-core] [CONSOLIDATED PULL 27/27] create-pull-request: increase likelihood of detecting a rename

2011-08-17 Thread Saul Wold
From: Anders Darander and...@chargestorm.se Decrease the similarity percentage needed to recognize a delete/add-pair followed by an edit, as a rename. This make reviewing patches easier. Signed-off-by: Anders Darander and...@chargestorm.se --- scripts/create-pull-request |2 +- 1 files

Re: [OE-core] [PATCH 4/5] ofono: conditionally enable bluetooth

2011-08-17 Thread Anders Darander
* Koen Kooi k...@dominion.thruhere.net [110816 16:34]: Op 16 aug. 2011, om 15:57 heeft Anders Darander het volgende geschreven: Use DISTRO_FEATURE to conditionally depend on bluez4, as well as enabling bluetooth. Signed-off-by: Anders Darander and...@chargestorm.se ---

Re: [OE-core] [CONSOLIDATED PULL 00/27] Updates and various fixes

2011-08-17 Thread Anders Darander
* Saul Wold s...@linux.intel.com [110817 08:27]: The ofono patch from Anders had a question from Koen, so we might want to hold on that one, otherwise it looks OK to me. Anders Darander (5): ofono: conditionally enable bluetooth A new version is shortly going out. Please update the patch

[OE-core] [PATCH v2 1/5] qt4: allow a reduction in build time

2011-08-17 Thread Anders Darander
When reducing build time by adding QT_DISTRO_FLAGS from the set '-no-gui -nomake tools -nomake examples -nomake demos -nomake docs', build failure can occur, due to not building all tools. * Make rm not error out when removing one of the, possibly, non-existing tools. * Only try to rename

[OE-core] [PATCH v2 0/5] Miscellaneous fixes: mainly qt- and DISTRO_FEATURES-related

2011-08-17 Thread Anders Darander
A series with some miscellaneous fixes/changes. Patches: 0001: make it possible to build qt4 while disabling certain parts of it. 0002: A partial sync of qmake_base.bbclass from meta-oe. Hopefully we should be able to delete qmake_base.bbclass from meta-oe after this sync. 0003-4: respect

[OE-core] [PATCH v2 2/5] qmake_base: add uclibceabi

2011-08-17 Thread Anders Darander
Partial sync of qmake_base from meta-oe. * Add a matching rule for *linux-uclibceabi-oe-g++, to make qmake_base.bbclase more similar to the version in meta-oe. Signed-off-by: Anders Darander and...@chargestorm.se --- meta/classes/qmake_base.bbclass |2 +- 1 files changed, 1 insertions(+), 1

[OE-core] [PATCH v2 5/5] create-pull-request: increase likelihood of detecting a rename

2011-08-17 Thread Anders Darander
Decrease the similarity percentage needed to recognize a delete/add-pair followed by an edit, as a rename. This make reviewing patches easier. Signed-off-by: Anders Darander and...@chargestorm.se --- scripts/create-pull-request |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

[OE-core] [PATCH v2 4/5] ofono: conditionally enable bluetooth

2011-08-17 Thread Anders Darander
Use DISTRO_FEATURE to conditionally depend on bluez4, as well as enabling bluetooth. Signed-off-by: Anders Darander and...@chargestorm.se --- meta/recipes-connectivity/ofono/ofono.inc |2 +- meta/recipes-connectivity/ofono/ofono_0.50.bb |1 +

[OE-core] [PATCH v2 3/5] connman: use DISTRO_FEATURES to enable wifi and bluetooth

2011-08-17 Thread Anders Darander
As wifi and bluetooth is set in DISTRO_FEATURES, connman should respect this during configuring. Signed-off-by: Anders Darander and...@chargestorm.se --- meta/recipes-connectivity/connman/connman_0.75.bb |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git

Re: [OE-core] [PATCH 1/1] perl-native: Update 'find_perl()' to find the perl wrapper

2011-08-17 Thread wenzong fan
On 08/17/2011 05:35 AM, Saul Wold wrote: On 08/16/2011 12:56 AM, wenzong@windriver.com wrote: From: Wenzong Fanwenzong@windriver.com [YOCTO #1157] [YOCTO #829] This is a common issue to the packages which using 'MakeMaker.pm' to generate their Makefiles. The function 'find_perl()' in

[OE-core] [PATCH v2 1/1] perl-native: Update find_perl to find the perl wrapper

2011-08-17 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com [YOCTO #1157] [YOCTO #829] This is a common issue to the packages which using 'MakeMaker.pm' to generate their Makefiles. The function 'find_perl()' in 'MM_Unix.pm' will be used to figure out the path/link of 'PERL/FULLPERL', but it always find the

[OE-core] [PATCH v2 0/1] perl-native: Update find_perl to find the perl wrapper

2011-08-17 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com v2 updates: Add patch header to the 'MM_Unix.pm.patch' The following changes since commit a21ff559e7c93e9da61104f4a33e42e6004189fd: Richard Purdie (1): Fixup remaining bb.msg.domain users are available in the git repository at:

Re: [OE-core] [PATCH v2 0/1] perl-native: Update find_perl to find the perl wrapper

2011-08-17 Thread Koen Kooi
Op 17 aug. 2011, om 10:06 heeft wenzong@windriver.com wenzong@windriver.com het volgende geschreven: From: Wenzong Fan wenzong@windriver.com v2 updates: Add patch header to the 'MM_Unix.pm.patch' The following changes since commit a21ff559e7c93e9da61104f4a33e42e6004189fd:

[OE-core] Problems with generating and installing locale packages of eglibc/glibc

2011-08-17 Thread Hauser, Wolfgang (external)
Hello, we generated some locale packages of eglibc and wanted to install them while offline image generation. The locale-base* packages are installed properly, but the corresponding packages e.g. eglibc-binary-localedata-* are not installed.(the same occurs with glibc). we use following settings:

[OE-core] [PATCH 0/2][PULL] multilib: use ${BPN} in file names

2011-08-17 Thread Dongxiao Xu
Hi Richard, This pull request is to fix some file names in certain recipes, please help to review and pull. Thanks, Dongxiao The following changes since commit 13db5f420ca9bff98561f80d78958278734ad1f4: distro-tracking: Update info for gpgme, libassuan, apr... after last upgrade. (2011-08-15

[OE-core] [PATCH 1/2] busybox: Change ${PN} to ${BPN} in file names

2011-08-17 Thread Dongxiao Xu
Some files in busybox are named with ${PN}. In multilib case, ${PN} will be prefixed with lib32- or lib64-. Use ${BPN} instead. Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- meta/recipes-core/busybox/busybox.inc | 30 +-

[OE-core] [PATCH 2/2] sysvinit: Change ${PN} to ${BPN} in file names

2011-08-17 Thread Dongxiao Xu
Some files in sysvinit are named with ${PN}. In multilib case, ${PN} will be prefixed with lib32- or lib64-. Use ${BPN} instead. Signed-off-by: Dongxiao Xu dongxiao...@intel.com --- meta/recipes-core/sysvinit/sysvinit_2.88dsf.bb | 52 1 files changed, 26 insertions(+),

Re: [OE-core] Problems with generating and installing locale packages of eglibc/glibc

2011-08-17 Thread Koen Kooi
Op 17 aug. 2011, om 10:17 heeft Hauser, Wolfgang (external) het volgende geschreven: Hello, we generated some locale packages of eglibc and wanted to install them while offline image generation. The locale-base* packages are installed properly, but the corresponding packages e.g.

[OE-core] [PATCH 0/1] at: make at usable for common user

2011-08-17 Thread Kang Kai
From: Kang Kai kai.k...@windriver.com Fixes [Yocto #1297] The pkg_postinst was added to fix Yocto #675. But it seems not needed any more. Remove it then unprivilege user could use at. The following changes since commit a21ff559e7c93e9da61104f4a33e42e6004189fd: Fixup remaining

[OE-core] [PATCH 1/1] at: make at usable for common user

2011-08-17 Thread Kang Kai
From: Kang Kai kai.k...@windriver.com Fixes [Yocto #1297] The pkg_postinst was added to fix Yocto #675. But it seems not needed any more. Remove it then unprivilege user could use at. Signed-off-by: Kang Kai kai.k...@windriver.com --- meta/recipes-extended/at/at_3.1.12.bb | 26

Re: [OE-core] Problems with generating and installing localepackages of eglibc/glibc

2011-08-17 Thread Hauser, Wolfgang (external)
Our questions now: What was the intention of the changes in the function output_locale_binary_rdepends? Is there a problem using the old function for our local installation ? What language definition patterns (in GLIBC_GENERATE_LOCALES) should be covered by the new function ? Is this a

[OE-core] [PATCH] mtd-utils: Added recipe of newer version 1.4.4.

2011-08-17 Thread Noor, Ahsan
From: Noor Ahsan noor_ah...@mentor.com * Added recipe of version 1.4.4 and removed 1.4.1 recipe and its patch files. Signed-off-by: Noor Ahsan noor_ah...@mentor.com --- .../add-exclusion-to-mkfs-jffs2-git-2.patch| 103 .../add-exclusion-to-mkfs-jffs2-git-2.patch

[OE-core] [PATCH 0/1] Minor patch to buildstats

2011-08-17 Thread Beth Flanagan
Task endtime got left out of recent changes. Adding it back in and removing a superfluous line of whitespace. The following changes since commit a21ff559e7c93e9da61104f4a33e42e6004189fd: Fixup remaining bb.msg.domain users (2011-08-15 17:31:52 +0100) are available in the git repository at:

[OE-core] [PATCH 1/1] buildstats.bbclass: Fixing task endtime

2011-08-17 Thread Beth Flanagan
Task endtime got left out of recent changes. Adding it back in. Signed-off-by: Beth Flanagan elizabeth.flana...@intel.com --- meta/classes/buildstats.bbclass |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/classes/buildstats.bbclass

[OE-core] [PATCH 1/3] udisks: add checksums for udisks-1.0.2

2011-08-17 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta-oe/recipes-support/udisks/udisks_1.0.2.bb |4 +++- 1 files changed, 3 insertions(+), 1 deletions(-) diff --git a/meta-oe/recipes-support/udisks/udisks_1.0.2.bb b/meta-oe/recipes-support/udisks/udisks_1.0.2.bb index

[OE-core] [PATCH 2/3] meta-efl/screenshot: add LIC_FILES_CHKSUM

2011-08-17 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta-efl/recipes-efl/e17/screenshot_svn.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta-efl/recipes-efl/e17/screenshot_svn.bb b/meta-efl/recipes-efl/e17/screenshot_svn.bb index 0cd0d8b..a3678e6

[OE-core] [PATCH 3/3] meta-efl/screenshot: fix building with current gettext/auto*

2011-08-17 Thread Dmitry Eremin-Solenikov
Current auto*/gettext stopped substituting @MKINSTALLDIRS@ variable which is necessary in screenshot/po/Makefile. Fix that by calling AM_MKINSTALLDIRS manually. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../screenshot/screenshot-fix-mkinstalldirs.patch | 23

[OE-core] [PATCH 1/2] qemu: modify search paths for libgl

2011-08-17 Thread Anders Darander
On e.g. Debian libql is found under /usr/lib/x86_64-linux-gnu/libGL.so. Use a wildcard to match different locations, as uname -i only return unknown on Debian. Signed-off-by: Anders Darander and...@chargestorm.se --- meta/recipes-devtools/qemu/qemu.inc |2 +- 1 files changed, 1

[OE-core] [PATCH 0/2] Make qemu runqemu detect libgl on Debian

2011-08-17 Thread Anders Darander
Modify the patches to make qemu-native compile and run on Ubuntu 11.10, to use a wildcard match instead of `uname -i`. The latter only returns unknown on e.g. Debian. These patches are similar to what we did for perl-native in the Configure-multilib.patch (commit id

[OE-core] [PATCH 2/2] scripts/runqemu: modify search paths for libgl

2011-08-17 Thread Anders Darander
On e.g. Debian libql is found under /usr/lib/x86_64-linux-gnu/libGL.so. Use a wildcard to match different locations, as uname -i only return unknown on Debian. Signed-off-by: Anders Darander and...@chargestorm.se --- scripts/runqemu |2 +- 1 files changed, 1 insertions(+), 1 deletions(-)

[OE-core] [PATCH] libxkbcommon: new

2011-08-17 Thread Phil Blundell
This is needed by Clutter's egl backend. Signed-off-by: Phil Blundell ph...@gnu.org --- .../xorg-lib/libxkbcommon/cross.patch | 43 meta/recipes-graphics/xorg-lib/libxkbcommon_git.bb | 22 ++ 2 files changed, 65 insertions(+), 0 deletions(-) create

[OE-core] [PATCH] libxslt: fix packaging of static libraries

2011-08-17 Thread Phil Blundell
This prevents warnings about .a files being installed but not shipped. Signed-off-by: Phil Blundell ph...@gnu.org --- meta/recipes-support/libxslt/libxslt_1.1.26.bb | 15 --- 1 files changed, 8 insertions(+), 7 deletions(-) diff --git

Re: [OE-core] [PATCH 1/5] qt4: allow a reduction in build time

2011-08-17 Thread Richard Purdie
On Tue, 2011-08-16 at 15:57 +0200, Anders Darander wrote: When reducing build time by adding QT_DISTRO_FLAGS from the set '-no-gui -nomake tools -nomake examples -nomake demos -nomake docs', build failure can occur, due to not building all tools. * Make rm not error out when removing one

Re: [OE-core] [CONSOLIDATED PULL 00/27] Updates and various fixes

2011-08-17 Thread Richard Purdie
On Tue, 2011-08-16 at 23:26 -0700, Saul Wold wrote: This address some issues with the x11 and bluez patches recently, it also has the latest kernel update. There is also a multi-lib change that needs your more detailed review. The ofono patch from Anders had a question from Koen, so we

Re: [OE-core] [PATCH v2 4/5] ofono: conditionally enable bluetooth

2011-08-17 Thread Richard Purdie
On Wed, 2011-08-17 at 08:41 +0200, Anders Darander wrote: Use DISTRO_FEATURE to conditionally depend on bluez4, as well as enabling bluetooth. Signed-off-by: Anders Darander and...@chargestorm.se --- meta/recipes-connectivity/ofono/ofono.inc |2 +-

Re: [OE-core] [PATCH 1/1] buildstats.bbclass: Fixing task endtime

2011-08-17 Thread Richard Purdie
On Wed, 2011-08-17 at 04:38 -0700, Beth Flanagan wrote: Task endtime got left out of recent changes. Adding it back in. Signed-off-by: Beth Flanagan elizabeth.flana...@intel.com --- meta/classes/buildstats.bbclass |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) Merged to

Re: [OE-core] [PATCH 1/1] shadow: switch to a fetchable SRC_URI

2011-08-17 Thread Richard Purdie
On Tue, 2011-08-16 at 17:02 -0700, Joshua Lock wrote: Swith the SRC_URI to the one referenced on the sources section of the utilities download page (http://pkg-shadow.alioth.debian.org/download.php). Signed-off-by: Joshua Lock j...@linux.intel.com --- .../shadow/shadow-native_4.1.4.3.bb

Re: [OE-core] [PATCH 1/1] kernel: restore crtsavres.o to enable building external modules on powerpc

2011-08-17 Thread Richard Purdie
On Tue, 2011-08-16 at 21:16 -0700, Darren Hart wrote: Fixes [YOCTO #1276] As of Linux kernel version 3.0.1, and much earlier, the make clean target removes arch/powerpc/lib/crtsavres.o. As this object is present in KBUILD_LDFLAGS_MODULE, it is required to build external modules, and should

Re: [OE-core] [PATCH 2/2] qemu: Make qemu buildable inside qemux86/qemuppc target

2011-08-17 Thread Richard Purdie
On Tue, 2011-08-16 at 14:32 +0800, Zhai, Edwin wrote: On Mon, Aug 15, 2011 at 10:25:49PM +0800, Richard Purdie wrote: The patch is fine but could we change this to something like: # Only use the GL passthrough patches for native/nativesdk versions $QEMUGLPATCHES = \

Re: [OE-core] populate_sdk: We need to ensure that the SDK sysroot reflects PACKAGE_ARCH

2011-08-17 Thread Gary Thomas
On 2011-08-10 07:48, Gary Thomas wrote: On 2011-08-10 07:40, Richard Purdie wrote: On Wed, 2011-08-10 at 07:34 -0600, Gary Thomas wrote: On a related thought to these changes - how does this play if you use multiple SDKs for different, but somewhat related, architectures? I'd like to create a

Re: [OE-core] [PATCH] libc-package bbclass: fix binary localedata dependency code

2011-08-17 Thread Khem Raj
On Thu, Aug 4, 2011 at 3:00 PM, Phil Blundell ph...@gnu.org wrote: On Wed, 2011-08-03 at 08:19 +0200, Koen Kooi wrote: Op 2 aug. 2011, om 17:01 heeft Phil Blundell het volgende geschreven: It does look a bit weird.  That code was introduced in 561d8754, ostensibly as a merger of the eglibc

[OE-core] [PATCH 0/1] Disable dtrace and system tap for glib-2.0-native

2011-08-17 Thread Joshua Lock
Per discussion on the Yocto mailing list: https://lists.yoctoproject.org/pipermail/yocto/2011-August/004571.html Regards, Joshua The following changes since commit 2e83e6755441cb14bd907d306974338c15173189: kernel: restore crtsavres.o to enable building external modules on powerpc (2011-08-17

[OE-core] [PATCH 1/1] glib-2.0: explicitly disable dtrace and systemtap for native varaint

2011-08-17 Thread Joshua Lock
This prevents systemtap and dtrace being picked up from the host as reported on the Yocto mailing list by Andre Haupt an...@bitwigglers.org Signed-off-by: Joshua Lock j...@linux.intel.com --- meta/recipes-core/glib-2.0/glib.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff

Re: [OE-core] [PATCH 1/5] qt4: allow a reduction in build time

2011-08-17 Thread Anders Darander
* Richard Purdie richard.pur...@linuxfoundation.org [110817 16:09]: On Tue, 2011-08-16 at 15:57 +0200, Anders Darander wrote: When reducing build time by adding QT_DISTRO_FLAGS from the set '-no-gui -nomake tools -nomake examples -nomake demos -nomake docs', build failure can occur, due

[OE-core] [PATCH v3 0/1] Qt4: reduce build time

2011-08-17 Thread Anders Darander
Reduce the build time of qt4-embedded. V3: * Explicitly check if the phrasebook dir exists, instead of relying on a try-except clause that also would catch other errors. V2 and earlier was a larger patch series. There were no modifications to this patch in V2. The following changes since

[OE-core] [PATCH v3 1/1] qt4: allow a reduction in build time

2011-08-17 Thread Anders Darander
When reducing build time by adding QT_DISTRO_FLAGS from the set '-no-gui -nomake tools -nomake examples -nomake demos -nomake docs', build failure can occur, due to not building all tools. * Make rm not error out when removing one of the, possibly, non-existing tools. * Only try to rename

Re: [OE-core] [PATCH 1/5] qt4: allow a reduction in build time

2011-08-17 Thread Anders Darander
* Richard Purdie richard.pur...@linuxfoundation.org [110817 16:09]: On Tue, 2011-08-16 at 15:57 +0200, Anders Darander wrote: phrasebook_dir = bb.data.expand('${datadir}/${QT_DIR_NAME}/phrasebooks/', d) phrasebook_name = bb.data.expand('${QT_BASE_NAME}-phrasebook-%s',

[OE-core] [RFC PATCH 1/2] image.bbclass, kernel.bbclass: create warning file about deleting deploydir files

2011-08-17 Thread Paul Eggleton
New users sometimes delete files in tmp/deploy/images assuming they will be re-created just by re-running the build, and then are confused when this doesn't work. To discourage people from doing this, create a file called README_-_DO_NOT_DELETE_FILES_IN_THIS_DIRECTORY.txt in tmp/deploy/images

[OE-core] [RFC PATCH 2/2] sanity.bbclass: add optional untested host distro warning

2011-08-17 Thread Paul Eggleton
SANITY_TESTED_DISTROS, if specified, is expected to be a newline-delimited list of distro identifier strings, e.g. SANITY_TESTED_DISTROS = \ Ubuntu 11.04 \ Fedora release 14 (Laughlin) \ (spaces, tabs etc. are trimmed) If SANITY_TESTED_DISTROS is defined, we will

Re: [OE-core] [RFC PATCH 1/2] image.bbclass, kernel.bbclass: create warning file about deleting deploydir files

2011-08-17 Thread Phil Blundell
On Wed, 2011-08-17 at 19:37 +0100, Paul Eggleton wrote: +Files in the deploy directory will not be re-created automatically if you +delete them. If you do delete a file, you will need to run: + + bitbake -c clean TARGET + bitbake TARGET + +where TARGET is the name of the appropriate

[OE-core] [PATCH] tcl: fix networking breakage

2011-08-17 Thread Koen Kooi
Without providing these site entries tcl networking doesn't work on the target. Original OE commit: commit 0c340037644f87054462f62b50cd397c162615b7 Author: Koen Kooi k...@openembedded.org Date: Wed May 26 13:04:18 2010 +0200 tcl: add 2 entries to arm-linux site file (possibly only glibc

[OE-core] [PATCH][v2] file: new file version 5.07

2011-08-17 Thread Adrian Alonso
* file version 5.07 also prevents magic file mistmatch in Fedora 15 * related to bug 1358. http://bugzilla.pokylinux.org/show_bug.cgi?id=1358 * v2 remove previous file version 5.04 remove unused patchs Signed-off-by: Adrian Alonso aalons...@gmail.com ---

[OE-core] [PATCH 0/1] remove lttng-ust from mips GDB Build

2011-08-17 Thread Saul Wold
Richard, This patch remove lttng-ust from the mips depends list since lttng-ust and liburcu do not build for mips at this time. Sau! The following changes since commit 2e83e6755441cb14bd907d306974338c15173189: kernel: restore crtsavres.o to enable building external modules on powerpc

[OE-core] [PATCH 1/1] gdb: remove lttng-ust from DEPENDS for mips

2011-08-17 Thread Saul Wold
Signed-off-by: Saul Wold s...@linux.intel.com --- meta/recipes-devtools/gdb/gdb-common.inc |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index df6c70f..5ffbf87 100644 ---