Re: [OE-core] [PATCH 2/5] gcc-4.7: Update to tip of gcc-4_7-branch since 4.7.1 has been out

2012-07-10 Thread Martin Jansa
On Fri, Jun 22, 2012 at 09:38:38AM +0200, Martin Jansa wrote: On Fri, Jun 22, 2012 at 12:20:31AM -0700, Khem Raj wrote: On Thu, Jun 21, 2012 at 11:37 PM, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Jun 20, 2012 at 08:18:37AM -0700, Khem Raj wrote: Signed-off-by: Khem Raj

Re: [OE-core] The Mythical Sato Replacement

2012-07-10 Thread Richard Purdie
On Mon, 2012-07-09 at 15:36 -0700, Khem Raj wrote: On Mon, Jul 9, 2012 at 2:06 PM, Burton, Ross ross.bur...@intel.com wrote: Shuku will be a descendent of Sato, that is continue to use the Matchbox Window Manager, Desktop, and Panel; although the latter two will be updated for GTK+ 3.

Re: [OE-core] The Mythical Sato Replacement

2012-07-10 Thread Martin Jansa
On Tue, Jul 10, 2012 at 09:46:38AM +0100, Richard Purdie wrote: On Mon, 2012-07-09 at 15:36 -0700, Khem Raj wrote: On Mon, Jul 9, 2012 at 2:06 PM, Burton, Ross ross.bur...@intel.com wrote: Shuku will be a descendent of Sato, that is continue to use the Matchbox Window Manager, Desktop,

Re: [OE-core] The Mythical Sato Replacement

2012-07-10 Thread Jack Mitchell
On 09/07/12 23:36, Khem Raj wrote: On Mon, Jul 9, 2012 at 2:06 PM, Burton, Ross ross.bur...@intel.com wrote: Shuku will be a descendent of Sato, that is continue to use the Matchbox Window Manager, Desktop, and Panel; although the latter two will be updated for GTK+ 3. All applications will

[OE-core] does anything actually use BBVERSIONS?

2012-07-10 Thread Robert P. J. Day
perusing bitbake user manual, came across section 2.1.20 which mentions BBVERSIONS, but i don't see any current usage of it. is it still actively used anywhere? the only places i see it are in the documentation. rday --

[OE-core] [PATCH 1/1] subversion: do_install failed (parallel issue)

2012-07-10 Thread Robert Yang
install-neon-lib needs libsvn_delta-1.la which will be regenerated during libsvn_delta-1.la's installation, if libsvn_delta-1.la is in regenerating and at the same time install-neon-lib links it, the error willl happen. The error message is: /bin/ld: cannot find -lsvn_delta-1 collect2: error: ld

[OE-core] [PATCH 0/1] subversion: do_install failed (parallel issue)

2012-07-10 Thread Robert Yang
The following changes since commit 8d8b9e77aa3403e880cbbdfefc7f24a993b3161f: linux-yocto/3.4: perf scripting unionfs fixes (2012-07-09 17:06:09 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/svn

Re: [OE-core] [oe-commits] Laurentiu Palcu : libx11: upgrade to 1.5.0

2012-07-10 Thread Martin Jansa
On Mon, Jul 09, 2012 at 04:00:32PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 52d4ff7b35602faa52360a3e7a800891ef60c739 URL: http://git.openembedded.org/?p=openembedded-core.gita=commit;h=52d4ff7b35602faa52360a3e7a800891ef60c739 Author:

[OE-core] [PATCH] slang: change char type to signed char in macros

2012-07-10 Thread rongqing.li
From: Roy.Li rongqing...@windriver.com Fix [YOCTO 2726] C language has 3 distinct char types: char unsigned char signed char A char has the same range of values as signed char on X86, but same as unsigned char on ARM which made Slang's typecast() and array_sort()

Re: [OE-core] [oe-commits] Laurentiu Palcu : libx11: upgrade to 1.5.0

2012-07-10 Thread Martin Jansa
On Tue, Jul 10, 2012 at 12:44:30PM +0200, Martin Jansa wrote: On Mon, Jul 09, 2012 at 04:00:32PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit: 52d4ff7b35602faa52360a3e7a800891ef60c739 URL:

Re: [OE-core] The Mythical Sato Replacement

2012-07-10 Thread Burton, Ross
On 10 July 2012 09:56, Jack Mitchell m...@communistcode.co.uk wrote: Did you consider QT instead of GTK+ ? I think having wayland would be cool. I think Wayland support would be cool also. I think it would be a fantastic way to get people involved and encourage adoption. Regarding Wayland, I

[OE-core] [PATCH 0/4] more commits related to automake update

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com With the world build, found out that more recipes are failing due to automake 1.12.x All these remainling recipes are fixed and the world build succeeds with automake 1.12.1 now. Thanks, Nitin The following changes since commit

[OE-core] [PATCH 1/4] libunistring: fix build with automake 1.12

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a new patch: libunistring/libunistring_fix_for_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../libunistring_fix_for_automake_1.12.patch | 81

[OE-core] [PATCH 2/4] telepathy-python: fix build with automake 1.12

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a new patch: telepathy-python_fix_for_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../telepathy-python_fix_for_automake_1.12.patch | 26

[OE-core] [PATCH 3/4] libidn: fix build with automake 1.12

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a new patch avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch More details in the patch headers. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ..._MKDIR_P_warning_error_with_automake_1.12.patch | 25

[OE-core] [PATCH 4/4] webgit-gtk: fix build with automake 1.12.1

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a new patch: webgit-gtk_fix_build_with_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../webgit-gtk_fix_build_with_automake_1.12.patch | 62

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

2012-07-10 Thread Richard Purdie
On Mon, 2012-07-09 at 09:26 -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com this commit avoids this build issue: | /srv/home/nitin/builds/build-gcc47/tmp/sysroots/x86_64-linux/usr/libexec/i586-poky-linux/gcc/i586-poky-linux/4.7.1/ld: cannot find

Re: [OE-core] [oe-commits] Laurentiu Palcu : libx11: upgrade to 1.5.0

2012-07-10 Thread Martin Jansa
On Tue, Jul 10, 2012 at 01:14:18PM +0200, Martin Jansa wrote: On Tue, Jul 10, 2012 at 12:44:30PM +0200, Martin Jansa wrote: On Mon, Jul 09, 2012 at 04:00:32PM +, g...@git.openembedded.org wrote: Module: openembedded-core.git Branch: master Commit:

[OE-core] gconf: Disable gtk support

2012-07-10 Thread Richard Purdie
There are only a couple of helper utilities within gconf that need gtk+ as a dependency and those are unused and pretty useless. We might as well drop the dependency on gtk and allow more parallel builds by reducing dependency bottlenecks. Signed-off-by: Richard Purdie

[OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Richard Purdie
Originally, git was something new, not installed everywhere and had commandline stability problems. This has changed and git it no longer makes sense to continually build this when the system installed version is likely sufficient. This speeds up build since recipes no longer have to wait for

Re: [OE-core] [PATCH 2/5] gcc-4.7: Update to tip of gcc-4_7-branch since 4.7.1 has been out

2012-07-10 Thread Khem Raj
-Khem On Jul 10, 2012, at 12:52 AM, Martin Jansa martin.ja...@gmail.com wrote: On Fri, Jun 22, 2012 at 09:38:38AM +0200, Martin Jansa wrote: On Fri, Jun 22, 2012 at 12:20:31AM -0700, Khem Raj wrote: On Thu, Jun 21, 2012 at 11:37 PM, Martin Jansa martin.ja...@gmail.com wrote: On Wed, Jun

Re: [OE-core] [PATCH] package install failure on systems without /sbin/ldconfig

2012-07-10 Thread Amy Fong
On Mon, Jul 09, 2012 at 09:23:46PM -0700, Saul Wold wrote: On 07/09/2012 11:50 AM, Amy Fong wrote: Package install failures due to issues in post install rules. package_do_shlibs only looks for libraries in a directory lib, this should be modified to the variable baselib.

Re: [OE-core] [oe-commits] Laurentiu Palcu : libx11: upgrade to 1.5.0

2012-07-10 Thread Laurentiu Palcu
Hi Martin, When I upgrade a package, I build the package for all architectures. That's how I find build issues on other architectures which I, eventually, try to fix. Take, for example, directfb (1.6.1) which didn't compile on mips. Libx11, however, compiled just fine. It turns out there was

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

2012-07-10 Thread Richard Purdie
On Mon, 2012-07-09 at 09:26 -0700, nitin.a.kam...@intel.com wrote: From: Nitin A Kamble nitin.a.kam...@intel.com This work is based on 1.3_M1 branch to get a stable base. These commits build core-image-sato-sdk core-image-lsb images fine. This is all well and good but its neigh on

Re: [OE-core] [oe-commits] Laurentiu Palcu : libx11: upgrade to 1.5.0

2012-07-10 Thread Martin Jansa
On Tue, Jul 10, 2012 at 04:47:02PM +0300, Laurentiu Palcu wrote: Hi Martin, When I upgrade a package, I build the package for all architectures. That's how I find build issues on other architectures which I, eventually, try to fix. Take, for example, directfb (1.6.1) which didn't compile on

Re: [OE-core] does anything actually use BBVERSIONS?

2012-07-10 Thread Chris Larson
On Tue, Jul 10, 2012 at 1:58 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: perusing bitbake user manual, came across section 2.1.20 which mentions BBVERSIONS, but i don't see any current usage of it. is it still actively used anywhere? the only places i see it are in the documentation.

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Richard Purdie
On Tue, 2012-07-10 at 10:02 -0400, Robert P. J. Day wrote: On Tue, 10 Jul 2012, Richard Purdie wrote: Originally, git was something new, not installed everywhere and had commandline stability problems. This has changed and git it no longer makes sense to continually build this when the

Re: [OE-core] [oe-commits] Laurentiu Palcu : libx11: upgrade to 1.5.0

2012-07-10 Thread Laurentiu Palcu
On 07/10/2012 04:51 PM, Martin Jansa wrote: On Tue, Jul 10, 2012 at 04:47:02PM +0300, Laurentiu Palcu wrote: Hi Martin, When I upgrade a package, I build the package for all architectures. That's how I find build issues on other architectures which I, eventually, try to fix. Take, for

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Robert P. J. Day
On Tue, 10 Jul 2012, Richard Purdie wrote: On Tue, 2012-07-10 at 10:02 -0400, Robert P. J. Day wrote: On Tue, 10 Jul 2012, Richard Purdie wrote: # its own in staging ASSUME_PROVIDED = \ bzip2-native \ +git-native \ grep-native \ diffstat-native \

[OE-core] [PATCH v2] mkelfimage: Upgrade to e1e6a91

2012-07-10 Thread Raymond Danks
Address QA issue: Files/directories were installed but not shipped. New revision contains patch to mkelfimage removing /usr/share/mkelfImage/elf32-i386 directory from Makefile install target. http://review.coreboot.org/#/c/1195/ Signed-off-by: Raymond Danks ray.da...@se-eng.com --- v2: Reword

[OE-core] [PATCH 3/5] bitbake.conf: Add MACHINE_FEATURES_BACKFILL and append to MACHINE_FEATURES

2012-07-10 Thread Andrei Gherzan
This is works the way DISTRO_FEATURES_BACKFILL does. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/conf/bitbake.conf |3 +++ 1 file changed, 3 insertions(+) diff --git a/meta/conf/bitbake.conf b/meta/conf/bitbake.conf index 855ba6a..6a4d4ef 100644 --- a/meta/conf/bitbake.conf +++

[OE-core] [PATCH 5/5] busybox.inc: Install hwclock init script only if rtc is present in MACHINE_FEATURES

2012-07-10 Thread Andrei Gherzan
Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-core/busybox/busybox.inc | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/busybox/busybox.inc b/meta/recipes-core/busybox/busybox.inc index 82137a3..17ff442 100644 ---

[OE-core] [PATCH 2/5] bitbake.conf: Use the new form of features_backfill function

2012-07-10 Thread Andrei Gherzan
This function was modified in order to be used with other variables then DISTRO_FEATURES. Use this new function name and add the parameter needed. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/conf/bitbake.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git

[OE-core] [PATCH 1/5] utils.py: Modify and rename distro_features_backfill python function

2012-07-10 Thread Andrei Gherzan
This function was written to be used with DISTRO_FEATURES. This behavior is usefull with MACHINE_FEATURES as well. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/lib/oe/utils.py |9 ++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/meta/lib/oe/utils.py

[OE-core] [PATCH 4/5] bitbake.conf: Add rtc to MACHINE_FEATURES_BACKFILL

2012-07-10 Thread Andrei Gherzan
This was done this way so that the current machine configuration would remain unaffected. The rtc MACHINE_FEATURE will specify if a real time clock is avalaible. Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/conf/bitbake.conf |2 +- 1 file changed, 1 insertion(+), 1 deletion(-)

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread McClintock Matthew-B29882
On Tue, Jul 10, 2012 at 8:32 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Originally, git was something new, not installed everywhere and had commandline stability problems. This has changed and git it no longer makes sense to continually build this when the system installed

Re: [OE-core] [PATCH v2] mkelfimage: Upgrade to e1e6a91

2012-07-10 Thread Saul Wold
On 07/10/2012 07:35 AM, Raymond Danks wrote: Address QA issue: Files/directories were installed but not shipped. New revision contains patch to mkelfimage removing /usr/share/mkelfImage/elf32-i386 directory from Makefile install target. http://review.coreboot.org/#/c/1195/ Signed-off-by:

Re: [OE-core] [PATCH v2] mkelfimage: Upgrade to e1e6a91

2012-07-10 Thread Raymond Danks
On 07/10/2012 09:01 AM, Saul Wold wrote: On 07/10/2012 07:35 AM, Raymond Danks wrote: Address QA issue: Files/directories were installed but not shipped. New revision contains patch to mkelfimage removing /usr/share/mkelfImage/elf32-i386 directory from Makefile install target.

Re: [OE-core] [PATCH v2 2/2] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-10 Thread McClintock Matthew-B29882
On Tue, Jul 10, 2012 at 12:15 AM, Khem Raj raj.k...@gmail.com wrote: On Mon, Jul 9, 2012 at 9:29 PM, Matthew McClintock m...@freescale.com wrote: + + # clean up extra libgomp files + if [[ ${RUNTIMETARGET} =~ libgomp ]]; then This seems bashism. if could just check the valued

[OE-core] [PATCH v3 2/2] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-10 Thread Matthew McClintock
Signed-off-by: Matthew McClintock m...@freescale.com --- meta/recipes-devtools/gcc/gcc-4.7.inc |2 +- meta/recipes-devtools/gcc/gcc-configure-runtime.inc |7 +++ meta/recipes-devtools/gcc/gcc-package-runtime.inc | 14 +- 3 files changed, 21 insertions(+),

Re: [OE-core] [PATCH v3 2/2] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-10 Thread Khem Raj
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 7/10/2012 7:50 AM, Matthew McClintock wrote: Signed-off-by: Matthew McClintock m...@freescale.com --- meta/recipes-devtools/gcc/gcc-4.7.inc |2 +- meta/recipes-devtools/gcc/gcc-configure-runtime.inc |7 +++

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Richard Purdie
On Tue, 2012-07-10 at 15:00 +, McClintock Matthew-B29882 wrote: On Tue, Jul 10, 2012 at 8:32 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Originally, git was something new, not installed everywhere and had commandline stability problems. This has changed and git it no

Re: [OE-core] [PATCH 5/5] busybox.inc: Install hwclock init script only if rtc is present in MACHINE_FEATURES

2012-07-10 Thread Richard Purdie
On Tue, 2012-07-10 at 17:59 +0300, Andrei Gherzan wrote: Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-core/busybox/busybox.inc | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/meta/recipes-core/busybox/busybox.inc

[OE-core] [PATCH 00/19] automake update related commits on master

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com These are same commits which I made for M1 branch, now rebased to the current master. Thanks, Nitin The following changes since commit 029e3cea52f86438a1d6868020bb5c93d623: bitbake: fetch2/wget: Use FETCHCMD_wget to provide the commandline

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

[OE-core] [PATCH 04/19] pcmanfm: fix build with automake 1.12.x

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a patch: pcmanfm_fix_for_automake_1.12.patch More information in the patch header. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../files/pcmanfm_fix_for_automake_1.12.patch | 35

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

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

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

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

[OE-core] [PATCH 15/19] libunistring: fix build with automake 1.12

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a new patch: libunistring/libunistring_fix_for_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../libunistring_fix_for_automake_1.12.patch | 81

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

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

[OE-core] [PATCH 16/19] telepathy-python: fix build with automake 1.12

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a new patch: telepathy-python_fix_for_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../telepathy-python_fix_for_automake_1.12.patch | 26

[OE-core] [PATCH 18/19] webgit-gtk: fix build with automake 1.12.1

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a new patch: webgit-gtk_fix_build_with_automake_1.12.patch More comments in the patch header. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../webgit-gtk_fix_build_with_automake_1.12.patch | 62

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

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

[OE-core] [PATCH 17/19] libidn: fix build with automake 1.12

2012-07-10 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Added a new patch avoid_AM_PROG_MKDIR_P_warning_error_with_automake_1.12.patch More details in the patch headers. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ..._MKDIR_P_warning_error_with_automake_1.12.patch | 25

Re: [OE-core] The Mythical Sato Replacement

2012-07-10 Thread Elvis Dowson
Hi, How about adding a meta-android layer, and creating a core-image-minimal-android build? The android kernels are available, they have a qemu target for android, and the android sdk will need a bbclass to download, build and create an android root filesystem. A couple of targets

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Burton, Ross
On 10 July 2012 16:57, Richard Purdie richard.pur...@linuxfoundation.org wrote: What about testing the host system for presence of certain things? Then one could 1) yum/apt/etc install the needed items or 2) Build it if it's not present Every time we put an if statement in like this, it

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread McClintock Matthew-B29882
On Tue, Jul 10, 2012 at 10:57 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Every time we put an if statement in like this, it basically means we should double the amount of QA, one for one path and one for the other. So whilst I've wondered about it, do we really need to do

[OE-core] [PATCH v4 2/2] libgomp: add libgomp (openmp) library, and build for powerpc targets by default

2012-07-10 Thread Matthew McClintock
Signed-off-by: Matthew McClintock m...@freescale.com --- meta/recipes-devtools/gcc/gcc-4.7.inc |2 +- meta/recipes-devtools/gcc/gcc-configure-runtime.inc |7 +++ meta/recipes-devtools/gcc/gcc-package-runtime.inc | 14 +- 3 files changed, 21 insertions(+),

[OE-core] [PATCH 0/1] Fix dev/dbg installation for ipk backend

2012-07-10 Thread Paul Eggleton
I had intended to send this with a bunch of other commits for reworking dev/dbg package installation, but that is taking longer than expected so let's just get the fix for the ipk backend in first. The following change since commit ddf52d0161096b089fad8f3ace69b6515d7b7226: ccache: Ensure

[OE-core] [PATCH 1/1] opkg: fix installation of dev / dbg packages

2012-07-10 Thread Paul Eggleton
OE-Core revision ffe93e2a099e4cadb1829dc12a58a6d7bef9a5a7 moved opkg's configuration file into /etc/opkg, and opkg always reads all files under this directory even if -f is specified (as it is during do_rootfs in order to specify our own generated config file), and this means that after

[OE-core] [PATCH 2/2] kernel.bbclass: Make tree available for cross building external modules

2012-07-10 Thread Khem Raj
We shave too much from kernel sources for making it work for on device external kernel module development that cross development of external modules wont work from same tree anymore. This patch makes a copy of tree which will eventually be staged for building external modules Signed-off-by: Khem

[OE-core] [PATCH 1/2] runqemu: Fix running qemu when build without gl

2012-07-10 Thread Khem Raj
When gl is disabled in PACKAGECONFIG then we dont need to check for supporting libs to be present before running qemu. Signed-off-by: Khem Raj raj.k...@gmail.com --- scripts/runqemu | 14 -- scripts/runqemu-internal | 17 + 2 files changed, 17

[OE-core] [PATCH 2/2] linux-yocto/3.4: perf, unionfs and yaffs2 fixes

2012-07-10 Thread Bruce Ashfield
Updating the 3.4 SRCREVs to pickup the following changes: 6297e4c perf: add sgidefs.h to for mips builds 69b7817 yaffs: add leading underscore to mtd_info function names 160f1ac yaffs: change type for mode to umode_t 2d875e8 Unionfs: use mode_t Signed-off-by: Bruce Ashfield

[OE-core] [PATCH 1/2] linux-yocto/3.2: perf: fix mips build

2012-07-10 Thread Bruce Ashfield
Updating SRCREVs for the following fix: Author: Tom Zanussi tom.zanu...@intel.com Date: Tue Jul 10 09:38:40 2012 -0500 perf: add sgidefs.h to for mips builds Allow Python.h to find the definitions it needs on mips i.e. get rid of the error: _ABIN32 is not defined.

Re: [OE-core] [PATCH 2/2] kernel.bbclass: Make tree available for cross building external modules

2012-07-10 Thread Phil Blundell
On Tue, 2012-07-10 at 10:07 -0700, Khem Raj wrote: We shave too much from kernel sources for making it work for on device external kernel module development that cross development of external modules wont work from same tree anymore. This patch makes a copy of tree which will eventually be

[OE-core] [PATCH] rpm_5.4.9.bb: fix builds on systems with older libc

2012-07-10 Thread Matthew McClintock
| dbconvert.o: In function `rpmdb_convert': | /local/jenkins/jobs/yocto-upstream/workspace/label/master/machine/p4080ds/poky/master/tmp/work/x86_64-linux/rpm-native-5.4.9-r45/rpm-5.4.9/tools/dbconvert.c:126: warning: the use of `tempnam' is dangerous, better use `mkstemp' | dbconvert.o: In

Re: [OE-core] [PATCH 0/2] linux-yocto: perf, unionfs, yaffs2 fixes

2012-07-10 Thread Saul Wold
On 07/10/2012 10:11 AM, Bruce Ashfield wrote: Saul, Here are the SRCREV updates to activate Tom's mips perf fix (3.2 and 3.4). For 3.4, we also have a yaffs2 and unionfs fix. Bruce, Tom: Can you generate a single patch set that contains both the kernel update and any perf recipe changes.

Re: [OE-core] [PATCH 0/2] linux-yocto: perf, unionfs, yaffs2 fixes

2012-07-10 Thread Bruce Ashfield
On 12-07-10 01:18 PM, Saul Wold wrote: On 07/10/2012 10:11 AM, Bruce Ashfield wrote: Saul, Here are the SRCREV updates to activate Tom's mips perf fix (3.2 and 3.4). For 3.4, we also have a yaffs2 and unionfs fix. Bruce, Tom: Can you generate a single patch set that contains both the

Re: [OE-core] [PATCH 2/2] kernel.bbclass: Make tree available for cross building external modules

2012-07-10 Thread Bruce Ashfield
On Tue, Jul 10, 2012 at 1:13 PM, Phil Blundell ph...@gnu.org wrote: On Tue, 2012-07-10 at 10:07 -0700, Khem Raj wrote: We shave too much from kernel sources for making it work for on device external kernel module development that cross development of external modules wont work from same tree

Re: [OE-core] [PATCH 0/2] linux-yocto: perf, unionfs, yaffs2 fixes

2012-07-10 Thread Bruce Ashfield
On 12-07-10 01:18 PM, Bruce Ashfield wrote: On 12-07-10 01:18 PM, Saul Wold wrote: On 07/10/2012 10:11 AM, Bruce Ashfield wrote: Saul, Here are the SRCREV updates to activate Tom's mips perf fix (3.2 and 3.4). For 3.4, we also have a yaffs2 and unionfs fix. Bruce, Tom: Can you generate a

Re: [OE-core] [PATCH 1/1] opkg: fix installation of dev / dbg packages

2012-07-10 Thread Saul Wold
On 07/10/2012 09:22 AM, Paul Eggleton wrote: OE-Core revision ffe93e2a099e4cadb1829dc12a58a6d7bef9a5a7 moved opkg's configuration file into /etc/opkg, and opkg always reads all files under this directory even if -f is specified (as it is during do_rootfs in order to specify our own generated

Re: [OE-core] core-image-*.bb: Remove usage of EXTRA_IMAGE_FEATURES from some .bb files

2012-07-10 Thread Saul Wold
On 07/09/2012 10:12 AM, Robert P. J. Day wrote: Replace the usage of EXTRA_IMAGE_FEATURES in a small number of .bb files with IMAGE_FEATURES, and leave the use of EXTRA_IMAGE_FEATURES for developers in their local.conf files, to avoid the possibility of undesirable side effects. Signed-off-by:

Re: [OE-core] [PATCH 0/3] Misc tidy-ups

2012-07-10 Thread Saul Wold
On 07/09/2012 10:03 AM, Paul Eggleton wrote: The following changes since commit 8d8b9e77aa3403e880cbbdfefc7f24a993b3161f: linux-yocto/3.4: perf scripting unionfs fixes (2012-07-09 17:06:09 +0100) are available in the git repository at:

Re: [OE-core] [PATCH 0/1] linux-yocto/3.2: perf scripting changes

2012-07-10 Thread Saul Wold
On 07/09/2012 10:31 AM, Bruce Ashfield wrote: Richard/Saul, I had meant to send these along with the 3.4 update, and managed to get distracted and miss them. These are the SRCREV updates for the 3.2 kernel to support TomZ's recent perf scripting work. Cheers, Bruce cc: Tom Zanussi

Re: [OE-core] [PATCH 0/2] linux-yocto: perf, unionfs, yaffs2 fixes

2012-07-10 Thread Tom Zanussi
On Tue, 2012-07-10 at 10:18 -0700, Saul Wold wrote: On 07/10/2012 10:11 AM, Bruce Ashfield wrote: Saul, Here are the SRCREV updates to activate Tom's mips perf fix (3.2 and 3.4). For 3.4, we also have a yaffs2 and unionfs fix. Bruce, Tom: Can you generate a single patch set that

Re: [OE-core] [PATCH] gnupg: ensure deterministic build by disabling libcurl

2012-07-10 Thread Saul Wold
On 07/09/2012 06:21 PM, Khem Raj wrote: On Mon, Jul 9, 2012 at 4:45 PM, Saul Wold s...@linux.intel.com wrote: On 07/09/2012 03:43 PM, Khem Raj wrote: On Mon, Jul 9, 2012 at 3:04 PM, Saul Wold s...@linux.intel.com wrote: gnupg has it's own fake curl, since we use gnupg with zypper, there

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Robert P. J. Day
On Tue, 10 Jul 2012, Richard Purdie wrote: On Tue, 2012-07-10 at 15:00 +, McClintock Matthew-B29882 wrote: On Tue, Jul 10, 2012 at 8:32 AM, Richard Purdie richard.pur...@linuxfoundation.org wrote: Originally, git was something new, not installed everywhere and had commandline

Re: [OE-core] [PATCH] gnupg: ensure deterministic build by disabling libcurl

2012-07-10 Thread Khem Raj
On Tue, Jul 10, 2012 at 11:26 AM, Saul Wold s...@linux.intel.com wrote: On 07/09/2012 06:21 PM, Khem Raj wrote: On Mon, Jul 9, 2012 at 4:45 PM, Saul Wold s...@linux.intel.com wrote: On 07/09/2012 03:43 PM, Khem Raj wrote: On Mon, Jul 9, 2012 at 3:04 PM, Saul Wold s...@linux.intel.com

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Khem Raj
On Tue, Jul 10, 2012 at 11:35 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: my opinion, which is mine, is to add a script someone can run that tells them what appears to be safe to override from their current distro. that way, it's entirely optional and the developer deals with the

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Richard Purdie
On Tue, 2012-07-10 at 11:52 -0700, Khem Raj wrote: On Tue, Jul 10, 2012 at 11:35 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: my opinion, which is mine, is to add a script someone can run that tells them what appears to be safe to override from their current distro. that way,

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

2012-07-10 Thread Richard Purdie
On Mon, 2012-07-09 at 12:07 -0500, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com This patchset enables the Perl and Python bindings for perf, as well as the perf TUI (text-based UI). These are now turned on by default via a new variable, PERF_FEATURES_ENABLE, which

Re: [OE-core] [PATCH 0/2] linux-yocto: perf, unionfs, yaffs2 fixes

2012-07-10 Thread Richard Purdie
On Tue, 2012-07-10 at 13:11 -0400, Bruce Ashfield wrote: Saul, Here are the SRCREV updates to activate Tom's mips perf fix (3.2 and 3.4). For 3.4, we also have a yaffs2 and unionfs fix. Cheers, Bruce The following changes since commit 029e3cea52f86438a1d6868020bb5c93d623:

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

2012-07-10 Thread Saul Wold
On 07/09/2012 10:07 AM, tom.zanu...@intel.com wrote: From: Tom Zanussi tom.zanu...@intel.com This patchset enables the Perl and Python bindings for perf, as well as the perf TUI (text-based UI). These are now turned on by default via a new variable, PERF_FEATURES_ENABLE, which can be

Re: [OE-core] [PATCH 0/1] subversion: do_install failed (parallel issue)

2012-07-10 Thread Saul Wold
On 07/10/2012 02:35 AM, Robert Yang wrote: The following changes since commit 8d8b9e77aa3403e880cbbdfefc7f24a993b3161f: linux-yocto/3.4: perf scripting unionfs fixes (2012-07-09 17:06:09 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib robert/svn

[OE-core] [PATCH] openjade-native_1.3.2.bb: fix typo and change the deps exclusion to correct var

2012-07-10 Thread Matthew McClintock
Signed-off-by: Matthew McClintock m...@freescale.com --- meta/recipes-devtools/openjade/openjade-native_1.3.2.bb |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meta/recipes-devtools/openjade/openjade-native_1.3.2.bb

Re: [OE-core] bitbake.conf: Add git-native to ASSUME_PROVIDED

2012-07-10 Thread Robert P. J. Day
On Tue, 10 Jul 2012, Khem Raj wrote: On Tue, Jul 10, 2012 at 11:35 AM, Robert P. J. Day rpj...@crashcourse.ca wrote: my opinion, which is mine, is to add a script someone can run that tells them what appears to be safe to override from their current distro. that way, it's entirely

[OE-core] [PATCH 1/2] Fix hang issue when execute shutdown now command

2012-07-10 Thread Matthew McClintock
From: Zhenhua Luo b19...@freescale.com The original issue: When shutdown now command is typed on Linux prompt, the system tries to shut down gracefully from runlevel 5 to 1. RunLevel 1 is single-user/maintenance mode. This is the default behavior when no runlevel option is

[OE-core] RFC: [PATCH 0/1] Build system/SDK/ADT differ in toolchain config

2012-07-10 Thread Mark Hatle
(Yes this is intentionally cross posted to both the Yocto Project list and the oe-core list. The code affects the generated SDK, as well as potentially ADT imported SDKs... so both sides need to be verified and commented on to say if this is a reasonable change.) The problem we found is that if

[OE-core] RFC: [PATCH 1/1] toolchain-scripts: Sync the SDK/ADT values to the build system

2012-07-10 Thread Mark Hatle
The build system passes specific TUNE (fundamental) flag values to various tools instead of using a shell wrapper or similar. It is important that the build system and ADT/SDK match the behaviors exactly, or we are likely to have differences in the way build-system and external components are

Re: [OE-core] [PATCH 1/2] Fix hang issue when execute shutdown now command

2012-07-10 Thread McClintock Matthew-B29882
Ignore this... there is one patch before this one... -M On Tue, Jul 10, 2012 at 3:00 PM, Matthew McClintock m...@freescale.com wrote: From: Zhenhua Luo b19...@freescale.com The original issue: When shutdown now command is typed on Linux prompt, the system tries to shut down

Re: [OE-core] [PATCH 5/5] busybox.inc: Install hwclock init script only if rtc is present in MACHINE_FEATURES

2012-07-10 Thread Andrei Gherzan
On Tue, Jul 10, 2012 at 7:02 PM, Richard Purdie richard.pur...@linuxfoundation.org wrote: On Tue, 2012-07-10 at 17:59 +0300, Andrei Gherzan wrote: Signed-off-by: Andrei Gherzan and...@gherzan.ro --- meta/recipes-core/busybox/busybox.inc | 10 +++--- 1 file changed, 7

[OE-core] [PATCH 2/2] sysvinit-inittab.bb: fix up dynamically removed consoles

2012-07-10 Thread Matthew McClintock
Using dmesg could result in removing all the serial consoles as the dmesg buffer might get filled up and erase the info we are looking for. Instead let's look at /proc/consoles Signed-off-by: Matthew McClintock m...@freescale.com --- meta/recipes-core/sysvinit/sysvinit-inittab_2.88dsf.bb |4

  1   2   >