All of lore.kernel.org
 help / color / mirror / Atom feed
From: Qing He <qing.he@intel.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/4] zypper architecture tuning
Date: Mon, 14 Mar 2011 19:54:46 +0800	[thread overview]
Message-ID: <cover.1300103431.git.qing.he@intel.com> (raw)

From: Qing He <qing.he@intel.com>

Zypper and its dependencies used a hard coded list for all the
archs it supports, which doesn't contains several cpu archs like mips,
as well as the ${MACHINE_ARCH} used in poky. This patch set intends to
add this support.

Also fixes package archs of qemux86-64.

Pull URL: git://git.pokylinux.org/poky-contrib.git
  Branch: qhe/zypp1
  Browse: http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=qhe/zypp1

Thanks,
    Qing He <qing.he@intel.com>
---


Qing He (4):
  sat-solver: add machine arch support
  libzypp: add machine arch support
  zypper: add machine arch support
  qemux86-64: set qemux86_64 as package arch name

 meta/conf/bitbake.conf                             |    3 +-
 .../libzypp/libzypp/archconf.patch                 |   15 +++
 .../libzypp/libzypp/builtin-arch.patch             |  122 +++++++++++++++++++
 .../libzypp/libzypp/no-builtin-arch.patch          |  128 ++++++++++++++++++++
 meta/recipes-extended/libzypp/libzypp_git.bb       |   28 ++++-
 .../sat-solver/sat-solver/builtin-arch.patch       |   28 +++++
 .../sat-solver/sat-solver/no-builtin-arch.patch    |   29 +++++
 meta/recipes-extended/sat-solver/sat-solver_git.bb |   28 ++++-
 meta/recipes-extended/zypper/zypper_git.bb         |    4 +-
 9 files changed, 380 insertions(+), 5 deletions(-)
 create mode 100644 meta/recipes-extended/libzypp/libzypp/archconf.patch
 create mode 100644 meta/recipes-extended/libzypp/libzypp/builtin-arch.patch
 create mode 100644 meta/recipes-extended/libzypp/libzypp/no-builtin-arch.patch
 create mode 100644 meta/recipes-extended/sat-solver/sat-solver/builtin-arch.patch
 create mode 100644 meta/recipes-extended/sat-solver/sat-solver/no-builtin-arch.patch




             reply	other threads:[~2011-03-14 12:04 UTC|newest]

Thread overview: 5+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-03-14 11:54 Qing He [this message]
2011-03-14 11:54 ` [PATCH 2/4] libzypp: add machine arch support Qing He
2011-03-14 11:54 ` [PATCH 3/4] zypper: " Qing He
2011-03-14 11:54 ` [PATCH 1/4] sat-solver: " Qing He
2011-03-14 11:54 ` [PATCH 4/4] qemux86-64: set qemux86_64 as package arch name Qing He

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.1300103431.git.qing.he@intel.com \
    --to=qing.he@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.