All of lore.kernel.org
 help / color / mirror / Atom feed
From: nitin.a.kamble@intel.com
To: openembedded-core@lists.openembedded.org
Subject: [review/test 0/5] Python upgrade and other commits
Date: Thu, 13 Oct 2011 16:06:11 -0700	[thread overview]
Message-ID: <cover.1318547063.git.nitin.a.kamble@intel.com> (raw)

From: Nitin A Kamble <nitin.a.kamble@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:

  local.conf.sample: Disable interactive patch resolution for now since doesn't work well (2011-10-07 00:00:21 +0100)

are available in the git repository at:
  git://git.pokylinux.org/poky-contrib nitin/upgrades
  http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/upgrades

Martin Jansa (1):
  python: update generate-manifest for 2.7 version and regenerate it

Nitin A Kamble (4):
  x86 tune files: set baselib for x32 tune as libx32
  python-dbus: upgrade from 0.83.2 to 0.84.0
  python, python-native: upgrade from 2.6.6 to 2.7.2
  update python 2.7 manifest

 meta/conf/distro/include/default-versions.inc      |    6 +-
 meta/conf/machine/include/ia32/arch-ia32.inc       |    2 +-
 meta/conf/machine/include/tune-core2.inc           |    2 +-
 ...on-2.6-manifest.inc => python-2.7-manifest.inc} |  124 +++++-----
 ...python-dbus_0.83.2.bb => python-dbus_0.84.0.bb} |    4 +-
 .../python/python-native/multilib.patch            |  240 ++++++++++++++++++++
 .../python/python-native/nohostlibs.patch          |   36 ++-
 ...thon-native_2.6.6.bb => python-native_2.7.2.bb} |   13 +-
 meta/recipes-devtools/python/python.inc            |   16 +-
 .../01-use-proper-tools-for-cross-build.patch      |   80 ++++---
 .../python/python/02-remove-test-for-cross.patch   |  108 ---------
 .../06-avoid_usr_lib_termcap_path_in_linking.patch |   12 +-
 .../python/06-ctypes-libffi-fix-configure.patch    |   42 ++---
 meta/recipes-devtools/python/python/multilib.patch |  126 ++++++-----
 .../python/python/security_issue_2254_fix.patch    |  184 ---------------
 .../python/{python_2.6.6.bb => python_2.7.2.bb}    |   11 +-
 meta/site/common-linux                             |    3 +
 ...te-manifest-2.6.py => generate-manifest-2.7.py} |    6 +-
 18 files changed, 495 insertions(+), 520 deletions(-)
 rename meta/recipes-devtools/python/{python-2.6-manifest.inc => python-2.7-manifest.inc} (52%)
 rename meta/recipes-devtools/python/{python-dbus_0.83.2.bb => python-dbus_0.84.0.bb} (83%)
 create mode 100644 meta/recipes-devtools/python/python-native/multilib.patch
 rename meta/recipes-devtools/python/{python-native_2.6.6.bb => python-native_2.7.2.bb} (74%)
 delete mode 100644 meta/recipes-devtools/python/python/02-remove-test-for-cross.patch
 delete mode 100644 meta/recipes-devtools/python/python/security_issue_2254_fix.patch
 rename meta/recipes-devtools/python/{python_2.6.6.bb => python_2.7.2.bb} (92%)
 rename scripts/contrib/python/{generate-manifest-2.6.py => generate-manifest-2.7.py} (99%)

-- 
1.7.4.4




             reply	other threads:[~2011-10-13 23:12 UTC|newest]

Thread overview: 19+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-10-13 23:06 nitin.a.kamble [this message]
2011-10-13 23:06 ` [review/test 1/5] x86 tune files: set baselib for x32 tune as libx32 nitin.a.kamble
2011-10-13 23:06 ` [review/test 2/5] python-dbus: upgrade from 0.83.2 to 0.84.0 nitin.a.kamble
2011-10-13 23:06 ` [review/test 3/5] python, python-native: upgrade from 2.6.6 to 2.7.2 nitin.a.kamble
2011-10-14  8:19   ` Martin Jansa
2011-10-14  9:11     ` Martin Jansa
2011-10-14 12:03       ` Kamble, Nitin A
2011-10-22 23:54       ` Kamble, Nitin A
2011-10-23  6:28         ` Martin Jansa
2011-10-24  0:07           ` Kamble, Nitin A
2011-10-24  6:05             ` Martin Jansa
2011-10-29 20:21               ` Martin Jansa
2011-10-29 20:22                 ` [PATCH] python-2.7.2: fix build issues when additional modules are linked against host or native libpython instead of target Martin Jansa
2011-10-30  7:33                   ` [PATCHv2] " Martin Jansa
2011-10-23  6:53         ` [review/test 3/5] python, python-native: upgrade from 2.6.6 to 2.7.2 Koen Kooi
2011-10-15 13:05     ` Martin Jansa
2011-10-13 23:06 ` [review/test 4/5] python: update generate-manifest for 2.7 version and regenerate it nitin.a.kamble
2011-10-13 23:06 ` [review/test 5/5] update python 2.7 manifest nitin.a.kamble
2011-10-14  3:33 ` [review/test 0/5] Python upgrade and other commits Kamble, Nitin A

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=cover.1318547063.git.nitin.a.kamble@intel.com \
    --to=nitin.a.kamble@intel.com \
    --cc=openembedded-core@lists.openembedded.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.