All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] Introduce powerpc64 LE architecture support
@ 2020-01-18 19:41 Khem Raj
  2020-01-18 19:41 ` [PATCH 1/5] classes, conf, lib: Add support for powerpc64le Khem Raj
                   ` (4 more replies)
  0 siblings, 5 replies; 6+ messages in thread
From: Khem Raj @ 2020-01-18 19:41 UTC (permalink / raw)
  To: openembedded-core

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



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2020-01-18 19:41 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-01-18 19:41 [PATCH 0/5] Introduce powerpc64 LE architecture support Khem Raj
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

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.