[OE-core] [PATCH 0/5] Introduce powerpc64 LE architecture support

Khem Raj raj.khem at gmail.com
Sat Jan 18 19:41:10 UTC 2020


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



More information about the Openembedded-core mailing list