[OE-core] [PATCH 0/4] zypper architecture tuning

Qing He qing.he at intel.com
Mon Mar 14 11:54:46 UTC 2011


From: Qing He <qing.he at 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 at 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





More information about the Openembedded-core mailing list