All of lore.kernel.org
 help / color / mirror / Atom feed
From: Khem Raj <raj.khem@gmail.com>
To: openembedded-core@lists.openembedded.org
Subject: [PATCH 0/5] Introduce powerpc64 LE architecture support
Date: Sat, 18 Jan 2020 11:41:10 -0800	[thread overview]
Message-ID: <cover.1579376298.git.raj.khem@gmail.com> (raw)

This patchset adds base support for building ppc64 in Litte-Endian mode,
the linux-yocto changes and qemu related changes will make it buildable
target out of box, but that is not yet made available

The following changes since commit ecbf203e34484731dcb6acc5e75df79cb86e55dc:

  sstatesig: Improve debug output if getpwuid() fails (2020-01-16 22:33:09 +0000)

are available in the Git repository at:

  git://git.yoctoproject.org/poky-contrib kraj/ppc64le
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=kraj/ppc64le

Khem Raj (5):
  classes,conf,lib: Add support for powerpc64le
  gcc: Enable 32bit powerpcle at multi-arch for powerpc64le
  openssl: Add powerpc64 LE support
  tcf-agent: Add LCL_STOP_SERVICES for powerpc64 LE
  ghostscript: Add powerpc64 LE specific objarch.h

 meta/classes/libc-package.bbclass             |  1 +
 meta/classes/meson.bbclass                    |  2 +-
 meta/conf/bitbake.conf                        |  1 +
 meta/lib/oe/elf.py                            |  2 +
 meta/lib/oe/package_manager.py                |  1 +
 .../openssl/openssl_1.1.1d.bb                 |  3 ++
 meta/recipes-devtools/gcc/gcc-common.inc      |  1 +
 .../tcf-agent/tcf-agent_git.bb                |  1 +
 .../ghostscript/powerpc64le/objarch.h         | 40 +++++++++++++++++++
 9 files changed, 51 insertions(+), 1 deletion(-)
 create mode 100644 meta/recipes-extended/ghostscript/ghostscript/powerpc64le/objarch.h

-- 
2.25.0



             reply	other threads:[~2020-01-18 19:41 UTC|newest]

Thread overview: 6+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-01-18 19:41 Khem Raj [this message]
2020-01-18 19:41 ` [PATCH 1/5] classes, conf, lib: Add support for powerpc64le Khem Raj
2020-01-18 19:41 ` [PATCH 2/5] gcc: Enable 32bit powerpcle at multi-arch " Khem Raj
2020-01-18 19:41 ` [PATCH 3/5] openssl: Add powerpc64 LE support Khem Raj
2020-01-18 19:41 ` [PATCH 4/5] tcf-agent: Add LCL_STOP_SERVICES for powerpc64 LE Khem Raj
2020-01-18 19:41 ` [PATCH 5/5] ghostscript: Add powerpc64 LE specific objarch.h Khem Raj

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.1579376298.git.raj.khem@gmail.com \
    --to=raj.khem@gmail.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.