Re: [OE-core] [PATCH V2] bluez4: Added new recipe 4.96 and removed 4.82 version

2011-08-16 Thread Cui, Dexuan
Martin Jansa wrote on 2011-08-16: On Tue, Aug 16, 2011 at 10:40:38AM +0800, Cui, Dexuan wrote: Saul Wold wrote on 2011-08-16: On 08/12/2011 01:04 AM, Noor, Ahsan wrote: From: Noor Ahsannoor_ah...@mentor.com * Added new recipe 4.96 and removed 4.82 version and its files. Signed-off-by: Noor

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

2011-08-16 Thread Zhai, Edwin
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 = \ file://qemu-git-qemugl-host.patch \ file://fix-nogl.patch \

Re: [OE-core] Questions about the layer structure in OpenEmbedded-Core

2011-08-16 Thread Samuel Stirtzel
2011/8/15 Paul Eggleton paul.eggle...@linux.intel.com: On Monday 15 August 2011 10:06:33 Samuel Stirtzel wrote: 2011/8/12 Koen Kooi k...@dominion.thruhere.net: There's also: https://github.com/ebutera/meta-igep http://gitorious.org/schnitzeltony-oe-meta/meta-freescale

Re: [OE-core] [PATCH 2/2] libsdl: enable opengl for libsdl

2011-08-16 Thread Koen Kooi
Op 15 aug. 2011, om 15:05 heeft Jiajun Xu het volgende geschreven: To enable opengl for libsdl, we need DEPENDS on virtual/libgl. Add a check for opengl in DISTRO_FEATURES and when it's set, --enable-video-opengl and virtual/libgl will be added into EXTRA_CONF and DEPENDS. Is that really a

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

2011-08-16 Thread wenzong.fan
From: Wenzong Fan wenzong@windriver.com Fix Bugs: [YOCTO #1157] [YOCTO #829] This happens to the packages which use MakeMaker.pm to generate their Makefiles, the path to 'PERL/FULLPERL' should be perl wrapper instead of 'perl.real'. The following changes since commit

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

2011-08-16 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] binutils-2.20.1: import several patches from Debian

2011-08-16 Thread Dmitry Eremin-Solenikov
Import several patches from Debian to improve --no-add-needed handling vs. weak symbols and branching to weak symbols on arm. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../binutils/.binutils_2.20.1.bb.swp | Bin 0 - 4096 bytes

[OE-core] [PATCH V2] binutils-2.20.1: import several patches from Debian

2011-08-16 Thread Dmitry Eremin-Solenikov
Import several patches from Debian to improve --no-add-needed handling vs. weak symbols and branching to weak symbols on arm. Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- .../152_arm_branches_to_weak_symbols.patch | 240

Re: [OE-core] [PATCH V2] binutils-2.20.1: import several patches from Debian

2011-08-16 Thread Koen Kooi
Op 16 aug. 2011, om 10:07 heeft Dmitry Eremin-Solenikov het volgende geschreven: Import several patches from Debian to improve --no-add-needed handling vs. weak symbols and branching to weak symbols on arm. Out of curiousity, which platforms did you test this on? Signed-off-by: Dmitry

[OE-core] [PATCH 3/4] package_rpm: Fix package rename issue in multilib case

2011-08-16 Thread Dongxiao Xu
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: tmp/pkgdata/x86_64-pokymllib32-linux/runtime/lib32-dates. Function

[OE-core] [PATCH 1/4] rootfs_rpm: Fix DEFAULTTUNE setting in multilib case

2011-08-16 Thread Dongxiao Xu
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 dongxiao...@intel.com ---

[OE-core] [PATCH 2/4] package_rpm: enhance strip_multilib function

2011-08-16 Thread Dongxiao Xu
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 elements' multilib prefix. [YOCTO

[OE-core] [PATCH 4/4] gtk-icon-cache: Adding MLPREFIX when dynamically set RDEPENDS

2011-08-16 Thread Dongxiao Xu
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 --git a/meta/classes/gtk-icon-cache.bbclass

[OE-core] [PATCH 0/4 v2][PULL] multilib: RPM rootfs related fixes.

2011-08-16 Thread Dongxiao Xu
Hi Richard and Mark, This pull request fixes some multilib issues related with RPM rootfs. Please help to review and pull. Changes from v1: 1) Remove the original patch multilib: remove MULTILIB_PACKAGE_ARCHS variable. 2) Add a new patch rootfs_rpm: Fix DEFAULTTUNE setting in multilib case 3)

Re: [OE-core] [RFC] Performance Issue: Build time increases

2011-08-16 Thread Robert Yang
On 08/12/2011 08:19 PM, Lu, Lianhao wrote: Robert Yang wrote on 2011-08-12: Hi folks, The build time of core-image-sato increases about 5 ~ 10 minutes than the following commit: commit 5af197b55a4b779f1ec93186f0723026949ba2b5 Author: Liping Keliping...@intel.com Date: Fri Jun 3 08:22:40

Re: [OE-core] [RFC] Performance Issue: Build time increases

2011-08-16 Thread Robert Yang
On 08/15/2011 10:31 PM, Richard Purdie wrote: On Fri, 2011-08-12 at 19:06 +0800, Robert Yang wrote: Hi folks, The build time of core-image-sato increases about 5 ~ 10 minutes than the following commit: commit 5af197b55a4b779f1ec93186f0723026949ba2b5 Author: Liping Keliping...@intel.com

[OE-core] [PATCH 1/1] package(_ipk).bbclass: opkg using ALL_MULTILIB_PACKAGE_ARCHS

2011-08-16 Thread Lianhao Lu
[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 configuration files. This allows the normal

[OE-core] [PATCH 0/1] multilib related fixed for opkg backend

2011-08-16 Thread Lianhao Lu
This patch fixed the bug #1345 to allow the opkg backend installing both normal pacakges and multilib packages into the same rootfs. The following changes since commit 13db5f420ca9bff98561f80d78958278734ad1f4: Zhai Edwin (1): distro-tracking: Update info for gpgme, libassuan, apr...

Re: [OE-core] [PATCH V2] bluez4: Added new recipe 4.96 and removed 4.82 version

2011-08-16 Thread Cui, Dexuan
Cui, Dexuan wrote on 2011-08-16: Martin Jansa wrote on 2011-08-16: On Tue, Aug 16, 2011 at 10:40:38AM +0800, Cui, Dexuan wrote: Saul Wold wrote on 2011-08-16: On 08/12/2011 01:04 AM, Noor, Ahsan wrote: From: Noor Ahsannoor_ah...@mentor.com * Added new recipe 4.96 and removed 4.82 version and

Re: [OE-core] [PATCH V2] binutils-2.20.1: import several patches from Debian

2011-08-16 Thread Dmitry Eremin-Solenikov
On 8/16/11, Koen Kooi k...@dominion.thruhere.net wrote: Op 16 aug. 2011, om 10:07 heeft Dmitry Eremin-Solenikov het volgende geschreven: Import several patches from Debian to improve --no-add-needed handling vs. weak symbols and branching to weak symbols on arm. Out of curiousity, which

Re: [OE-core] [PATCH V2] binutils-2.20.1: import several patches from Debian

2011-08-16 Thread Koen Kooi
Op 16 aug. 2011, om 11:44 heeft Dmitry Eremin-Solenikov het volgende geschreven: On 8/16/11, Koen Kooi k...@dominion.thruhere.net wrote: Op 16 aug. 2011, om 10:07 heeft Dmitry Eremin-Solenikov het volgende geschreven: Import several patches from Debian to improve --no-add-needed handling

Re: [OE-core] [PATCH 2/2] libsdl: enable opengl for libsdl

2011-08-16 Thread Richard Purdie
On Tue, 2011-08-16 at 09:52 +0200, Koen Kooi wrote: Op 15 aug. 2011, om 15:05 heeft Jiajun Xu het volgende geschreven: To enable opengl for libsdl, we need DEPENDS on virtual/libgl. Add a check for opengl in DISTRO_FEATURES and when it's set, --enable-video-opengl and virtual/libgl

Re: [OE-core] [RFC] Performance Issue: Build time increases

2011-08-16 Thread Robert Yang
On 08/16/2011 04:56 PM, Paul Eggleton wrote: On Tuesday 16 August 2011 09:40:14 Robert Yang wrote: Thanks for you reply, yes, one build one restart(bitbake core-image-sato, then restart the computer, and bitbake again) makes the build time stable. I'm doing this now. Are you using my scripts

[OE-core] Error building any X11 image: Nothing PROVIDES 'libxcb-native'

2011-08-16 Thread Samuel Stirtzel
Hi, recently all X11 images fail to build for me. The following error shows up (this is from core-image-sato): - ERROR: Nothing PROVIDES 'libxcb-native' (but virtual:native:/var/oe-core/setup-scripts/sources/meta-openembedded/meta-oe/recipes-graphics/xorg-lib/libx11_1.4.3.bb DEPENDS on or

Re: [OE-core] Error building any X11 image: Nothing PROVIDES 'libxcb-native'

2011-08-16 Thread Martin Jansa
On Tue, Aug 16, 2011 at 12:50:51PM +0200, Samuel Stirtzel wrote: Hi, recently all X11 images fail to build for me. The following error shows up (this is from core-image-sato): - ERROR: Nothing PROVIDES 'libxcb-native' (but

Re: [OE-core] [RFC] Performance Issue: Build time increases

2011-08-16 Thread Paul Eggleton
On Tuesday 16 August 2011 11:37:24 Robert Yang wrote: I'm sorry to say that I have tried it, but I don't know its principle, and it made my git repo have too many untracked or modified files. Is this when you specified a list of revisions to be applied to the repository prior to building? If

Re: [OE-core] Error building any X11 image: Nothing PROVIDES 'libxcb-native'

2011-08-16 Thread Samuel Stirtzel
2011/8/16 Martin Jansa martin.ja...@gmail.com: On Tue, Aug 16, 2011 at 12:50:51PM +0200, Samuel Stirtzel wrote: Hi, recently all X11 images fail to build for me. The following error shows up (this is from core-image-sato): - ERROR: Nothing PROVIDES 'libxcb-native' (but

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

2011-08-16 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 2/5] qmake_base: add uclibceabi

2011-08-16 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 4/5] ofono: conditionally enable bluetooth

2011-08-16 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 |3 ++- meta/recipes-connectivity/ofono/ofono_0.50.bb |1 +

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

2011-08-16 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 3/5] connman: use DISTRO_FEATURES to enable wifi and bluetooth

2011-08-16 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

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

2011-08-16 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 01/10] bluez-hcidump: upgrade from 2.0 to 2.1

2011-08-16 Thread Dexuan Cui
[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 --- .../{bluez-hcidump_2.0.bb =

[OE-core] [PATCH 00/10] fixes to 1371 and 1330, and upgrades to some recipes

2011-08-16 Thread Dexuan Cui
The following changes since commit 13db5f420ca9bff98561f80d78958278734ad1f4: distro-tracking: Update info for gpgme, libassuan, apr... after last upgrade. (2011-08-15 15:26:04 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib dcui/master

[OE-core] [PATCH 02/10] tcf-agent: add openssl into DEPENDS

2011-08-16 Thread Dexuan Cui
[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! Signed-off-by: Dexuan Cui dexuan@intel.com Cc:

[OE-core] [PATCH 05/10] util-macros: upgrade from 1.14.0 to the latest version 0.15.0

2011-08-16 Thread Dexuan Cui
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%) diff --git

[OE-core] [PATCH 04/10] mdadm: upgrade mdadm from 3.2.1 to 3.2.2

2011-08-16 Thread Dexuan Cui
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, 4 insertions(+), 179 deletions(-)

[OE-core] [PATCH 06/10] freetype: upgrade from 2.4.4 to 2.4.6

2011-08-16 Thread Dexuan Cui
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 dexuan@intel.com --- .../no-hardcode.patch

[OE-core] [PATCH 07/10] xproto: upgrade from 7.0.21 to 7.0.22

2011-08-16 Thread Dexuan Cui
Signed-off-by: Dexuan Cui dexuan@intel.com --- .../{xproto_7.0.21.bb = xproto_7.0.22.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-graphics/xorg-proto/{xproto_7.0.21.bb = xproto_7.0.22.bb} (72%) diff --git

[OE-core] [PATCH 03/10] cronie: upgrade from 1.4.7 to 1.4.8

2011-08-16 Thread Dexuan Cui
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] [PATCH 09/10] dri2proto: upgrade from 2.4 to 2.6

2011-08-16 Thread Dexuan Cui
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 files changed, 3 insertions(+), 57

[OE-core] [PATCH 10/10] distro_tracking_fields.inc: update the info for the following recipes

2011-08-16 Thread Dexuan Cui
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

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

2011-08-16 Thread Paul Eggleton
On Tuesday 16 August 2011 14:57:48 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 of

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

2011-08-16 Thread Koen Kooi
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 --- meta/recipes-connectivity/ofono/ofono.inc |3 ++-

Re: [OE-core] [PATCH] rpm: configure with staging native path for magic file

2011-08-16 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 08/15/2011 07:53 PM, Adrian Alonso wrote: * Remove hardcoded system path for path-magic file in order to avoid potential mistmatch between host and yocto native tools as reported in yocto mailing list: error: magic_load(ms,

Re: [OE-core] [PATCH 0/4 v2][PULL] multilib: RPM rootfs related fixes.

2011-08-16 Thread Mark Hatle
On 8/16/11 3:33 AM, Dongxiao Xu wrote: Hi Richard and Mark, This pull request fixes some multilib issues related with RPM rootfs. Please help to review and pull. Changes from v1: 1) Remove the original patch multilib: remove MULTILIB_PACKAGE_ARCHS variable. 2) Add a new patch

[OE-core] [PATCH] emprint: add LIC_FILES_CHKSUM

2011-08-16 Thread Dmitry Eremin-Solenikov
Signed-off-by: Dmitry Eremin-Solenikov dbarysh...@gmail.com --- meta-efl/recipes-efl/e17/emprint_svn.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/meta-efl/recipes-efl/e17/emprint_svn.bb b/meta-efl/recipes-efl/e17/emprint_svn.bb index 31c744d..d5c4769 100644 ---

Re: [OE-core] [PATCH] rpm: configure with staging native path for magic file

2011-08-16 Thread Adrian Alonso
Um you are right target rpm with conflict with the search path for the magic file So in order to close bug [1358] either apply first proposed patch [1] or update file_5.04.bb to file_5.07.bb that also solves the problem on my F15 dev machine. [1]

[OE-core] [PATCH] angstrom-task-gnome: Added gedit to task-gnome dependencies

2011-08-16 Thread Joel A Fernandes
Signed-off-by: Joel A Fernandes agnel.j...@gmail.com --- This patch can be applied after these have been: http://lists.linuxtogo.org/pipermail/openembedded-devel/2011-August/034413.html recipes-angstrom/tasks/angstrom-task-gnome.bb |1 + 1 files changed, 1 insertions(+), 0 deletions(-)

Re: [OE-core] [PATCH] angstrom-task-gnome: Added gedit to task-gnome dependencies

2011-08-16 Thread Jason Kridner
I see the README says this should be on the OE-core list, but maybe this should go on the Angstrom list? On Aug 16, 2011, at 3:24 PM, Joel A Fernandes agnel.j...@gmail.com wrote: Signed-off-by: Joel A Fernandes agnel.j...@gmail.com --- This patch can be applied after these have been:

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

2011-08-16 Thread Saul Wold
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 'MM_Unix.pm' will be used to figure out

Re: [OE-core] [PATCH V2] binutils-2.20.1: import several patches from Debian

2011-08-16 Thread Saul Wold
On 08/16/2011 01:07 AM, Dmitry Eremin-Solenikov wrote: Import several patches from Debian to improve --no-add-needed handling vs. weak symbols and branching to weak symbols on arm. Signed-off-by: Dmitry Eremin-Solenikovdbarysh...@gmail.com --- .../152_arm_branches_to_weak_symbols.patch

Re: [OE-core] [PATCH] rpm: configure with staging native path for magic file

2011-08-16 Thread Saul Wold
On 08/16/2011 10:02 AM, Adrian Alonso wrote: Um you are right target rpm with conflict with the search path for the magic file So in order to close bug [1358] either apply first proposed patch [1] or update file_5.04.bb http://file_5.04.bb to file_5.07.bb http://file_5.07.bb that also solves

[OE-core] [PATCH 0/5] Redefine LINKER_HASH_STYLE and uclibc fixes

2011-08-16 Thread Khem Raj
with this patchset, fix the uclibc image fallouts with various recent recipe updates Modify the way we pass linker hash style so it can be used in multiple methods. Pass information about default linker hash style to gcc configure so that it passes the right flags to runtime libraries builds

[OE-core] [PATCH 1/5] conf,recipes: Redefine LINKER_HASH_STYLE

2011-08-16 Thread Khem Raj
LINKER_HASH_STYLE is not set to either sysv or gnu depending upon architecture e.g. mips does not support gnu hash style among the supported architectures so we make sure its set to 'sysv' form mips Linker flags are munged to adhere to renamed variable Third option is to set it to 'both' we do

[OE-core] [PATCH 5/5] tcf-agent: Add openssl to DEPENDS

2011-08-16 Thread Khem Raj
It ends in errors like below otherwise | framework/channel_tcp.c:34:27: fatal error: openssl/ssl.h: No such file or directory | compilation terminated. | make: *** [obj/GNU/Linux/arm/Debug/framework/channel_tcp.o] Error 1 | make: *** Waiting for unfinished jobs | + die 'oe_runmake failed' | +

[OE-core] [PATCH 3/5] task-core-tools: Use LTTNGUST variable instead of hardcoding lttng-ust

2011-08-16 Thread Khem Raj
This helps build on uclibc where lttng-ust is not included Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-core/tasks/task-core-tools.bb |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/tasks/task-core-tools.bb

[OE-core] [PATCH 4/5] gdb: Add lttng-ust to DEPENDS only for eglibc

2011-08-16 Thread Khem Raj
Signed-off-by: Khem Raj raj.k...@gmail.com --- meta/recipes-devtools/gdb/gdb-common.inc | 11 +-- 1 files changed, 9 insertions(+), 2 deletions(-) diff --git a/meta/recipes-devtools/gdb/gdb-common.inc b/meta/recipes-devtools/gdb/gdb-common.inc index df6c70f..9879e97 100644 ---

[OE-core] [PATCH 2/5] gcc-4.6: Use --with-linker-hash-style configure option

2011-08-16 Thread 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 raj.k...@gmail.com --- meta/recipes-devtools/gcc/gcc-4.6.inc |3

Re: [OE-core] [PATCH 1/1] gcc-cross-intermediate: revise the 64bithack.patch for multilib case

2011-08-16 Thread Khem Raj
On Mon, Aug 15, 2011 at 6:16 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: just curious question, what is gcc 4.5 for, since gcc 4.6 is already there? Some people are still using gcc 4.5 for various reasons. It is getting to the point we should probably move that to meta-oe

Re: [OE-core] [PATCH] angstrom-task-gnome: Added gedit to task-gnome dependencies

2011-08-16 Thread Khem Raj
On Tue, Aug 16, 2011 at 2:24 PM, Jason Kridner jkrid...@beagleboard.org wrote: I see the README says this should be on the OE-core list, but maybe this should go on the Angstrom list? it should go to angstrom-devel list in anycase if this is a patch against angstrom on top of oe.dev then it

Re: [OE-core] [PATCH V2] binutils-2.20.1: import several patches from Debian

2011-08-16 Thread Khem Raj
On Tue, Aug 16, 2011 at 2:39 PM, Saul Wold s...@linux.intel.com wrote: On 08/16/2011 01:07 AM, Dmitry Eremin-Solenikov wrote: Import several patches from Debian to improve --no-add-needed handling vs. weak symbols and branching to weak symbols on arm. Signed-off-by: Dmitry

Re: [OE-core] [PATCH] angstrom-task-gnome: Added gedit to task-gnome dependencies

2011-08-16 Thread Joel A Fernandes
On Tue, Aug 16, 2011 at 6:00 PM, Khem Raj raj.k...@gmail.com wrote: On Tue, Aug 16, 2011 at 2:24 PM, Jason Kridner jkrid...@beagleboard.org wrote: I see the README says this should be on the OE-core list, but maybe this should go on the Angstrom list? it should go to angstrom-devel list

[OE-core] [PATCH 0/1] Switch SRC_URI for shadow as current uri is not avaiable

2011-08-16 Thread Joshua Lock
When running a build this afternoon I was unable to fetch shadow, checking the shadow home page I saw their download page lists a differen URI than we have in the metadata so this patch changes the metadata to match the URI referred to on the shadow home page. Cheers, Joshua The following

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

2011-08-16 Thread Joshua Lock
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|2 +-

Re: [OE-core] [PATCH] angstrom-task-gnome: Added gedit to task-gnome dependencies

2011-08-16 Thread Joel A Fernandes
Sorry to bother you but are you sure? if this is a patch against angstrom on top of oe.dev then it should go to oe-devel list too meta-angstrom patches are not ontop of oe.dev On Tue, Aug 16, 2011 at 8:16 PM, Dmytriyenko, Denys de...@ti.com wrote: He meant angstrom-devel and/or oe-devel,  not

[OE-core] [meta-oe] [PATCH] gnome-system-monitor: Add dependency on gnome-icon-theme

2011-08-16 Thread Joel A Fernandes
Without this, the configure stage of this recipe fails with pkg-config not finding the gnome-icon-theme package Signed-off-by: Joel A Fernandes agnel.j...@gmail.com Cc: j...@ti.com Cc: k-k...@ti.com --- .../gnome-system-monitor_2.28.2.bb |2 +- 1 files changed, 1

Re: [OE-core] [PATCH 5/5] tcf-agent: Add openssl to DEPENDS

2011-08-16 Thread Cui, Dexuan
Khem Raj wrote on 2011-08-17: It ends in errors like below otherwise | framework/channel_tcp.c:34:27: fatal error: openssl/ssl.h: No such file or directory | compilation terminated. | make: *** [obj/GNU/Linux/arm/Debug/framework/channel_tcp.o] Error 1 | make: *** Waiting for unfinished

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

2011-08-16 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 Signed-off-by: Adrian Alonso aalons...@gmail.com --- meta/recipes-devtools/file/file_5.07.bb | 36 +++ 1 files changed,

[OE-core] [PATCH 0/1] fix yocto bug 1276: qemuppc hello-mod fails to build

2011-08-16 Thread Darren Hart
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: git://git.pokylinux.org/poky-contrib dvhart/powerpc

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

2011-08-16 Thread Darren Hart
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 therefor not be removed by make clean. While I do not

Re: [OE-core] [PATCH] angstrom-task-gnome: Added gedit to task-gnome dependencies

2011-08-16 Thread Khem Raj
On Tue, Aug 16, 2011 at 7:12 PM, Joel A Fernandes agnel.j...@gmail.com wrote: Sorry to bother you but are you sure? if this is a patch against angstrom on top of oe.dev then it should go to oe-devel list too meta-angstrom patches are not ontop of oe.dev yes meta-angstrom patches go to

Re: [OE-core] [PATCH 5/5] tcf-agent: Add openssl to DEPENDS

2011-08-16 Thread Khem Raj
On Tue, Aug 16, 2011 at 7:44 PM, Cui, Dexuan dexuan@intel.com wrote: Khem Raj wrote on 2011-08-17: It ends in errors like below otherwise | framework/channel_tcp.c:34:27: fatal error: openssl/ssl.h: No such file or directory | compilation terminated. | make: ***

Re: [OE-core] [meta-oe] [PATCH] gnome-system-monitor: Add dependency on gnome-icon-theme

2011-08-16 Thread Khem Raj
On Tue, Aug 16, 2011 at 7:16 PM, Joel A Fernandes agnel.j...@gmail.com wrote: Without this, the configure stage of this recipe fails with pkg-config not finding the gnome-icon-theme package may be you should bump up the PR to ensure a rebuild Signed-off-by: Joel A Fernandes

Re: [OE-core] [meta-oe] [PATCH] gnome-system-monitor: Add dependency on gnome-icon-theme

2011-08-16 Thread Joel A Fernandes
On Wed, Aug 17, 2011 at 12:14 AM, Khem Raj raj.k...@gmail.com wrote: On Tue, Aug 16, 2011 at 7:16 PM, Joel A Fernandes agnel.j...@gmail.com wrote: Without this, the configure stage of this recipe fails with pkg-config not finding the gnome-icon-theme package may be you should bump up the