[OE-core] [PATCH 8/8] distro_tracking: recipe information update

2011-04-21 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta

[OE-core] [PATCH 0/8] recipe upgrades bugfixes

2011-04-21 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com These are some of the recipe upgrades and bug fixes I had worked on. Thanks, Nitin Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/misc Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Thanks, Nitin

[OE-core] [PATCH 5/8] perl-5.12.2: use of PERLHOSTLIB var fix

2011-04-21 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com PERLHOSTLIB var is used to build target perl. It let perl use the native perl .so module files at the time of compilation of target perl. These changes to perl make the PERLHOSTLIB variable also useful for building perl modules to use native .so perl

[OE-core] [PATCH 1/8] mpfr: upgrade from 3.0.0 to 3.0.1

2011-04-21 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../mpfr/{mpfr_3.0.0.bb = mpfr_3.0.1.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/mpfr/{mpfr_3.0.0.bb = mpfr_3.0.1.bb} (70%) diff

[OE-core] [PATCH 7/8] libxml-parser-perl: upgrade from 2.36 to 2.40

2011-04-21 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com --- ...e_2.36.bb = libxml-parser-perl-native_2.40.bb} |0 ...ser-perl_2.36.bb = libxml-parser-perl_2.40.bb} |8 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/perl/{libxml-parser-perl-native_2.36.bb

[OE-core] [PATCH 4/8] python-pycairo: fix installation path of __init__.py

2011-04-21 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This fixes Bug [YOCTO #477] Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../python/python-pycairo_1.8.10.bb|8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/python

[OE-core] [PATCH 1/8] mpfr: upgrade from 3.0.0 to 3.0.1

2011-04-21 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../mpfr/{mpfr_3.0.0.bb = mpfr_3.0.1.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-support/mpfr/{mpfr_3.0.0.bb = mpfr_3.0.1.bb} (70%) diff

[OE-core] [PATCH 6/8] cpan.bbclass: export PERLHOSTLIB for perl modules

2011-04-21 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This makes sure that native perl .so can get loaded at the buildtime, and avoids following kind of errors while building perl modules: Nitin A Kamble nitin.a.kam...@intel.com 2011/04/20 + perl Makefile.PL EXPATLIBPATH=/disk0/pokybuild/build0/tmp

[OE-core] [PATCH 4/8] python-pycairo: fix installation path of __init__.py

2011-04-21 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This fixes Bug [YOCTO #477] Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../python/python-pycairo_1.8.10.bb|8 +++- 1 files changed, 7 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/python

[OE-core] [PATCH 8/8] distro_tracking: recipe information update

2011-04-21 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc |7 +-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta

[OE-core] [PATCH 0/8] updated recipe upgrades and bugfixes

2011-04-21 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com These are similar to the commits I sent earlier, with the exception of the patch tracking formatch has changed slightly as per Saul's suggestions. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/misc Browse: http

[OE-core] [PATCH 2/8] python-gst: upgrade from 0.10.19 to 0.10.21

2011-04-21 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../python/python-gst/python-path.patch|2 ++ ...python-gst_0.10.19.bb = python-gst_0.10.21.bb} |6 +++--- 2 files changed, 5 insertions(+), 3 deletions(-) rename meta

[OE-core] [PATCH 5/8] perl-5.12.2: use of PERLHOSTLIB var fix

2011-04-21 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com PERLHOSTLIB var is used to build target perl. It let perl use the native perl .so module files at the time of compilation of target perl. These changes to perl make the PERLHOSTLIB variable also useful for building perl modules to use native .so perl

[OE-core] [PATCH 7/8] libxml-parser-perl: upgrade from 2.36 to 2.40

2011-04-21 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com --- ...e_2.36.bb = libxml-parser-perl-native_2.40.bb} |0 ...ser-perl_2.36.bb = libxml-parser-perl_2.40.bb} |8 2 files changed, 4 insertions(+), 4 deletions(-) rename meta/recipes-devtools/perl/{libxml-parser-perl-native_2.36.bb

[OE-core] [PATCH 0/1] perl recipe upgrade

2011-04-24 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/upgrades Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades Thanks, Nitin A Kamble nitin.a.kam...@intel.com --- Nitin A Kamble (1): perl: upgrade

[OE-core] [PATCH 1/2] tar-1.17 (GPLv2) bugfix

2011-04-25 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../tar/tar-1.17/avoid_heap_overflow.patch | 22 meta/recipes-extended/tar/tar_1.17.bb |3 +- 2 files changed, 24 insertions(+), 1 deletions

[OE-core] [PATCH 2/2] cpio-2.8 (GPLv2) bug fix

2011-04-25 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../cpio/cpio-2.8/avoid_heap_overflow.patch| 25 meta/recipes-extended/cpio/cpio_2.8.bb |6 +++- 2 files changed, 29 insertions(+), 2 deletions

[OE-core] [PATCH 06/10] subversion: update upstream status for patches

2011-05-05 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../subversion/disable-revision-install.patch |2 ++ .../subversion/subversion/libtool2.patch |2 ++ .../subversion/subversion/neon-detection.patch |2 ++ 3

[OE-core] [PATCH 03/10] patch-2.6.1: update patch upstream status

2011-05-05 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../patch/patch-2.6.1/global-reject-file.diff |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/patch/patch-2.6.1/global-reject-file.diff b

[OE-core] [PATCH 10/10] binutils: update upstream status of patches

2011-05-05 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../binutils/binutils-2.21/110-arm-eabi-conf.patch |2 ++ .../binutils-2.21/binutils-2.19.1-ld-sysroot.patch |2 ++ .../binutils/binutils-2.21/binutils-poison.patch |2

[OE-core] [PATCH 05/10] python-imaging: update upstream status for patches

2011-05-05 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../python/python-imaging/path.patch |2 ++ 1 files changed, 2 insertions(+), 0 deletions(-) diff --git a/meta/recipes-devtools/python/python-imaging/path.patch b/meta

[OE-core] [PATCH 08/10] sat-solver: fix compilation issue with gcc 4.6.0

2011-05-05 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../sat-solver/fix_gcc-4.6.0_compile_issue.patch | 115 meta/recipes-extended/sat-solver/sat-solver_git.bb |5 +- 2 files changed, 119 insertions(+), 1 deletions

[OE-core] [PATCH 0/5] Misc fixes related to gcc 4.6.0

2011-05-09 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/misc Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Thanks, Nitin A Kamble nitin.a.kam...@intel.com --- Khem Raj (1): gcc-4.6.0: Apply linaro

[OE-core] [PATCH 3/5] pax: fix for compiling with gcc 4.6.0

2011-05-09 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../pax/pax/fix_for_compile_with_gcc-4.6.0.patch | 25 meta/recipes-extended/pax/pax_3.4.bb |5 ++- 2 files changed, 28 insertions(+), 2 deletions

[OE-core] [PATCH 5/5] kexec-tools: fix compiler errors with gcc 4.6.0

2011-05-09 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../fix_for_compiling_with_gcc-4.6.0.patch | 40 meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb |3 +- 2 files changed, 42 insertions(+), 1 deletions

[OE-core] [PATCH 4/5] systemtap: fix for compilation with gcc 4.6.0

2011-05-09 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../fix_for_compilation_with_gcc-4.6.0.patch | 119 meta/recipes-kernel/systemtap/systemtap_git.bb |3 +- 2 files changed, 121 insertions(+), 1 deletions

[OE-core] [PATCH 02/16] mdadm: compilation fix for gcc 4.6.0

2011-05-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 --- .../mdadm/fix_for_compilation_with_gcc-4.6.0.patch | 174 meta/recipes-extended/mdadm/mdadm_3.2.1.bb |5 +- 2 files changed, 177 insertions(+), 2 deletions

[OE-core] [PATCH 00/16] fixes related to gcc 4.6.0 patch upstream-status fields

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/misc Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Thanks, Nitin A Kamble nitin.a.kam...@intel.com --- Khem Raj (1): gcc-4.6.0: Apply linaro

[OE-core] [PATCH 06/16] libzypp: fix compilatoin with gcc 4.6.0

2011-05-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 --- .../libzypp/fix_for_compile_wth_gcc-4.6.0.patch| 22 meta/recipes-extended/libzypp/libzypp_git.bb |3 +- 2 files changed, 24 insertions(+), 1 deletions

[OE-core] [PATCH 11/16] subversion: fix upstream-status format

2011-05-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 --- .../subversion/disable-revision-install.patch |2 +- .../subversion/subversion/libtool2.patch |2 +- .../subversion/subversion/neon-detection.patch |2 +- 3

[OE-core] [PATCH 10/16] cpio: fix upstream-status format

2011-05-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 --- .../cpio/cpio-2.8/avoid_heap_overflow.patch|2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/cpio/cpio-2.8/avoid_heap_overflow.patch b

[OE-core] [PATCH 05/16] kexec-tools: fix compiler errors with gcc 4.6.0

2011-05-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 --- .../fix_for_compiling_with_gcc-4.6.0.patch | 40 meta/recipes-kernel/kexec/kexec-tools_2.0.2.bb |3 +- 2 files changed, 42 insertions(+), 1 deletions

[OE-core] [PATCH 04/16] systemtap: fix for compilation with gcc 4.6.0

2011-05-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 --- .../fix_for_compilation_with_gcc-4.6.0.patch | 119 meta/recipes-kernel/systemtap/systemtap_git.bb |3 +- 2 files changed, 121 insertions(+), 1 deletions

[OE-core] [PATCH 14/16] patch-2.6.1: fix upstream-status format

2011-05-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 --- .../patch/patch-2.6.1/global-reject-file.diff |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-devtools/patch/patch-2.6.1/global-reject-file.diff b

[OE-core] [PATCH 13/16] patch-2.5.9: fix upstream-status format

2011-05-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 --- meta/recipes-devtools/patch/patch/debian.patch |2 +- .../patch/patch/global-reject-file.diff|2 +- meta/recipes-devtools/patch/patch/install.patch|2

[OE-core] [PATCH 08/16] tar: fix Upstream-Status format

2011-05-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 --- .../tar/tar-1.17/avoid_heap_overflow.patch |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/recipes-extended/tar/tar-1.17/avoid_heap_overflow.patch b

[OE-core] [PATCH 0/1] one high prio bugfix

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/bugfixes Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/bugfixes Thanks, Nitin A Kamble nitin.a.kam...@intel.com --- Nitin A Kamble (1): poky-defaults

[OE-core] [PATCH 1/1] poky-defaults: fix defaults for libgcc recipes

2011-05-10 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This fixes bug: [YOCTO #1021] the libgcc version was getting picked up as latest, which may not match with the version of gcc. And because of this the crt*.o files were missing from the resulting libgcc-dev package. libgcc1-4.6.0-r0.i586 perl-module

[OE-core] [PATCH 2/5] matchbox-wm-2: fix typo in Makefile

2011-05-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 --- .../matchbox-wm-2/matchbox-wm-2/fix_makefile.patch | 19 +++ .../matchbox-wm-2/matchbox-wm-2_svn.bb |3 ++- 2 files changed, 21 insertions(+), 1 deletions

[OE-core] [PATCH 1/1] gcc: fix target gcc runtime issue

2011-05-12 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The liblto_plugin.so file is not packages for the target recipe causing this gcc failure on the target. gcc: fatal error: -fuse-linker-plugin, but liblto_plugin.so not found Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/recipes

[OE-core] [PATCH 0/1] updated bibake error fix

2011-05-16 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This commit is updated as per Richard's feedback. Pull URL: git://git.pokylinux.org/poky-contrib.git Branch: nitin/misc Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Thanks, Nitin A Kamble nitin.a.kam...@intel.com

[OE-core] [PATCH 1/1] task-core-nfs: fix a bitbake error

2011-05-16 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com THis fixes following issue: NOTE: Runtime target 'glibc-utilsglibc-utils' is unbuildable, removing... Missing or unbuildable dependency chain was: ['glibc-utilsglibc-utils'] NOTE: Runtime target 'task-core-nfs-server' is unbuildable, removing

[OE-core] [PATCH 0/1] switch to gcc 4.6.0 for x86 x86-64 arm

2011-05-17 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com gcc 4.6.0 is good enough to switch for x86, x86-64 arm now. I could build core-sdk images and run them through the qemu machines when compiled with gcc 4.6.0. mips ppc are still not ready, mainly the kernel compilation issues with gcc 4.6.0

[OE-core] [PATCH 1/1] tcmode-default: switch to gcc 4.6.0 for x86, x86-64 arm

2011-05-17 Thread Nitin A Kamble
From: Nitin A Kamble nitin.a.kam...@intel.com mips ppc are not ready yet. Waiting for kernel issues to be fixed. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/conf/distro/include/tcmode-default.inc |8 ++-- 1 files changed, 6 insertions(+), 2 deletions(-) diff --git

[OE-core] [PATCH 0/3] switch to newer eglibc gcc versions

2011-05-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Switch to eglibc 2.13 from 2.12 Switch to gcc 4.6.0 from 4.5.1 for mips powerpc Tested meta-toolchain, core-image-lsb-sdk core-image-sato-sdk images with these commits. And didn't notice any breakage. sdk compiler is working inside the images

[OE-core] [PATCH 1/3] tcmode-default: switch to eglibc 2.13 from 2.12

2011-05-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/conf/distro/include/tcmode-default.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/distro/include/tcmode-default.inc b/meta/conf/distro/include

[OE-core] [PATCH 2/3] tcmode-default: switch to gcc 4.6.0 for ppc mips also

2011-05-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Now the kernel issues related to gcc 4.6.0 for mips ppc are fixed. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/conf/distro/include/tcmode-default.inc |4 1 files changed, 0 insertions(+), 4 deletions(-) diff --git

[OE-core] [PATCH 3/3] gplv2 recipes update upstream status of patches

2011-05-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com grep-2.5.1a: update upstream status of patches tar-1.17: update upstream-status of patches at-3.1.12: update upstream-status for patches cpio-2.8: update upstream-status for patches Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta

[OE-core] [UPGRADES 3/5] byacc: upgrade from 20101127 to 20101229

2011-05-23 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/recipes-extended/byacc/byacc_20101127.bb |7 --- meta/recipes-extended/byacc/byacc_20101229.bb |7 +++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode

[OE-core] [UPGRADES 2/5] libpcre: upgrade from 8.10 to 8.12

2011-05-23 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../libpcre/{libpcre_8.10.bb = libpcre_8.12.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-support/libpcre/{libpcre_8.10.bb = libpcre_8.12.bb} (94

[OE-core] [UPGRADES 5/5] distro-tracking: update toolchain recipe fields

2011-05-23 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc |3 +++ 1 files changed, 3 insertions(+), 0 deletions(-) diff --git a/meta/conf/distro/include/distro_tracking_fields.inc b/meta/conf

[OE-core] [bugfix 1/1] mesa-xlib: workaround gcc 4.6.0 ICE

2011-05-26 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Fixes this bug [YOCTO #1105] Working around this issue withg gcc 4.6.0 for beagleboard machine (armv7) ccache arm-poky-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -fno-tree-vectorize --sysroot=/build_disk

[OE-core] [bugfix 0/1] workaround for gcc 4.6.0 issue on beagleboard

2011-05-26 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The following changes since commit 5168b140183c569409d35b19d8a80265ef8d0a78: dbus 1.4.1: enable systemd support, but package systemd files seperately (2011-05-26 16:52:00 +0100) are available in the git repository at: git://git.pokylinux.org

[OE-core] [bugfix 0/2] internal compiler fix for gcc 4.6.0

2011-05-27 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This fixes the gcc taking out the need of the workaround we had earlier. This also fixes compile issue for qt4-x11-free recipe for beagleboard machine The following changes since commit 62e3f0ff7b27d8beb21b4b226051c3db654ea4e4: License Field

[OE-core] [bugfix 1/2] gcc-4.6.0: fix ICE with armv7 target

2011-05-27 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This fixes an internal compiler error for gcc 4.6.0 for armv7 Patch came from: Phil Blundell p...@pbcl.net Validated by Nitin Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com Signed-Off-by: Phil Blundell p...@pbcl.net --- meta/recipes

[OE-core] [upgrades 2/4] autoconf: upgrade from 2.65 to 2.68

2011-05-28 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com And rebase the patches to the newer code. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../{autoconf-2.65 = autoconf}/autoconf-x.patch |0 .../autoheader-nonfatal-warnings.patch |0 .../autoreconf-exclude.patch

[OE-core] [upgrades 0/4] devel/toolchain recipe upgrades

2011-05-28 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com I could build meta-toolchain sato-sdk image for qemuppc with these commits. I had to fix the autoconf's config-site patch to avoid lots of errors as site files were not getting parsed earlier. The following changes since commit

[OE-core] [btrfs patch 2/6] image-types.bbclass: get the image size in the whole number

2011-06-21 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Avoid fractions like 80.72 and round them to whole numbers. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/classes/image_types.bbclass |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/classes

[OE-core] [btrfs patch 3/6] image_types.bbclass: enable btrfs as one of the image type

2011-06-21 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/classes/image_types.bbclass |7 +++ 1 files changed, 7 insertions(+), 0 deletions(-) diff --git a/meta/classes/image_types.bbclass b/meta/classes/image_types.bbclass index

[OE-core] [btrfs patch 0/6] enable btrfs images

2011-06-21 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com These patches enable the btrfs image support in the poky tree. Other than kernel parts all the parts are ready here. linux-yocto-2.6.37 kernel need some work to get latest btrfs working, and that part will be sent separately. The following changes

[OE-core] [btrfs patch 5/6] base-files: add btrfs to /etc/filesystems

2011-06-21 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../recipes-core/base-files/base-files/filesystems |1 + meta/recipes-core/base-files/base-files_3.0.14.bb |2 +- 2 files changed, 2 insertions(+), 1 deletions(-) diff --git a/meta

[OE-core] [btrfs patch 4/6] qemu machine: enable btrfs as one of the supported filesystem

2011-06-21 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/conf/machine/include/qemu.inc |2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/meta/conf/machine/include/qemu.inc b/meta/conf/machine/include/qemu.inc index

[OE-core] [btrfs patch 6/6] scripts/runqemu: enable btrfs

2011-06-21 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- scripts/runqemu |6 +++--- scripts/runqemu-internal | 12 ++-- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/scripts/runqemu b/scripts/runqemu index

[OE-core] [PATCH 1/1] perl: Fix package qa rpath warnings.

2011-07-01 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Fix these kinds of Package QA warnings before they are converted into fetal errors: WARNING: QA Issue: package perl-module-compress contains bad RPATH /build_disk/poky_build/build0/tmp/sysroots/qemux86/usr/lib in file /build_disk/poky_build/build0

[OE-core] [PATCH 0/1] perl recipes fix package qa rpath warnings

2011-07-01 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The following changes since commit ea518846b889a1bad2263d1cb49cb238a295a8e7: bitbake: Add missing bracket, somehow lost by sync scripts (2011-07-01 17:44:12 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib

[OE-core] [review/test 0/5] Python upgrade and other commits

2011-10-13 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com I tested and found that python 2.7.2 is working as expected inside qemux86 machine. Please give it a try and let me know your experience. Thanks, Nitin The following changes since commit 5ed59ae0f25bf673d514df2371da7e0415b62bb2

[OE-core] [review/test 2/5] python-dbus: upgrade from 0.83.2 to 0.84.0

2011-10-13 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ...python-dbus_0.83.2.bb = python-dbus_0.84.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python-dbus_0.83.2.bb = python

[OE-core] [review/test 1/5] x86 tune files: set baselib for x32 tune as libx32

2011-10-13 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/conf/machine/include/ia32/arch-ia32.inc |2 +- meta/conf/machine/include/tune-core2.inc |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf

[OE-core] [review/test 3/5] python, python-native: upgrade from 2.6.6 to 2.7.2

2011-10-13 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Rebased these patches to the newer code modified: python-native/nohostlibs.patch modified: python/01-use-proper-tools-for-cross-build.patch modified: python/06-avoid_usr_lib_termcap_path_in_linking.patch modified

[OE-core] [PATCH 2/5] gmp: also generate the libgmpcxx library

2011-10-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/recipes-support/gmp/gmp.inc |2 ++ meta/recipes-support/gmp/gmp_4.2.1.bb |2 +- meta/recipes-support/gmp/gmp_5.0.2.bb |2 +- 3 files changed, 4 insertions(+), 2

[OE-core] [PATCH 1/5] x86 tune files: set baselib for x32 tune as libx32

2011-10-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/conf/machine/include/ia32/arch-ia32.inc |2 +- meta/conf/machine/include/tune-core2.inc |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf

[OE-core] [PATCH 3/5] python-scons: upgrade from 2.0.1 to 2.1.0

2011-10-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ...ative_2.0.1.bb = python-scons-native_2.1.0.bb} |3 +-- ...python-scons_2.0.1.bb = python-scons_2.1.0.bb} |6 +++--- 2 files changed, 4 insertions(+), 5 deletions(-) rename meta

[OE-core] [PATCH 5/5] distro-tracking: update data for few of my recipes

2011-10-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 38 1 files changed, 23 insertions(+), 15 deletions(-) diff --git a/meta/conf/distro/include

[OE-core] [PATCH 4/5] python-dbus: upgrade from 0.83.2 to 0.84.0

2011-10-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ...python-dbus_0.83.2.bb = python-dbus_0.84.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python-dbus_0.83.2.bb = python

[OE-core] [PATCH 0/5] recipe upgrades

2011-10-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The following changes since commit b4757833c3548b5ee3a1cce58e2f059b3f63cb09: fontconfig: fix fix-pkgconfig.patch (2011-10-18 18:18:36 +0100) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/upgrades http

[OE-core] [PATCH 0/6] recipe upgrades + some fixes

2011-10-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com More information in the commit log bellow. Thanks, Nitin The following changes since commit b4757833c3548b5ee3a1cce58e2f059b3f63cb09: fontconfig: fix fix-pkgconfig.patch (2011-10-18 18:18:36 +0100) are available in the git repository at: git

[OE-core] [PATCH 1/6] x86 tune files: set baselib for x32 tune as libx32

2011-10-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/conf/machine/include/ia32/arch-ia32.inc |2 +- meta/conf/machine/include/tune-core2.inc |2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/meta/conf

[OE-core] [PATCH 2/6] gmp: also generate the libgmpcxx library

2011-10-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com configure runs few checks to make sure c++ compiler and runtime are working as expected with the --enable-cxx=detect option. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/recipes-support/gmp/gmp.inc |2 ++ meta/recipes

[OE-core] [PATCH 3/6] python-scons: upgrade from 2.0.1 to 2.1.0

2011-10-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com the LICENSE.txt has added 2011 year to the copyright line he nce the MD5 sum is different. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ...ative_2.0.1.bb = python-scons-native_2.1.0.bb} |3 +-- ...python-scons_2.0.1.bb = python

[OE-core] [PATCH 5/6] libxml-parser-perl: upgrade from 2.40 to 2.41

2011-10-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ...ser-perl_2.40.bb = libxml-parser-perl_2.41.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/perl/{libxml-parser-perl_2.40.bb = libxml

[OE-core] [PATCH 4/6] python-dbus: upgrade from 0.83.2 to 0.84.0

2011-10-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ...python-dbus_0.83.2.bb = python-dbus_0.84.0.bb} |4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) rename meta/recipes-devtools/python/{python-dbus_0.83.2.bb = python

[OE-core] [PATCH 6/6] distro-tracking: update data for some toolchain recipes

2011-10-18 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 42 1 files changed, 25 insertions(+), 17 deletions(-) diff --git a/meta/conf/distro/include

[OE-core] [PATCH 0/2] perl tcl recipe upgrades

2011-10-20 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com I tested perl inside qemux86 qemuarm machines, and basic functionality of perl was working fine. Please help test it out. Thank you, Nitin The following changes since commit 066f6bed29dff0b4faac586eba7a865584c4fe4b: distro-tracking: update data

[OE-core] [PATCH 2/2] tcl: upgrade from 8.5.9 to 8.5.10

2011-10-20 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../tcltk/tcl/fix_non_native_build_issue.patch | 16 +++- .../tcltk/tcl/tcl-add-soname.patch | 26 ++-- .../tcltk/{tcl_8.5.9.bb = tcl_8.5.10.bb

[OE-core] [PATCH 6/8] python-gst: upgrade from 0.10.21 to 0.10.22

2011-11-16 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- ...python-gst_0.10.21.bb = python-gst_0.10.22.bb} |6 +++--- 1 files changed, 3 insertions(+), 3 deletions(-) rename meta/recipes-devtools/python/{python-gst_0.10.21.bb = python

[OE-core] [PATCH 1/8] libpcre: upgrade from 8.12 to 8.20

2011-11-16 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The license file has updated the copyright years, hence new checksum for license file. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../libpcre/{libpcre_8.12.bb = libpcre_8.20.bb} |8 1 files changed, 4 insertions(+), 4

[OE-core] [PATCH 7/8] update distro tracking recipe information

2011-11-16 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../conf/distro/include/distro_tracking_fields.inc | 49 +++- 1 files changed, 27 insertions(+), 22 deletions(-) diff --git a/meta/conf/distro/include

[OE-core] [PATCH 8/8] insane.bbclass: avoid errors for x32 kernel

2011-11-16 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com x32 abi of x86_64 has 32bit userspace and the kernel is 64bit. The qa checking code was reporting this as errors for x32 kernel files and modules. This commit extends the condition in the checking code to avoid throwing the bitsize not matched error

[OE-core] [PATCH 4/8] libtool: upgrade from 2.4 to 2.4.2

2011-11-16 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Rebased patches to the newer source code Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../libtool/{libtool-2.4.inc = libtool-2.4.2.inc} |6 +- ...libtool-cross_2.4.bb = libtool-cross_2.4.2.bb} |2 +- ...btool-native_2.4.bb

[OE-core] [PATCH 1/1] gmp: also generate the libgmpcxx library

2011-11-17 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com configure runs few checks to make sure c++ compiler and runtime are working as expected with the --enable-cxx=detect option. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- meta/recipes-support/gmp/gmp.inc |2 ++ meta/recipes

[OE-core] [PATCH 0/1] gmp recipe enhancement

2011-11-17 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The following changes since commit e7486c3dc7114ef73ff36ce0cbd23eb87f370aa7: insane.bbclass: avoid errors for x32 kernel (2011-11-17 08:50:20 -0800) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/work http

[OE-core] [PATCH 0/1] reworked gmp commit

2011-11-17 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Now the generated package names do not get changed. The following changes since commit 01b645fca1f4816fccf057c6ac95e3ba0877421d: insane.bbclass: avoid errors for x32 kernel (2011-11-16 11:21:40 -0800) are available in the git repository at: git

[OE-core] [PATCH 1/1] gmp: also generate the libgmpcxx library

2011-11-17 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com configure runs few checks to make sure c++ compiler and runtime are working as expected with the --enable-cxx=detect option. Added a LEAD_SONAME line to avoid change in generated package names. Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com

[OE-core] [PATCH 1/1] at: update the upstream-status of patches

2011-11-17 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../at/at-3.1.12/configure-add-enable-pam.patch|2 ++ .../at/files/file_replacement_with_gplv2.patch |2 ++ .../at/files/nonstripbinaries.patch|1 + meta

[OE-core] [PATCH 1/1] netbase.bbappend: sync up with oecore/yocto layer

2011-11-21 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../beagleboard/interfaces |0 ...netbase_4.46.bbappend = netbase_4.47.bbappend} |0 2 files changed, 0 insertions(+), 0 deletions(-) rename meta-yocto

[OE-core] [PATCH 0/1] fix yocto layer

2011-11-21 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com netbase.bbappend file from meta-yocto layer was lagging behind the meta layer. The following changes since commit 7022a8f8045bdf82b9209b8cd62fb09c4a7a24f8: gcc-4.6: Fix gcc ICE on qt4-x11-free/armv7-a (2011-11-21 16:55:12 +) are available

[OE-core] [PATCH 1/1] netbase.bbappend: sync up with oecore/yocto layer

2011-11-21 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The netbase recipe from meta has upgraded to 4.47, but the netbase.bbappend from meta-yocto was still at 4.46, causing bitbake error like this: ERROR: No recipes available for: /home/nitin/prj/poky.git/meta-yocto/recipes-core/netbase/netbase_4.46

[OE-core] [PATCH 0/1] netbase.bbappend version fix - version 2

2011-11-21 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com The following changes since commit 7022a8f8045bdf82b9209b8cd62fb09c4a7a24f8: gcc-4.6: Fix gcc ICE on qt4-x11-free/armv7-a (2011-11-21 16:55:12 +) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/misc http

[OE-core] [PATCH 2/3] at: update the upstream-status of patches

2011-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com Signed-off-by: Nitin A Kamble nitin.a.kam...@intel.com --- .../at/at-3.1.12/configure-add-enable-pam.patch|5 + meta/recipes-extended/at/at-3.1.12/pam.conf.patch |3 +++ .../at/files/file_replacement_with_gplv2.patch |2

[OE-core] [PATCH 0/3] Various Fixes

2011-11-22 Thread nitin . a . kamble
From: Nitin A Kamble nitin.a.kam...@intel.com This set has fixes for gmp, at site/x86-64-linux - Nitin The following changes since commit 40fe6457d5ca49fe113bc26c60d5add59d85b34f: matchbox-wm: Fix variable type in _NET_WORKAREA setting (2011-11-22 15:13:26 +) are available in the git

  1   2   3   4   5   6   >