[yocto] [PULL] devel/toolchain Recipes upgrades

Kamble, Nitin A nitin.a.kamble at intel.com
Fri Nov 12 09:05:08 PST 2010


Saul, 
  This is the updated pull request. I have taken out gcc, autoconf & libtool commits now, and I am able to build poky-sdk images on all architectures and also run commands inside qemu machines. I also updated the distro tracking fields of all recipes for which I am owner.

   BTW I saw some strange rpm errors while including all the commits, and will look into further now.

Thanks & Regards,
Nitin

Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades


 meta/conf/distro/include/distro_tracking_fields.inc                                               |  240 ++--------
 meta/conf/distro/include/poky-default-revisions.inc                                               |    2
 meta/recipes-core/eglibc/cross-localedef-native_2.12.bb                                           |    4
 meta/recipes-core/eglibc/eglibc_2.12.bb                                                           |    2
 meta/recipes-devtools/bison/bison_2.4.2.bb                                                        |   22
 meta/recipes-devtools/bison/bison_2.4.3.bb                                                        |   22
 meta/recipes-devtools/diffstat/diffstat_1.47.bb                                                   |   26 -
 meta/recipes-devtools/diffstat/diffstat_1.54.bb                                                   |   22
 meta/recipes-devtools/gdb/gdb-cross-canadian_7.1.bb                                               |   10
 meta/recipes-devtools/gdb/gdb-cross-canadian_7.2.bb                                               |   10
 meta/recipes-devtools/gdb/gdb-cross_7.1.bb                                                        |    6
 meta/recipes-devtools/gdb/gdb-cross_7.2.bb                                                        |    6
 meta/recipes-devtools/gdb/gdb.inc                                                                 |    3
 meta/recipes-devtools/gdb/gdb/fix_for_build_error_internal_error_call.patch                       |   13
 meta/recipes-devtools/gdb/gdb_7.1.bb                                                              |    3
 meta/recipes-devtools/gdb/gdb_7.2.bb                                                              |    3
 meta/recipes-devtools/make/make_3.81.bb                                                           |    3
 meta/recipes-devtools/make/make_3.82.bb                                                           |    3
 meta/recipes-devtools/python/python-gst_0.10.18.bb                                                |   18
 meta/recipes-devtools/python/python-gst_0.10.19.bb                                                |   18
 meta/recipes-devtools/python/python-native-2.6.5/00-fix-bindir-libdir-for-cross.patch             |   20
 meta/recipes-devtools/python/python-native-2.6.5/04-default-is-optimized.patch                    |   18
 meta/recipes-devtools/python/python-native-2.6.5/10-distutils-fix-swig-parameter.patch            |   16
 meta/recipes-devtools/python/python-native-2.6.5/11-distutils-never-modify-shebang-line.patch     |   18
 meta/recipes-devtools/python/python-native-2.6.5/12-distutils-prefix-is-inside-staging-area.patch |   60 --
 meta/recipes-devtools/python/python-native-2.6.5/debug.patch                                      |   27 -
 meta/recipes-devtools/python/python-native-2.6.5/nohostlibs.patch                                 |   53 --
 meta/recipes-devtools/python/python-native-2.6.5/sitecustomize.py                                 |   45 -
 meta/recipes-devtools/python/python-native/04-default-is-optimized.patch                          |   18
 meta/recipes-devtools/python/python-native/10-distutils-fix-swig-parameter.patch                  |   16
 meta/recipes-devtools/python/python-native/11-distutils-never-modify-shebang-line.patch           |   18
 meta/recipes-devtools/python/python-native/12-distutils-prefix-is-inside-staging-area.patch       |   60 ++
 meta/recipes-devtools/python/python-native/debug.patch                                            |   27 +
 meta/recipes-devtools/python/python-native/nohostlibs.patch                                       |   53 ++
 meta/recipes-devtools/python/python-native/sitecustomize.py                                       |   45 +
 meta/recipes-devtools/python/python-native_2.6.5.bb                                               |   30 -
 meta/recipes-devtools/python/python-native_2.6.6.bb                                               |   30 +
 meta/recipes-devtools/python/python/00-fix-bindir-libdir-for-cross.patch                          |   20
 meta/recipes-devtools/python/python/01-use-proper-tools-for-cross-build.patch                     |   32 -
 meta/recipes-devtools/python/python/04-default-is-optimized.patch                                 |   28 -
 meta/recipes-devtools/python/python/06-avoid_usr_lib_termcap_path_in_linking.patch                |   14
 meta/recipes-devtools/python/python/99-ignore-optimization-flag.patch                             |   20
 meta/recipes-devtools/python/python_2.6.5.bb                                                      |  124 -----
 meta/recipes-devtools/python/python_2.6.6.bb                                                      |  122 +++++
 meta/recipes-devtools/tcltk/tcl/fix_non_native_build_issue.patch                                  |   63 --
 meta/recipes-devtools/tcltk/tcl_8.5.8.bb                                                          |   63 --
 meta/recipes-devtools/tcltk/tcl_8.5.9.bb                                                          |   62 ++
 meta/recipes-extended/lsof/lsof_4.83.bb                                                           |   41 -
 meta/recipes-extended/lsof/lsof_4.84.bb                                                           |   41 +
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/hayes-gone.patch                        |   46 -
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers/ppc_glibc_build_fix.patch               |   25 -
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.34.bb                               |   49 --
 meta/recipes-kernel/linux-libc-headers/linux-libc-headers_2.6.36.bb                               |   47 +
 meta/recipes-support/gmp/gmp-4.2.1/disable-stdc.patch                                             |   31 -
 meta/recipes-support/gmp/gmp_4.2.1.bb                                                             |   14
 55 files changed, 749 insertions(+), 1083 deletions(-)

Nitin A Kamble (12):
      tcl: upgrade from 8.5.8 to 8.5.9
      bison upgrade from 2.4.2. to 2.4.3
      Make upgrade from 3.81 to 3.82
      diffstat: upgrade from 1.47 to 1.54
      gdb upgrade from 7.1 to 7.2
      python-gst: upgrade from 0.10.18 to 0.10.19
      pythn, python-native upgrade from 2.6.5 to 2.6.6
      gmp: remove older version files
      lsof: upgrade from 4.83 to 4.84
      linux-libc-headers: upgrade from 2.6.34 to 2.6.36
      eglibc: update svn checkout commit
      distro_tracking: update as per current state of devel/toolchain recipes

Pull URL: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades



More information about the yocto mailing list